My club has a website www.kilcooleac.com and a facebook presence http://www.facebook.com/kilcooleac
I want to set up a "Facebook Like" on the webpage that when clicked it is indicated on the facebook page.
When I use the FB debugger
`http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.kilcooleac.com%2Findex.html`
Circular Redirect Path Circular redirect path detected (see 'Redirect Path' section for details).
The above mentioned section contains:
original http://www.kilcooleac.com/index.html
og:url http://www.facebook.com/kilcooleac *
302 https://www.facebook.com/kilcooleac #*
og:url http://www.facebook.com/kilcooleac *
Final URL is in bold (this is the URL we tried to extract metadata from). URLs that are part of the circular redirect path are highlighted.
I have marked with a # the entry that is bold the Final URL, and with * the URLs that are part of the circular reference.
My Open Graph meta data for Facebook is: <meta property="og:url" content="http://www.facebook.com/kilcooleac"/>
and my iframe for the like button is:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fkilcooleac&send=false&layout=standard&width=580&show_faces=true&action=like&colorscheme=light&font=trebuchet+ms&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:580px; height:80px;" allowTransparency="true"></iframe>
There is a slightly similar posting on SO here
I would be most obliged to receive any hints to assist with fixing this.
Thanks in advance.
http://www.kilcooleac.com/? – Neil Jul 30 '12 at 10:32