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 have included tags

<meta property="og:title" content="Memes 4 laughs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://memes.com" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="memes" />
<meta property="fb:admins" content="1324695737" />

and the SDK

A sample fb plugin in my website is:

<div class="fb-comments" data-href="http://www.memes.com/index.php?page='.($id).'" data-width="470" data-num-posts="5"></div>

but when, it shows on facebook, it shows something like this:

facebook.com/index.php?page=id

So it replace "memes.com" with "facebook.com"

Why it is doing that, and how I can fix it?

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.