marknasraui Posted July 4, 2013 Share Posted July 4, 2013 (edited) Hi everyone: I`m trying to add the social buttons on my PRODUCT page but here is the deal: the facebook buttouns are there, but, when I click in the like or send, the dialog to place a comment or send to a friend is getting behind other layers: Exemple here: http://suppsbrasil.c...las-nutrex.html The code I used is: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-like" data-href="http://www.suppsbrasil.com.br{$request_uri}" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false"></div> And about the twitter it`s worse. When I put it there, the entire product page get empty. Appreciate anyone who could take a look on that. Tks Edited July 4, 2013 by marknasraui (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 remove the www from website urls Link to comment Share on other sites More sharing options...
marknasraui Posted July 5, 2013 Author Share Posted July 5, 2013 VEKIA, tks for answer. I removed the www but still same error. Any ideia? Tk you Link to comment Share on other sites More sharing options...
vekia Posted July 5, 2013 Share Posted July 5, 2013 okay, now it works (i mean sharing on the facebook - because before it wont work!) now you're talking about that: it's because you've got overflow:hidden; added to the parent div and this: it's because you've got width:141px only Link to comment Share on other sites More sharing options...
Recommended Posts