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 just want to start of by saying that I'm a complete noob when it comes to programing, and don't have a lot of experience with HTML or CSS. I know this place is a bit more advanced and geared mainly for programmers and developers, but the only reason I come here is because I couldn't find an answer in any of the other forums. I don't know if I can solve my problem by editing the CSS file in wordpress, but I'm hoping that some of you can chime in and let me know. The problem I have in a nutshell is that when I post a link of my blog to facebook, facebook doesn't generate the correct data or show any image preview. Here's the post I submitted at the wordpress forum:

I just got a new website, and setup a new wordpress blog on their server. It took a while, but everything is up and running for the most part. I am however, having a really hard time getting any of my post preview to show up when linking to facebook. My website is http://www.limonphotography.com/blog. When I run the same link through facebook's debugger, I get the following error sometimes:

Could Not Follow Redirect Path: Using data from .http://www.limonphotography.com/blog/ because there was an error following the redirect path. Circular Redirect Path: Circular redirect path detected (see 'Redirect Path' section for details). Could Not Follow Redirect: URL requested a HTTP redirect, but it could not be followed.

My wordpress URL is :http://limonphotography.com/blog but I made the site URL pointing to :http://www.limonphotography.com/blog since it's easier. Original blog is hosted with the site I have my hosting with, so the original WordPress is at http://mukul12031.c4.cmdwebsites.com/blog. Can anyone tell me why I am getting these errors, or why the preview is not showing up?

Again, I apologize if this is too simple of a questions, but I just can't figure it out on my own. If anyone can help me, I would be very grateful. Thanks a lot.

share|improve this question
What does your og:url meta tag look like? Please include all relevant code, including all of the meta tags you - or your client - are using. – maiorano84 May 30 '12 at 21:51

1 Answer

My advice would be to try appending a trailing slash to your og:url tag (example: "http://mysite.com/"). Sounds stupid, I know, but it's worked for some

Another thread on this issue has yielded the following information, courtesy of Lizzbizz on this Wordpress Support thread:

"From what I can tell, this turned out to be a problem with GoDaddy hosting services. They were applying a 302 Redirect Filter to the server that was hosting my domain and it caused the problems. After I emailed them a few times they finally fixed it. Try googling "GoDaddy 302 Redirect Problem" and you will see lots of other posts!

If you are not getting the 302 problem, but just have trouble getting the image or description to appear when you share a link on Facebook, you can use one of the WP plugins for Open Graph data like Simple Facebook Connect or Facebook Open Graph Meta in WordPress and that should fix it!"

share|improve this answer
Thank you Mario for your response. I changed my url settings to limonphotography.com/blog, but it still did not fix the issue. I think it might be the 302 redirect problem as you mentioned since I am using godaddy. I'll contact them today and see. It's strange though. I had an older site through them using bludomain as a host, and this problem was not there before. – user1426993 Jun 1 '12 at 16:54
Yeah, it's hard to say. Let me know if they come back to you with any helpful information. – maiorano84 Jun 1 '12 at 17:07

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.