Reputation: 30793
I can't seem to get my facebook like button to load.
The pages meta tags pass the facebook debugger tests, but the button itself does not load
http://ping-it.theonconnection.com/properties/31
Upvotes: 1
Views: 714
Reputation: 451
I looked at your HTML code being served down from http://ping-it.theonconnection.com/properties/31 and I could not find where you're putting in your like button code.
I do not see any like button code in there. However I do see the FB.init, the all.js file, and TWO fb-roots.
Upvotes: 2
Reputation: 91716
Looks like you have:
<div id="fb-root"></div>
...twice in your document, which is probably throwing off your script. This should only appear once.
Upvotes: 2