ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Shortcode ElementOptionsHow to UseNotesSupport Article
2
[fusebox_full_player]This is the shortcode for the full player. This will pull in the defaults you have set in your settings.https://support.fusebox.fm/article/56-getting-started-7-adding-the-fusebox-full-player
3
[fusebox_track_player url]Use this when you want to "play a specific episode of your podcast." An example would look like this: [fusebox_track_player url="https://pdcn.co/e/https://downloads.pod.co/880b3952-01fd-4595-9b26-7facf8a1541a/ba30ac9a-d854-46f6-8b29-3d7138bb55f9.mp3" ] << Note that the URL ends in .mp3.https://support.fusebox.fm/article/58-getting-started-adding-fusebox-track-player
4
[fusebox_track_player_latest url]Use this when you want to "play the most recent episode in your feed." This would be your RSS feed. An example: [fusebox_track_player_latest_url="https://feed.pod.co/you-me-empathy-sharing-our-mental-health-stories" ]https://support.fusebox.fm/article/58-getting-started-adding-fusebox-track-player
5
artistText stringartist="My podcast"Useful only for the track player.
6
background“Blurred_logo”
“default”
background=”Blurred_logo”Blurs your podcast logo and applies that color to the background of the player.

You can also apply this to all players in Settings ---> Player Defaults. Default color is either light gray or dark gray, based on your style selection.
https://support.fusebox.fm/article/32-theme-color-light-vs-dark
7
colorcolor hex valuecolor=”#5596ce”Also referred to as the “highlight color;” sets the color of the progress bar, play button, and “now playing” image in the highlight list.You can also set this in the shortcode builder or apply it to all players in Settings ---> Player Defaults.https://support.fusebox.fm/article/16-change-your-players-color
8
download“true”“false”download=”false”Determines whether the download button is shown.

You can also set this in the shortcode builder or apply it to all players in Settings ---> Player Defaults.

If not specified elsewhere, the button is shown.
https://support.fusebox.fm/article/26-download-button
9
episode_limit“n” (where “n” is a number)episode_limit=”20”Limits the number of episodes displayed in the player to the “n” most recent. In this example, only the 20 most recent episodes would be displayed.

You can also apply this to all players in Settings ---> Player Defaults.
https://support.fusebox.fm/article/85-what-do-i-do-if-all-of-my-episodes-arent-showing-up-in-the-player
10
featured_button“true”
“false”
featured_button="true"Whether to display the featured button.
11
featured_episode“n” (where “n” is the nth most recent episode)featured_episode=”3”When the page is loaded (andsortis set to “newest”), the default is for the player to display the most recent episode in the player. This setting will instead feature a different episode. In this example, it will feature the third most recent episode.If sort is set to “oldest,” it would feature the third episode.https://support.fusebox.fm/article/122-spp-feature-a-specific-episode
12
feed_url“http://yourfeedurl.com”feed_url=”https://www.buzzsprout.com/56535.rss”Used only in the track player. When the artist or title is not in the shortcode, the track player goes to this URL to find that information.
13
hashtag#textstring,othertextstringhashtag=”#ThrowbackThursday,ProductivityAdds hashtags to Twitter sharing. Separate hashtags with a comma.This example will add “#ThrowbackThursday #Productivity” to the tweet.

You can also add these in the shortcode builder.
https://support.fusebox.fm/article/36-manual-hashtag
14
hover_timestamp“true”
“false”
hover_timestamp=”false”When set to false, this will hide the timestamp that displays when hovering your mouse over the progress bar (desktop) or when dragging your finger over the bar (mobile). Default display is “true.”
15
image“http://yoursite.com/image_name.html”image=”https://www.smartpassiveincome.com/wp-content/uploads/2013/12/AskPat-Logo-HighRes.png”Sets the image logo for the player. Specifying an image here will override the logo image in your RSS feed.https://support.fusebox.fm/article/28-change-player-image
16
marquee“auto”
“off”
marquee="off"Used only in the track player. Whether to scroll the artist and/or title if it's too large to fit on the user's screen.
17
permalink“http://yoursite.com/podcast”permalink=”https://feelyhuman.co”Sets the link for social sharing. If not specified, the player will use the link for that episode from the RSS feed.You can also add this in the shortcode builder.https://support.fusebox.fm/article/29-permalink
18
position“top”
“bottom”
position="top"Used only in the sticky track player. Whether to show the sticky player on the top or bottom of the screen.
19
show_episode_numbers“true”
“false”
show_episode_numbers=”false”By default, the playlist will show numbers on the left side. Setting this value to “false” hides those numbers.
20
show_name“Your Podcast’s Name”show_name=”You, Me, Empathy”Used only in the full player. By default, we look for this in the podcast’s RSS feed. This overrides the name in the feed.You can also add this in the shortcode builder or apply it to all players in Settings ---> Player Defaults.https://support.fusebox.fm/article/30-show-name
21
social“true”
“false”
social=”false”Setting this value to “false” hides all social sharing on the player. The default action is to display social sharing.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
22
social_email“true”
“false”
social_email=”true”Setting this to “true” will display the email sharing button.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
23
social_facebook“true”
“false”
social_facebook=”true”Setting this to “true” will display the Facebook sharing button.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
24
social_gplus“true”
“false”
social_gplus=”true”Setting this to “true” will display the Google+ sharing button.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
25
social_linkedin“true”
“false”
social_linkedin=”true”Setting this to “true” will display the LinkedIn sharing button.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
26
social_pinterest“true”
“false”
social_pinterest=”true”Setting this to “true” will display the Pinterest sharing button.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
27
social_twitter“true”
“false”
social_twitter=”true”Setting this to “true” will display the Twitter sharing button.

You can also specify this in the shortcode builder.
https://support.fusebox.fm/article/31-social-buttons
28
sort“newest”
“oldest”
sort=”oldest”Changes the order of the episodes in the playlist. The default display is “newest,” which shows the newest episode first and works backward to the oldest.

The example shows the oldest episode first.

You can apply this to all players in Settings ---> Player Defaults.
https://support.fusebox.fm/article/31-social-buttons
29
speedcontrol“true”
“false”
speedcontrol=”false”Setting this to “false” will hide the speed control button. Default is to display the speed control.
30
sticky“true”
“false”
sticky="true"Used only in the track player. Specifies that this will be a sticky player. You should only have one sticky player per page. Normally, the options on the Sticky Player settings page should be used, but this is provided for users who want more control.
31
style“light”
“dark”
style=”dark”Determines whether the player has a generally light or generally dark appearance. Default is “light.”Also sets the text color to the opposite; “light” = black text, “dark” = white text.

You can also add this in the shortcode builder or apply it to all players in Settings ---> Player Defaults.
https://support.fusebox.fm/article/32-theme-color-light-vs-dark
32
subscribe“true”
“false”
subscribe="false"Set to "false" to turn off all subscription buttons.
33
subscribe_acast
34
subscribe_buzzsprout“http://buzzsprout.com/your-feed-url”“false”subscribe_buzzsprout=”https://www.buzzsprout.com/56535”Adds Buzzsprout to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
35
subscribe_googleplay“http://play.google.com/your-feed-url”
“false”
subscribe_googleplay=”https://play.google.com/music/listen?u=0#/ps/Iyx7zhtnhl3e7ea26j34gus5lhi”Adds Google Play to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
36
subscribe_googlepodcasts
37
subscribe_iheartradio“http://www.iheart.com/podcast/your-feed-url”
“false”
subscribe_iheartradio=”https://www.iheart.com/podcast/53-Entrepreneur-On-Fire-with-J-27345731/”Adds iHeartRadio to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
38
subscribe_itunes“http://itunes.apple.com/us/podcast/your-feed-url”
“false”
subscribe_itunes=”https://itunes.apple.com/us/podcast/askpat-your-online-business/id806364627?mt=2”Adds iTunes to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
39
subscribe_playerfm
40
subscribe_overcast
41
subscribe_pocketcasts“http://pca.st/your-feed-url”“false”subscribe_pocketcasts=”http://pca.st/TaBT”Adds Pocket Casts to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
42
subscribe_rss“http://yourfeedurl.com”
“false”
subscribe_rss=”https://www.buzzsprout.com/56535.rss”Adds an RSS button to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
43
subscribe_soundcloud“http://soundcloud.com/yourfeedurl”
“false”
subscribe_soundcloud=”https://soundcloud.com/askpat/”Adds SoundCloud to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
44
subscribe_spotify
45
subscribe_spreaker
46
subscribe_stitcher“http://stitcher.com/your-feed-url”
“false”
subscribe_stitcher=”http://www.stitcher.com/podcast/askpat-answering-your-online-business-and-entrepreneur-questions”Adds Stitcher to the subscription menu. Default setting is “false,” which is off.

You can also add this in the shortcode.
https://support.fusebox.fm/article/40-setting-up-the-subscription-button
47
subscribe_tunein
48
title"My podcast episode"title="My episode"Used only in the track player. Specifies the title of the episode.
49
tweet_text“Add the text you want in the tweet.”tweet_text=”Loved this episode of #AskPat Podcast!”Auto-fills the tweet box with text. If no text is entered, the episode title will automatically fill in the tweet box.

You can also enter this in the shortcode builder.
https://support.fusebox.fm/article/143-customizing-social-sharing
50
twitter_username“yourtwittername”twitter_username=”Fusebox”
twitter_username=”@Fusebox”(either version works)
Add “via @yourtwittername” to Twitter sharing. Default does not display anything.

This example adds “via @Fusebox” to Twitter sharing.

You can also add this in the shortcode builder.
https://support.fusebox.fm/article/143-customizing-social-sharing
51
url“http://yourfeedurl.com”url=”https://www.buzzsprout.com/56535.rss”Required, must be a properly formatted podcast RSS feed.

You can also add this in the shortcode builder or in Settings ---> Player Defaults.
https://support.fusebox.fm/article/11-find-your-rss-feed-track-links
52
view“mobile”
“responsive”
view=”mobile”Default setting is “responsive,” meaning the size of the player will adapt based on the width of the browser the view is using. Setting this to “mobile” will show the mobile player, regardless of the viewer’s browser width.https://support.fusebox.fm/article/141-add-player-to-sidebar
53
[ftp_timestamp time="1:30"]Some content[/ftp_timestamp]A manual way to add clickable timestamps that doesn't pull from your Timestamp settings.https://support.fusebox.fm/article/242-how-to-set-up-clickable-timestamps
54
startstart="5:33"Start your track player at a specific time. Add this shortcode option at the end of your shortcode, like so: [fusebox_track_player start="2:37" ]
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100