Digitally Imported WordPress Sidebar Widget
By request, we are making the Digitally Imported WordPress Sidebar Widget available to everyone. It was originally just a quick script that we wrote to support our favorite internet dance radio site. The code is not elegant but it works. So here it is.
Disclaimer: This is purely provided to help promote Digitally Imported and Sky internet radio sites.
Details:
- 52 DI and Sky Channels (2009.6.19)
- select the channel you want to display on your site
- “Random” – displays a random channel on each page load
Install Instructions:
- download zip file here (current version: 2.0) (2010.7.4)
- unzip files into the WordPress plugins directory (wp-contents/plugins/)
- activate the widget from the Plugins page on the admin panel
- go to the Presentation->Sidebar Widgets page and select the channel you want to display
Version 2.0 Change Log: (2010.7.4)
- complete rewrite for WordPress 2.8+
Version 1.5 Change Log: (2009.6.19)
- updated to current list of 52 DI and Sky Channels
- minor html/css updates
Version 1.4 Change Log: (2008.7.25)
- updated html/css to conform to WP 2.6 guidelines
Version 1.3 Change Log: (2006.7.13)
- updated channel list – 31 DI and Sky Channels
- added “Randomize” function
Version 1.2 Change Log: (2006.7.10)
- minor edit to html output


Nice widget. To fit to wp2.6 design rules please add at line 138 styleclass definition “widget” to div declaration e.g.
echo '<div class="widget">' . "\n";
It works, but not in damn IE7
change 138 into
echo '<li class="widget">' . "\n";and 151 into
echo '</li>' . "\n";This should work for ie/ff/opera.
Hi Michael, thanks for the tip. As you can see it’s been a while since we’ve touched this widget.
The changes have been made and the new files are up in the latest version.