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.

In wordpress, I have these meta tags in my header:

<meta property="og:url" content="http://frontgroupdesign.com/1percent/profile/the-billionaire-runner-up-meg-whitman/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="I voted for Meg Whitman as Ms. 1% of California | Who will you vote for?" />
<meta property="og:image" content="http://frontgroupdesign.com/1percent/wp-content/themes/california-1p/images/ca_squeeze.png" />

And for some reason its using meta tags that I set yesterday. I tried using facebooks lint/debugger tool to update them, but its still using the old ones.

Any ideas to why this is happening?

share|improve this question

1 Answer

Looks fine to me.

https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Ffrontgroupdesign.com%2F1percent%2Fprofile%2Fthe-billionaire-runner-up-meg-whitman%2F

share|improve this answer
the facebook debug turns out fine, but if you go to the page and actually try and share it, it uses earlier meta frontgroupdesign.com/1percent/profile/… – Brucep Apr 9 '12 at 21:38
Not when I do it. i.stack.imgur.com/s4ZAh.png Right image, right title, right URL. You should fix those special characters in the og:description, though. – ceejayoz Apr 9 '12 at 21:44
That's weird. When i just put the link into facebook, it comes up with the right stuff, but when I click on "share" button on the site, it comes up with the old stuff. Are you encountering that problem as well? – Brucep Apr 9 '12 at 22:08
1  
Could be caching? I don't see any problems i.stack.imgur.com/VfI1g.png @Brucep – phwd Apr 9 '12 at 22:24
Huh, that's what i thought and tried it on a different computer. Oh well, guess i'll try it on one more. thanks! – Brucep Apr 9 '12 at 22:37

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.