Get Filesize Shortcode

Get Filesize Shortcode Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,227 downloads
Get Filesize Shortcode Icon

Try plugin: Get Filesize Shortcode

We'll create fresh WordPress site with Get Filesize Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Get Filesize Shortcode

"Get Filesize Shortcode" is a simple shortcode to get filesize of a file( eg. PDF, JPG, PNG ... ).

2


0


0


0


0

updated: 9 months ago
since: 9 years ago
author: Kan Ikawa

Description

“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.