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 have a site which is using AddThis to share on Facebook. When the page is shared It will show the title then the URL below the title then the description. I would like to change this so the URL is not show and preferably it shows my sites name or By (Site Name) Is this possible?

I have attempted to use Open Graph tags and have used the following:

<meta property="og:title" content="Title of Page" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://my-site.com/page" />
<meta property="og:image" content="http://www.my-site.com/img-path.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="620" />
<meta property="og:image:height" content="429" />
<meta property="og:site_name" content="My Site Name" />
<meta property="og:description" content=" Description Text" />
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.