Easily display Podast player using Shortcode as mentioned in following steps,
Customize podcast player shortcode
Minimum Setup
[podcastplayer feed_url='enter_your_feed_url_here']
Advanced Setup
[podcastplayer feed_url='enter_your_feed_url_here' number='10' podcast_menu='enter_nav_nenu_name' cover_image_url='enter_custom_img_url' hide_cover='true' hide_description='true' hide_subscribe='true' hide_search='true' hide_loadmore='true' hide_download='true' accent_color='#65b84f']Short Description [/podcastplayer]
For advanced setup, there are many shortcode parameters you can use to customise display of your podcast player. Shortcode parameters mentioned in above example is just for demonstration purpose. You may NOT need to use all of the parameters mentioned in below table, just use whatever is required to achieve a particular customization.
Complete list of parameters is as below,
Minimum required attributes
Attribute | Default Value | Description |
---|---|---|
feed_url | ” | Your podcast feed url |
Customize Podcast Content
Attribute | Default Value | Description |
---|---|---|
cover_image_url | ” | Your Podcast’s cover image url |
podcast_menu | ” | Any WordPress menu’s name, ID OR slug |
main_menu_items | 0 | Number of primary menu items for which badge or button is to be displayed. |
number | 10 | Number of podcasts episodes to be displayed at a time |
excerpt_length | 18 | Excerpt length (only with default and premium display style) |
Podcast Subscription Links
Attribute | Default Value | Description |
---|---|---|
apple_sub | ” | Apple podcast subscription link |
google_sub | ” | Google podcast subscription link |
spotify_sub | ” | Spotify podcast subscription link |
breaker_sub | ” | Breaker subscription link |
castbox_sub | ” | Castbox subscription link |
castro_sub | ” | Castro subscription link |
iheart_sub | ” | iHeart subscription link |
overcast_sub | ” | Overcast subscription link |
castbox_sub | ” | Castbox subscription link |
pocketcasts_sub | ” | Pocketcasts subscription link |
podcastaddict_sub | ” | Podcastaddict subscription link |
podchaser_sub | ” | Podchaser subscription link |
radiopublic_sub | ” | Radiopublic subscription link |
soundcloud_sub | ” | Soundcloud subscription link |
stitcher_sub | ” | Stitcher subscription link |
tunein_sub | ” | Tunein subscription link |
youtube_sub | ” | YouTube subscription link |
bullhorn_sub | ” | BullHorn subscription link |
podbean_sub | ” | Podbean subscription link |
playerfm_sub | ” | PlayerFM subscription link |
Show / Hide Player Items
Attribute | Default Value | Description |
---|---|---|
header_default | false | Show player header items by default |
list_default | false | Display Episodes list by default on small screen |
hide_header | false | Hide player header items |
hide_title | false | Show / Hide podcast Title in header info section |
hide_cover | false | Show / Hide podcast cover image |
hide_description | false | Show / Hide podcast description |
hide_subscribe | false | Show / Hide podcast subscribe button |
hide_search | false | Show / Hide podcast search field |
hide_author | false | Show / Hide author/podcaster’s name |
hide_content | false | Show / Hide podcast episode’s content |
hide_loadmore | false | Show / Hide podcast load more button |
hide_download | false | Show/ Hide podcast episode download link |
hide_social | false | Show/ Hide podcast episode social sharing links |
hide_featured | false | Hide podcast episode featured image (Value: true OR false) |
Podcast player styling
Attribute | Default Value | Description |
---|---|---|
accent_color | #65b84f | Podcast player’s accent color hexcode |
display_style | ” | Podcast player display style. Options: ” (for default view OR do not use this attribute), legacy (for legacy view), modern (for Modern Layout) |
Sort & Filter options
Attribute | Default Value | Description |
---|---|---|
sortby | sort_date_desc | Sort episodes (Available options: sort_date_desc, sort_date_asc, sort_title_desc, sort_title_asc) |
filterby | ” | Filter by any string in episode’s title |