What is the link/code thing that when you click a persons defaul image on myspace it takes you to their albums?
Does anyone know what the link code thingy is for when you click on a persons myspace default image on their profile and then it takes you to their albums? Or do you know where i can make a button that takes a person to my photo albums?
<a href=http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=YOURFRIENDIDHERE>view albums</a>
change the "view albums" to wahtever you like .
but that is the link to view albums kayy ?
you can also put an image there, instead of the text view albums.
then the code would look like <a href=http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=YOURFRIENDIDHERE!><img src=DIRECTLINKHERE></a>
{make sure to get the direct link of the image from tinypic/photobucket/whatever, if you do that}
where is says "address" put the URL of your myspace albums
(click on your default from your page and copy the url from the address bar)
and where it says "text" just put it as whatever you want it to say.
<a href=" ADDRESS" target="_blank">TEXT</a>