This plugin adds three new widgets to your WordPress blog for Zune owners:
- The Zune Card (Flash object) from the Zune Social site which shows your recently listened songs, albums, and favorites
- A list of songs you recently listened to
- A list of your favorite songs
Download:
dg-zunesocial.zip (version 1.2 beta)
The lists can display album art, song names, or both, and are presented as an ordered list for easy styling. This is a widgetized plugin, so you can add any of these things to your widget-enabled theme with a recent version of WordPress from the Presentation menu in your admin area.
For older WordPress installs and non-widget-enabled themes, the following functions are made available to use in your themes (ex: your sidebar.php):
Display a small Zune Card
<?php zunecard(’small’, ‘Your Zune Tag’); ?>
Display a large Zune Card:
<?php zunecard(’small’, ‘Your Zune Tag’); ?>
Display a list of recent or favorite songs:
<?php zune_songs($zunetag, $mode, $limit, $showart); ?>
Options for zune_songs():
$zunetag: Your Zune Tag
$mode: Either “recent” or “favorites”
$limit: Number of songs to display (ex: 5)
$showart: yes (song name + album art),
no (song name only),
only (album art only)
Example to display the 5 last songs you listened to with no album art:
<?php zune_songs(’yourtag’, ‘recent’, 5, ‘no’); ?>
Thank you to Zune for making the Zune Social!
Output Examples
These are the output from the plugin without any styling applied.
Small Zune Card
Large Zune Card
Recent Songs List (no art)
Favorite Songs List (with art)
Wish (Ending Theme) [T...
Open Your Mind: Spread...
Inner Universe
* Asterisk [From Bleach]
* Asterisk [From Bleach]
Recent Songs List (art only)
Change Log
- 1.0: Initial Zune Card plugin release
- 1.1: Zune Card plugin merged into Zune Social plugin
- 1.1: Zune Social plugin adds Recent Songs, Favorite Songs widgets
- 1.2: Added url-encoding of Zune Tags to handle names with spaces better in some embed scenarios




Dan Grossman » Zune Social Plugin
November 13th, 2007
[...] up into another WordPress plugin that includes the Zune Card widget from the last. So, this single Zune Social WordPress Plugin adds three widgets and theme functions to a blog it’s installed [...]
わーどぷれすっ! » Zune Social WordPress Plugin
November 15th, 2007
[...] Dan Grossman » Zune Social WordPress Plugin [...]
Marijan
December 4th, 2007
hey!
BIG BIG thx 4 this plugin! works very fine with my wordpress!
i got my zune today and tought: i need a zuneplugin for my wordpress - and here it is!
thx =)
RedMoze
January 24th, 2008
Thanks! greatest plugin for wp!
Liste de Plugins Indispensables Pour WordPress
March 2nd, 2008
[...] Zune Social Plugin : Afficher votre liste de musique Zune en flash player. [...]
Matt Mallory
May 6th, 2008
Any chance you can update for Wordpress 2.5? I get a PHP error now.
Thomas
May 10th, 2008
Do you know if there is an RSS feed for Zune profile data, recent songs, favorited songs, etc? Would love to use that in a Lifestream.
Dan Grossman | Zune Social Plugin
October 10th, 2008
[...] Social Plugin Portfolio Entry Website [...]