liamget
liamget

Reputation: 31

"Send" popout showing, "Like" isn't

I've installed a Like button on my blog, as well as the Facebook send button.

When I click "Send", the popout comes out and appears nicely with a prompt on who to send the post to.

But, when you click "Like", no popout comes. It's not the "overflow:visible" problem, because the Send popout works. Very confusing and odd, I think...

This is the code I'm using:

<div style="overflow:visible;" class="fb-like" data-href="http://liamgetreu.com" data-send="true" data-width="450" data-show-faces="true" data-font="lucida grande"></div>

Any ideas? Thanks.

Upvotes: 1

Views: 115

Answers (1)

DMCS
DMCS

Reputation: 31870

I checked out your blog and it looks like there is an iframe being generated for the pop-out, but that pop-out is not being filled in by Facebook. There is a javascript error that is the probably cause of the issue.

uncaught exception: Error: Permission denied for <http://www.facebook.com> 
to get property Proxy.InstallTrigger
https://plus.google.com/_/apps-static/_/js/widget/gcm_ppb,
googleapis_client,plusone/rt=j/ver=VRKLmt4S1dg.en_US./sv=1
/am=!itqi7GDL5S6I4GqN1g/d=1/  Line 116

To find out what javascript is colliding with that Facebook one to cause the error. I would suggest striping everything off that page one thing at a time until the Facebook script can run without error. This will tell you what item (or combination of items) was interfering.

Happy troubleshooting! Let us know what you find.

Upvotes: 1

Related Questions