Getting Started

STEPS

Provided below are step-by-step instructions to add Load2Mobile functionality into your website.

  1. Include this JavaScript line on each page on the site. This pulls in the JavaScript functions needed to do Load2Mobile.

              <script language="JavaScript" type="text/javascript" src="http://www.mp3tunes.com/sideload.js"></script>  
              
     
  2. Add links for media files. Replace url_to_file with the url where the media file is located. Replace url_to_image with the url where a sideload image is located.

    <a href="javascript:Sideload('url_to_file','9999999999');" onmouseover="self.status='Sideload Track to MP3tunes.com Locker'; return true;" >  
    <img src="url_to_image" border="0" width="x" height="y" alt="" />
    </a>