Beschrijving
“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.
Gebruik
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.
Notitie
- 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.
Blokken
Deze plugin voorziet 1 blok.
- Get filesize Block to get file size of a file
Installatie
- Upload
get-filesize-shortcode
folder to the/wp-content/plugins/
directory - Activeer de plugin via het ‘Plugins’ menu in WordPress
FAQ
Nog niet.
Beoordelingen
Bijdragers & ontwikkelaars
“Get Filesize Shortcode” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Get Filesize Shortcode” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Get Filesize Shortcode” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.2.0
- 2023-12-21
- Add support for Get filesize block
1.0.10
- 07-08-2019
- Bijwerken readme.txt
1.0.8
- 16-08-2018
- Update readme.txt, remove ‘Donate link’
1.0.4
- 08-08-2018
- Bijwerken readme.txt
1.0.3
- kleine bug opgelost
1.0.2
- 08-08-2018
- Support url attribute