HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Adding Yahoo Media webPlayer
Adding Yahoo media webPlayer
just simple open your default.master.tpl files and find the head tags
Like that
and simply put the yahoo media webplayer code, you can find the configure here http://webplayer.yahoo.com/get/
it will simply load all youtube link, yahoo video and .mp3 direct link
some tutorial how to set up the player hhere http://webplayer.yahoo.com/docs/how-to-set-up/
Find the code in http://webplayer.yahoo.com/get/ the code tag turn the javascript code into different one from the yahoo webplayer, the code above just an example where you should put the yahoo media webplayer script
beware : the yahoo web player is still beta for the new version
just simple open your default.master.tpl files and find the head tags
<head>
<script type="text/javascript" src="http://webplayer.yahooapis.com/player-beta.js">
</script>
</head>
Like that
and simply put the yahoo media webplayer code, you can find the configure here http://webplayer.yahoo.com/get/
it will simply load all youtube link, yahoo video and .mp3 direct link
some tutorial how to set up the player hhere http://webplayer.yahoo.com/docs/how-to-set-up/
Find the code in http://webplayer.yahoo.com/get/ the code tag turn the javascript code into different one from the yahoo webplayer, the code above just an example where you should put the yahoo media webplayer script
beware : the yahoo web player is still beta for the new version
Tagged:
0
Comments