SEOPerthtnt
New Member
I'm trying to have a share button on my site that can share on behalf of YouTube. Let's say the page is http://www.mysite.com/test.html.test.html\[code\]<!DOCTYPE html><html> <head> <meta property="og:url" content="http://www.youtube.com"> <meta property="og:description" content="My custom YouTube share"> <meta property="og:title" content="YouTube Share"> <meta property="og:image" content="http://www.mysite.com/preview.png"> </head><body> <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mysite.com%2Ftest.html">Share</a</body><html>\[/code\]But it's completely ignoring my meta properties when I click the Share. How can I get it so that Facebook looks at all of my declared meta properties? Or is it impossible to share on behalf of another site?
EDIT:Here's a sample screenshot of what I'm trying to do:
EDIT:Here's a sample screenshot of what I'm trying to do: