Hello,
I am having an issue with a Twitter Summary Card where the generic browser title is being used in the twitter sharing rather than the twitter:title content.
In the source, the meta info looks as expected like this…
<title>browser title test :: websitename</title>
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@blahblahblah">
<meta property="twitter:title" content="title test twitter">
<meta property="twitter:description" content="description test">
<meta property="twitter:image" content="blahblahblah">
But when I click the twitter share link (handled via sharethis), I always get the generic browser title (in the example above that would be - browser title test :: websitename).
What we’d want from the above example is: title test twitter
I also tried meta name= instead of meta property= but that didn’t help either.
The card validates in the validator, giving the following info:
INFO: Page fetched successfully
INFO: 20 metatags were found
INFO: twitter:card = summary_large_image tag found
INFO: Card loaded successfully
Any tricks to forcing the twitter:title content to be used when sharing?
Thanks for any help.