Frustrated

danielgm55

Regular Member
Joined
Apr 3, 2011
Messages
254
Reaction score
57
For the last 2-3 hours I have been trying to position the Facebook like button on my website without any success. It's stuck at the bottom. If any knows how to do this please let me know. Here is the code that I got from the Facebook Developers Page.

<div id="fb-root"></div>
<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/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>




<div class="fb-like" data-href="http://www.facebook.com/pages/Heavy-Rotation/138925392838103?

v=app_2405167945" data-send="true" data-width="450" data-show-faces="true" data-colorscheme="dark">
 
please disregard this post...i figured it out
 
Back
Top