Yahoo! WebPlayer Plugin
Embeds the Yahoo! WebPlayer plugin into your site to play back media links (music and video) and monetize purchases via Amazon.
The Yahoo! WebPlayer plugin embeds a media player on your page in a collapsible drawer. This player allows your users to play embedded links on your page to music files, YouTube videos, and Yahoo! movie pages.
You can customize many options to uniquely tailor how the player behaves and deals with content.
Also, you can provide an Amazon Affiliate Code to monetize purchases made via the plugin.
You can find more information on the player at: http://webplayer.yahoo.com/
Installation
- unzip the file
- drag the created folder it into: wp-content/plugins
- activate the plugin from the ‘Plugins’ tab by selecting the ‘Yahoo! WebPlayer’
- choose where the code should be placed (header or footer). placement in the footer may improve page load times, but may not work with certain themes.
- change the version of the player through the ‘Yahoo! WebPlayer’ section under ‘Options’ (optional)
- configure the settings for how you want the player to behave
- enter in your Amazon affiliate ID
- add audio links to your page. for example, something like:
<a href="http://mediaplayer.yahoo.com/example3.mp3">Yodel (mp3 link)</a>
<a href="http://movies.yahoo.com/movie/1810096458/info">Tron (Yahoo! Movie link)</a>
<a href="http://www.youtube.com/watch?v=i56XeM0-b8Y">Zoetrope (YouTube link)</a>
- the player will detect these links, render a play button next to the media, and include the media in the playlist
- enjoy 🙂
Screenshots
The player lives in a collapsible drawer at the bottom of the screen.
With the latest version, the player can play video inline as well.
FAQ
Who made this plugin?
This plugin helps integrate code Yahoo! developed, but was independently developed by me (Max Engel) in my free time.
How can I get support?
If it is a player functionality question, please check the official Yahoo! WebPlayer forum here: http://tech.groups.yahoo.com/group/yhoomediaplayer/
For help with the plugin itself, please post in the forum or contact me.
How can I help?
If you’d like to make a donation, it is the best way to help support the continued development of the plugin.
Changelog
v2.0.6
- enabled the ability to change the theme color between silver and black
v2.0.5
- allows monetization via Amazon affiliate codes
v2.0.4
- this enables a new option to control whether or not YouTube videos are played
v2.0.3
- this is a critical update to be compatible with the latest version of the Yahoo! WebPlayer and take advantage of the new features. It also contains bugfixes.
v2.0.2
v2.0.1
- bugfixes to help upgrading
v2.0
- massive rewrite of the plugin to integrate the new Yahoo! WebPlayer
- support for all custom settings. the list can be found at: http://webplayer.yahoo.com/docs/how-to-set-up/#customize
v1.3
- added option to enable autoplay (off by default)
- upgraded to the latest beta version of the Yahoo! Media Player (on by default) which allows video links
v1.2
- created the option to choose the destination for the javascript insertion (header or footer) to fix some compatibility issues with certain themes
v1.1
- changed the header insertion method for the Amazon meta tag info to get of rid a bug with certain themes
v1.0
- created field in “options” page to allow for the input of an Amazon Affiliate ID
- Amazon affiliate ID will be inserted as meta-data into the header to allow “buy” links from the player to be monetized
v0.4
- fixed a bug that caused an error when trying to clear the variables when the plugin is deactivated
v0.3
- rewrote the entire plugin!
- now the plugin has an options page to allow you to switch to the latest (and possibly buggy) build of the player
- now you only need to install a single file
v0.2
- changed names of calls/files to be consistent with Yahoo! (no longer references “Goose”)
- minor bugfixes
- created instructions
- added GPL