Blubrry Podcasting Community Forum

Audience Lounge => How To? Tips and Questions => Topic started by: tnybo24 on May 02, 2014, 04:40:15 pm

Title: How TO Make The Shortcode call for meta Data as well
Post by: tnybo24 on May 02, 2014, 04:40:15 pm
If the following is posted in the functions.php file for my theme will this allow episodes that I am calling with the shortcode to display both the player and the links?

powerpressplayer_link_pinw($content, $media_url, $episode_data = array() ) // Play in new window
powerpressplayer_link_download($content, $media_url, $episode_data = array() ) // download
powerpressplayer_link_embed($content, $media_url, $episode_data = array() ) // embed

This is what I could understand through the codex. Just wanted to double check I understood it right.

And YES I am a very new newbie;)
Title: Re: How TO Make The Shortcode call for meta Data as well
Post by: mgdell on May 05, 2014, 09:36:59 am
If you are using the powerpress shortcode, you should get the player and links without modifying anything.  Just make sure you have the links set to display in your powerpress settings, media appearance tab.

-Mike
Title: Re: How TO Make The Shortcode call for meta Data as well
Post by: tnybo24 on May 06, 2014, 12:13:28 pm
I am trying to post multiple audio files on one page.
Title: Re: How TO Make The Shortcode call for meta Data as well
Post by: mgdell on May 06, 2014, 01:03:20 pm
Powerpress won't do that with the links. 

You can post them with the players only.   You can, however, post your own links under each player (manually).

-Mike