Are you an artist, producer, or music blogger? Increase your popularity by enabling your readers to tweet your music!
Too many songs? Generating 'tweet' buttons in your code is easy!
The HTML should look like:
<a href="http://song.ly/?src=btn&preview=PREVIEW&url=PATH&a=ARTIST&s=TITLE" target="_blank"><img src="http://song.ly/img/tweet.gif" alt="tweet this song"></a>
where:- PREVEW is either yes or no. If set to yes, upon clicking the 'tweet' button the user will be shown a page where he or she can play the song in a Flash player before tweeting it. This works best when your website contains mp3 links but doesn't allow the user to play them. If your website allows the user to play songs in your Flash player, set preview to no - in this case the user will be directed right to Twitter upon clicking the 'tweet' button
- PATH is urlencoded path to the mp3 file, either absolute or relative
- ARTIST is urlencoded artist (optional)
- TITLE is urlencoded song title (optional).
If you need help with installing the buttons or additional functionality, just drop us a tweet to @song_ly.
