Welcome Guest [Log In] [Register]
Viewing Single Post From: Add To Facebook & MySpace
Codes Rock
Member Avatar
<?php echo 'Codes Rock rocks!'; ?>
[ *  *  * ]
insanenhead
Mar 6 2009, 04:26 PM
great code i've added it, anyway to modify it to make it for myspace to?


Add To Myspace
Posted Image

Use the code below, instead of the code for Facebook above, and it will add a Add To MySpace: Posted Image button that will post a link to your page to your MySpace Profile.

Code:
 

<script type="text/javascript">
//Copyright HostMyImageSite.com
var url = document.location.href;
$("td.c_view").before('<td><a href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=' + url + '" target="_blank"><img src="http://img34.imageshack.us/img34/4991/forummyspace.jpg" alt="Add To MySpace" border="0" /></a></td>');
</script>





To have both buttons: Posted Image and Posted Image, use the code below:
Code:
 

<script type="text/javascript">
//Copyright HostMyImageSite.com
var url = document.location.href;
$("td.c_view").before('<td><a href="http://www.facebook.com/sharer.php?u=' + url + '" target="_blank"><img src="http://img4.imageshack.us/img4/3879/sharebuttonffwin.gif" alt="Add To Facebook" border="0" /></a><br /><br /><a href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=' + url + '" target="_blank"><img src="http://img34.imageshack.us/img34/4991/forummyspace.jpg" alt="Add To MySpace" border="0" /></a></td>');
</script>


Example of it in use: http://s1.zetaboards.com/hostmyimagesite/topic/1310778/

Edited by Codes Rock, Yesterday, 11:19 PM.
Offline Profile Quote Post
Add To Facebook & MySpace · Code & Modification Database