Author Topic: How TO Make The Shortcode call for meta Data as well  (Read 2699 times)

tnybo24

  • Newbie
  • Posts: 4
How TO Make The Shortcode call for meta Data as well
« 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;)

mgdell

  • Blubrry Customer Support Coordinator
  • Administrator
  • Hero Member
  • *****
  • Posts: 3318
Re: How TO Make The Shortcode call for meta Data as well
« Reply #1 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

tnybo24

  • Newbie
  • Posts: 4
Re: How TO Make The Shortcode call for meta Data as well
« Reply #2 on: May 06, 2014, 12:13:28 pm »
I am trying to post multiple audio files on one page.

mgdell

  • Blubrry Customer Support Coordinator
  • Administrator
  • Hero Member
  • *****
  • Posts: 3318
Re: How TO Make The Shortcode call for meta Data as well
« Reply #3 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