Copy the following code in your html page.
Example : Customize facebook share button.
Example : Customize facebook share button.
- <script>
- function fbs_click(share_this) {
- var txtLink = document.getElementById(share_this);
- var a = txtLink.getElementsByTagName('a');
- if (a != null && a.length > 0) {
- var setLink = txtLink.parentNode.getElementsByTagName('a');
- if (setLink != null && setLink.length > 0) {
- t= a[0].title;
- u= a[0].href;
- }
- }
- window.open(u+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;
- }</script>
- <div id="share_this">
- <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.phptechi.com/Fmagento-display-banners-for-category-page.html" type="box_count" onclick="return fbs_click('share_this')" title="phptechi" target="_blank">Share this</a>
- </div>
No comments:
Post a Comment