View Single Post
  #1  
Old Nov 10, 2012, 01:25 PM
quintin3265's Avatar
quintin3265 quintin3265 is offline
Senior Member
 
Join Date: Mar 2009
Location: State College, PA
Posts: 193
Default How to embed songs from Game Remixes on other sites

I created a new feature that will allow artists to embed songs on other sites. A demo of this feature is available at http://www.shoemakervillage.org/grdemo.html. As you can see, these boxes are always updated to the latest version of a song and can play on the remote site. They do not require Flash.

The HTML code for inserting them is:

Code:
<iframe src="http://gameremixes.com/song/embed/number/[number]" width="445" height="155" seamless="seamless" frameborder="0" scrolling="no"> 
</iframe>
where [number] is the song number of the song to embed. Song numbers can be found on your user profile page. These can also be added as a "tag" in vBulletin; I'm writing a help page that describes how to do that right now.
__________________
Now you can embed your songs in forum posts and webpages just like this image! Click the image to find out how!

Last edited by quintin3265; Nov 10, 2012 at 01:28 PM.