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" />