I believe WP mobile detector plugin may be stripping it. Is there any way to call the player without using a shortcode? Then I can do that directly on sensing android.
Hey fsantoke,
1.) Does the demo player show the same issue for you? Or just the one on your site? This will help us narrow down the issue and see whether it is an issue in the plugin, or an issue with your particular site.
2.) Yes, you can use a php snippet to add the player directly into your theme template: <?php hmp_player(); ?>
Hi Maeve,
Thanks for a reply. The demo player at http://jplayer.org/latest/demo-01/ works on my android. I feel my wordpress mobile site plugin is stripping the player.
I may need to call it from a pure html/php page in my wordpress site. I need to call it outside of wordpress. Is there any way I can do it?
If I add the snippet and call it directly in a page, it says function hmp_player not defined.
Compliments of the season
F Santoke.
No sorry, there is no way to call a WordPress plugin outside of WordPress. You could try out the original version of this player from Codebasehero at http://www.codebasehero.com/2011/06/html-music-player/ This is the original code I based this plugin on and it is a player for HTML sites.
Thanks for clarifying Maeve.