Delia,
I have just encountered this problem with version 1.3.9h
where I once had only the text link without the obnoxious button...it said Share then the product link I now have a button with no space
any ideas?
this is my code:
is there a way to use the smaller F for facebook if it insists on having the button?Code:<!-- bof Facebook Like Button --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: 'DarkAngel612?ref=name', status: true, cookie: true, xfbml: true}); FB.Event.subscribe('edge.create', function(href, widget) { // Do something, e.g. track the click on the "Like" button here }); }; (function() { var e = document.createElement('script'); e.type = 'text/javascript'; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); </script> <!-- eof Facebook Like Button -->
oh I forgot I did also try to make the code like you have it only with the color background for darker backs but it only loaded the butoon and all at the top, not where I wanted it


Reply With Quote

