Reputation: 13
I have already included these tags in my html file:
<head> <meta property="og:title" content="MyTitle"/> <meta property="og:site_name" content="MySite"/> <meta property="og:url" content="http://mysite.com"/> <meta property="og:description" content="description ..."/>
But if someone copies the Url to Facebook and shares it, it just shows a secton of the page as its description.
Any idea, what could be wrong?
thanks
Upvotes: 1
Views: 1368
Reputation: 4195
As MMM mentioned, Facebook does indeed cache the OpenGraph metadata.
It sounds like you want to use the Facebook Debugger (sometimes still referred to as the Linter) — for two reasons.
So take a look at the Debugger and that may well resolve your problems. Good luck!
Upvotes: 2
Reputation: 7310
Facebook caches some OG data, hence it might take some time for it to update. Try hosting the file in a different folder and see if it's still happening.
Upvotes: 1