This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Tag to AmazonMP3 Shortcode

Screenshots

  • Player displayed in sidebar.

Installation

Manual install: Unzip the file into your WordPress plugin-directory. Activate the plugin in wp-admin.

Install through WordPress admin: Go to Plugins > Add New. Search for “Tag to AmazonMP3”. Locate the plugin in the search results. Click “Install now”. Click “Activate”.

FAQ

How do I use this plugin?

Go to the settings page and fill in the required information:
1. Your affiliate id
2. Add the MP3 player size – use the sizes that are currently supported by Amazon. 3. Choose the node for the music genre. 4. Choose the amazon store to use.

Add the shortcode [amaMP3] where you want the player to be displayed.

You can make your theme shortcode friendly in widget text boxes by adding the following to your theme functions file: add_filter( ‘widget_text’, ‘shortcode_unautop’); add_filter( ‘widget_text’, ‘do_shortcode’);

Why use tags and not a custom field?

I already had lots of pages on my web site and using a custom field would have meant having to go through all my established pages to add the artist to the custom field. As my tags are already just the artist it seemed logical for my situation to use tags and make the plugin work with previous posts.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Tag to AmazonMP3 Shortcode” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1

Added support for both UK and US Amazon MP3 download stores.

1.0

Initial release.