Welcome Guest [Log In] [Register]
Viewing Single Post From: Add To Facebook & MySpace
Codes Rock
Member Avatar
<?php echo 'Codes Rock rocks!'; ?>
[ *  *  * ]
Code Name: ADD TO FACEBOOK
Author: Codes Rock (a.k.a. HostMyImageSite)
Description: Got a topic or post you want to send to your friends on Facebook, or maybe post on your profile? This is the way to do it!
Preview: see below
Where it goes: Themes > Board Template > section: Below The Board

Installing this script will place a button that links you directly to your Facebook account!

Posted Image

Clicking the link, while viewing a topic, will send the topic to Facebook where you can either message it to your friends or post it on your profile!

Code:
 

<script type="text/javascript">
//Copyright HostMyImageSite
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://hostmyimagesite.com/images/f67th4m5n719sef0fsm.gif" alt="Add To Facebook" border="0" /></a></td>');
</script>


Example of it in use: http://s1.zetaboards.com/hostmyimagesite/topic/1310778/
Edited by Codes Rock, Mar 6 2009, 11:00 AM.
Offline Profile Quote Post
Add To Facebook & MySpace · Code & Modification Database