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.