Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › How do I call another mp3 player in WP estore
- This topic has 16 replies, 4 voices, and was last updated 11 years, 10 months ago by pwradio.
-
AuthorPosts
-
May 30, 2012 at 12:45 pm #6460RJBubbleMember
If I was to use the jplayer plugin how would I call that in the shrotcode ?
I basically want to call it and display in fancy8 style.
Here is my page
[http://www.walkingoliver.co.uk/little-monster]
thanks
May 30, 2012 at 11:29 pm #45626adminKeymasterWhat is the name of the function that you can call from that plugin and pass in the value of the mp3 file to display the player?
June 1, 2012 at 11:26 am #45627RJBubbleMemberThis is the mp3 jplayer page http://sjward.org/jplayer-for-wordpress.
all I am attempting to do is replace the default wp player that appears in the fancy8 format with a simlar player that is none flash based and can play on iphone /ipads.
Can you help ?
Thanks
June 2, 2012 at 12:02 am #45628adminKeymasterI am not familiar with that plugin. I looked at the page that you shared to see if there is a “function” to invoke the player but I couldn’t find one.
Try the following which should work for you I think:
Use the shortcode of that audio player plugin in the “Product Description” section of the product like the following:
[mp3j track="www.sjward.org/seven.mp3"]
Now, use fancy 9 display to show this product and you should see the player fine.
June 5, 2012 at 11:17 am #45629RJBubbleMemberHi,
Do you know of any other non-flash based player plugin that I could call in estore ?
I would like to use the fancy8 display but just replace the player bit with another ?
My reason for wanting doing to do this is so my tracks can play on ipod/ipad devices.
I guess a lot of your customers may need this for their sites also.
Thanks
Richard
June 6, 2012 at 12:20 am #45630adminKeymasterI don’t know of any non-flash based audio player but we are developing an audio player plugin now which might come in handy. We should have something ready next week.
June 11, 2012 at 12:52 pm #45631RJBubbleMemberWill I be able to call this audio player plugin from estore fancy8 ?
What will the plugin be called ?
Can you let me know when it is released ?
thanks
Richard
June 12, 2012 at 12:47 am #45632adminKeymasterYes, that is the idea. I will update this thread as soon as we have the plugin ready.
June 16, 2012 at 6:28 am #45633adminKeymasterOkay, we have released a compact WordPress audio player plugin that will be incorporated into the fancy displays. Have a look at this plugin:
http://www.tipsandtricks-hq.com/wordpress-audio-music-player-plugin-4556
June 20, 2012 at 11:20 am #45634RJBubbleMemberThats great. so how do i call this in estore using fancy8 display ?
Richard
June 21, 2012 at 5:46 am #45635adminKeymasterOpen the “eStore-extra-shortcodes.php” file from the extra shortcodes plugin and search for the following line of code:
$output .= eStore_show_audio_player($ret_product->product_download_url,130);
Once you find it, replace that line with the following:
$output .= sc_embed_player_handler(array('fileurl'=>$ret_product->product_download_url));
Alternatively, you can use fancy display 7 or 9 and use the shortcode of the SC Audio Player plugin in the description section of the product in question.
June 21, 2012 at 1:47 pm #45636RJBubbleMemberThats great thanks.
One problem with this new player is that if you play one track and then play another it does not stop the first track before starting the new one so you end up multiple streams taking up bandwidth.
Any way you guys could update/fix this ?
I know some players can do this. Would be really helpful.
Richard
January 5, 2013 at 10:33 pm #45637pwradioMemberHi all,
If possible, need the new player to play encrypted HTML 5 MP3s. In other words, I need something like the [wp_eStore_audio_player src =”http://www.example.com/auido/test.mp3″%5D shortcode but with the new player so it can be seen on mobile devices, but the file source cannot be found in the source code (no one can download the MP3).
Is there an easy way to make this happen?
I’ve gotten the fancy_8 to work, but for this application I do not always need the price, format or add to cart button.
Thank you,
Shawn
January 6, 2013 at 11:29 pm #45638adminKeymasterWe didn’t develop that audio player actually. We simply created a proper shortcode for it (it didn’t have proper shortocdes implemented using the WP shortcodes API). With that said, can you elaborate on what you mean by “Encrypted HTML5 MP3”? You mean just so the audio can be played using HTML5 in an IOS device?
January 6, 2013 at 11:50 pm #45639pwradioMemberHi and thanks for your response,
“You mean just so the audio can be played using HTML5 in an IOS device?”
Yes and no. I want it to be seen on an IOS/Android device (and desktop of course). BUT in a way that the mp3 cannot be found in the source by the user…. like the default player through eStore.
In other words, I want a user to be able to play a song but not be able to find it on my server.
Thank you,
Shawn
-
AuthorPosts
- You must be logged in to reply to this topic.