Get Filesize Shortcode

外掛說明

“Get Filesize Shortcode” is a simple shortcode to get filesize of a file( eg. PDF, JPG, PNG … ) with a human readable format, using the largest unit the bytes will fit into.
Now added Get filesize block to display file link with file size.

Usage

Put [filesize]http://yoursite.com/path/to/file.pdf[/filesize] anywhere in a post.

Or you can use url attr instead. [filesize url='http://yoursite.com/path/to/file.pdf']

Also you can place <?php echo do_shortcode('[filesize]http://yoursite.com/path/to/file.pdf[/filesize]'); ?> in your templates.

As to “Get filesize” block, search ‘get filesize’ in Text block category and insert it.
Set file title and file url, and it generates a text link to the file with file size afterwards.
You can toggle Preview/Edit by clicking Preview/Edit button in toolbar of the block.

Note

  • File must be in your server
  • With files larger than 2MB, it might return different number due to the spec of filesize function of PHP.

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Get filesize Block to get file size of a file

安裝方式

  1. Upload get-filesize-shortcode folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

None yet.

使用者評論

2018 年 1 月 15 日
I'm using Toolset Types plugin for collecting attachments to the post. The plugin gives the URL path of my attachment. I needed to display the size of my attachment in my template. This plugin did the job. Other places I looked, we needed the ID of the attachment from the DB and it was a complicated and probably SQL-heavy way to query the wp database to find the ID from the URL. This plugin accomplishes the task without needing to check the database (I checked the plugin code.. no db lookup)
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Get Filesize Shortcode〉的開發相關工作。

參與者

〈Get Filesize Shortcode〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Get Filesize Shortcode〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2.0

  • 2023-12-21
  • Add support for Get filesize block

1.0.10

  • 2019-08-07
  • Update readme.txt

1.0.8

  • 2018-08-16
  • Update readme.txt, remove ‘Donate link’

1.0.4

  • 2018-08-08
  • Update readme.txt

1.0.3

  • minor bug fix

1.0.2

  • 2018-08-08
  • Support url attribute

1.0