Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would be grateful for some assistance with Facebook Social Plugins.

I have a bunch of portfolio items on my website that are rendered with a fb-comments-plugin at the bottom of the page.

At the top of the page (in the header) is a "like" button that is designed to cover the whole site (i.e. if you "like" the site - click the "like" at the top of the page). But, if you want to "like" the post - click the "like" alongside the post.

Anyway, every now and again - the comments plugin on one of the portfolio items indicates to me:

"Warning: {url} is not accessible"

This does not appear to be consistent across all items. For instance:

http://www.greensidefilms.com.au/portfolio/bride/

does not work, but:

http://www.greensidefilms.com.au/portfolio/twilight/

does work...

Confused I am, seeing as it is exactly the same code generating all these pages.

Is there something not quite right with the og meta tags that is causing the plugin to be confused?

share|improve this question

1 Answer

up vote 0 down vote accepted

Those links you provided are dead

I had some trouble when I first started working with the Facebook social plugins and found that the problem you are describing is with the APP ID, it is designed to work with a domain in your case yes it is the same domain however you should double check if the same APP ID is being used in all your plugins, using the wrong APP ID will cause that kind of behavior.

share|improve this answer
thx... yeah I ended up hiding those pages. Going to chalk this one up to experience. All the visible pages on the portfolio seems to now be working so have to put this down to an intermittent glitch. Thx for the hints anyway. – Mark Edwards Feb 16 '12 at 11:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.