topical media & game development

talk show tell print

mashup-delicious-08-delicious-play-tagger.php / php



  <?php
  /*
  Plugin Name: Del.icio.us Play Tagger
  Plugin URI: http://wordpress.org/#
  Description: Makes your .mp3 links playable thanks to del.icio.us.
  Author: Your Name
  Version: 1.0
  Author URI: http://www.yourwebsite.com/
  */
  
  function add_play_tagger_code() {
      echo '<script type="text/javascript" src="http://del.icio.us/js/playtagger"></script>';
  }
  
  add_action('wp_head', 'add_play_tagger_code');
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.