G'day
I'm having some trouble getting the facebook 'like' button to work correctly. The site in question is http://etincellebyemilie.com.au/casual-afternoon-tea/
The button is added to the page using the following code...
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink()); ?>&send=false&layout=button_count&width=60&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
When the button is clicked, the like is registered and appears on the users facebook page. But, the link back to the site produces a 310 error and states 'There are too many redirects', as you can see by visiting the generated URL - http://etincellebyemilie.com.au/casual-afternoon-tea/?fb_action_ids=10151158453571916&fb_action_types=og.likes&fb_source=timeline_og&action_object_map=%7B%2210151158453571916%22%3A581712555188197%7D&action_type_map=%7B%2210151158453571916%22%3A%22og.likes%22%7D&action_ref_map=%5B%5D
I have tested this URL using the Facebook object debugger and the results tell me that The 'og:url' property is required, but not present.
This doesn't make a lot of sense because I can see that the meta tags are in the document head - all the og tags have been generated by the Yoast SEO plugin.
<meta property='og:locale' content='en_US'/>
<meta property='og:title' content='Casual Afternoon Tea - Etincelle By Emille'/>
<meta property='og:url' content='http://etincellebyemilie.com.au/casual-afternoon-tea/'/>
<meta property='og:site_name' content='Etincelle By Emille'/>
<meta property='og:type' content='article'/>
<meta property='og:image' content='http://etincellebyemilie.com.au/wp-content/uploads/2013/01/Maganda.jpg'/>
If anyone has some idea on where to go with this I would love to hear it.
Cheers
HTTP/1.1 301 Moved Permanentlyto itself. Do you have any redirection plugin? – Deminoth Bono Jan 18 at 7:04