Opis
“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.
Upute
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.
Napomena
- 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.
Blokovi
Ovaj dodatak omogućava 1 blok.
- Get filesize Block to get file size of a file
Instalacija
- Upload
get-filesize-shortcodefolder to the/wp-content/plugins/directory - Aktivirajte dodatak kroz izbornik ‘Dodaci’ u WordPressu
ČPP
None yet.
Recenzije
Suradnici i Programeri
“Get Filesize Shortcode” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
Suradnici“Get Filesize Shortcode” je preveden na 2 jezika. Zahvala prevoditeljima za njihov doprinos.
Prevedite “Get Filesize Shortcode” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
1.3.0
- 2025-7-15
- Refactor code and add japanese translation
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
