このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

OnPandora

説明

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!

インストール

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

評価

このプラグインにはレビューがありません。

貢献者と開発者

OnPandora はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“OnPandora” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • First public release
  • Added the ‘explanation’ feature

0.9.0

  • First implementation