Zune Social WordPress Plugin

This plugin adds three new widgets to your WordPress blog for Zune owners:

  1. The Zune Card (Flash object) from the Zune Social site which shows your recently listened songs, albums, and favorites
  2. A list of songs you recently listened to
  3. 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)

  1. Praan
  2. Still Alive (The Theme…
  3. Uninstall
  4. Tori no Uta
  5. Still Alive

Favorite Songs List (with art)

  1. Wish (Ending Theme) [T... (Ah! My Goddess, Vol. 1) Wish (Ending Theme) [T...
  2. Open Your Mind: Spread... (All of Me [Bonus DVD])’ /> <a href=Open Your Mind: Spread…
  3. Inner Universe (Ghost in the Shell: Stand Alone Complex) Inner Universe
  4. * Asterisk [From Bleach] (Jpop CD, Vol. 2) * Asterisk [From Bleach]
  5. * Asterisk [From Bleach] (Jpop CD, Vol. 2) * Asterisk [From Bleach]

Recent Songs List (art only)

  1. Praan (Praan)
  2. Still Alive (The Theme... (Still Alive (The Theme From Mirror
  3. Uninstall (OpEd Themes)
  4. Tori no Uta (I
  5. Still Alive (The Orange Box (Original Soundtrack))

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

8 comments

  1. December 4th, 2007

    Marijan wrote —

    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 =)

  2. January 24th, 2008

    RedMoze wrote —

    Thanks! greatest plugin for wp!

  3. May 6th, 2008

    Matt Mallory wrote —

    Any chance you can update for Wordpress 2.5? I get a PHP error now.

  4. May 10th, 2008

    Thomas wrote —

    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.

  5. View Comments:

Leave a Comment