Monday 17 September 2012

Facebook Share Button


Facebook Share Button

<script>
 function fbs_click() {
 u="<%= DOMAIN_CONFIG %>";
 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>

<style>
    html .fb_share_button {
        display: -moz-inline-block;
        display:inline-block;
        padding:1px 20px 0 5px;
        height:15px; border:1px solid #d8dfea;
        background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif) no-repeat top
        right;
   }
    html .fb_share_button:hover {
        color:#fff; border-color:#295582;
        background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif) no-
        repeat top right; text-decoration:none;
   }
  </style>
  <a rel="nofollow" href="http://www.facebook.com/share.php?u=<;url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;background-color: #ECEEF5;">Share</a>


No comments:

Post a Comment