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.

OnPandora

Description

This shortcode displays the name of the Pandora station that you are currently listening to.
Great for sharing with your blog readers what your current musical tastes are without being too specific.

Requirements

OnPandora requires the SimpleXML PEAR module for PHP

Shortcode Syntax

Basic Syntax:
[onpandora user=””]

Replace with your Pandora username. You can find out what your Pandora username is
by logging into your account on Pandora and selecting “My Profile” from the account menu at the top right.

Advanced syntax:
[onpandora user=”” explanation=”Beatles Radio:You gotta love the Beatles!;Classical Radio:It’s good for your brain!”]

The “explanation” attribute can be used to add explanations for why you’re listening to a certain radio station. You can add explanations in the format :, with multiple explanations separated by a semicolon (“;”).
In the above example, the plugin would return that I’m listening to Beatles Radio because “You gotta love the Beatles!”. This
feature was added because I often listen to “Kids Radio” on Pandora when I’m at home with my daughters, and some of my blog
readers wanted to know why I would be listening to that!

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“OnPandora” is open source software. The following people have contributed to this plugin.

Contributors

Translate “OnPandora” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • First public release
  • Added the ‘explanation’ feature

0.9.0

  • First implementation