Facebook Like Button won't work on my Godaddy hosted site

RoyawnTymncaw

New Member
I've tried every implementation of the FB like button. HTML5/XFMBL/Iframe/URL....NONE of them seem to work. When you click the like button, the dialog pops then goes away. If you click a couple more times, it turns into a "confirm" link. Click the "confirm" link, and you get a popup to confirm the like. Click "Like"...and then the button DISAPPEARS completely.Site is www.debatedrinking.usIt works perfectly fine when I'm debugging in Visual Studio 2010.Here's what I'm using currently....\[code\]<body><div id="fb-root"></div><script type="text/x-javascript"> (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 = "http://stackoverflow.com//connect.facebook.net/en_US/all.js#xfbml=1&appId=180403982097123"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk'));</script>\[/code\]....then...\[code\]<div class="fb-like" data-send="false" data-show-faces="true" data-width="450">\[/code\]I took out the URL ..originally "http://www.debatedrinking.us" ..as facebook Like widget creator says it will default to the current url..and I tried it all different ways.The thing is... I've done this before and it was never this much of a headache...I'm beginning to wonder if Goddaddy is the problem.
 
Back
Top