Single File Players – Text
Single file players can be modified in various ways by using shortcode parameters, this page shows a few examples along with the shortcodes.
1) Play a url:
Shortcode:
[mp3t track="http://sjward.org/seven.mp3"]
2) Play a media library file:
Shortcode:
[mp3t track="octopus.mp3"]
3) Play a default folder file, add a volume control:
Shortcode:
[mp3t track="nightdrive.mp3" volslider="y"]
4) Change the title, and button text:
Shortcode:
[mp3t track="Night Drive@nightdrive.mp3" play="Start me!" stop="Pause it!"]
5) Flip button to other side, remove time/indicator:
Shortcode:
[mp3t track="Fireheart.mp3" flip="y" ind="n"]
6) In line with text without line breaking:
Listen to this… Radiohorse …it’s by The Horse.
Shortcode:
[mp3t flow="y" play="Start Me" stop="Stop Me" track="horse/5-Radiohorse.mp3"]
7) Make it loop, and set the volume:
Shortcode:
[mp3t track="tumbledown.mp3" loop="y" vol="75"]
8) Just a play button and time, make it bigger:
Shortcode:
[mp3t track="tumbledown.mp3" title="" volslider="y" fontsize="30px"]
9) Just a title:
Shortcode:
[mp3t track="tumbledown.mp3" play="" stop="" ind="n" fontsize="30px"]
10) Play from subfolder of the default folder, add a caption, remove time/indicator, set the font size:
Shortcode:
[mp3t track="horse/Maria.mp3" caption="by The Horse" ind="n" fontsize="25px" volslider="n"]
11) Change font size egs:
Shortcode:
[mp3t track="penelope.mp3" fontsize="12px"]
Shortcode:
[mp3t track="penelope.mp3" fontsize="17px"]
Shortcode:
[mp3t track="penelope.mp3" fontsize="22px"]
Shortcode:
[mp3t track="penelope.mp3" fontsize="33px"]