Add a “Share on Facebook” button to a webpage.


Copy the script for the style you’d like: Copy and paste the following code blocks into your site and replace ” with the link you want to Share. Text link: <script>function fbs_click() {u=location.href;t=document.title;window.open(‘http://www.facebook.com/sharer.php?u=’+encodeURIComponent(u)+’&t=’+encodeURIComponent(t),’sharer’,’toolbar=0,status=0,width=626,height=436′);return false;}</script><a rel=”nofollow” href=”http://www.facebook.com/share.php?u=&lt;;url>” onclick=”return fbs_click()” target=”_blank”>Share on Facebook</a>