Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Stand-alone share page ignores meta tags when shareable URL has a query string in it #368

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Share URL:
https://plus.google.com/share?url=http%3A%2F%2Ffantasy.nfl.com%3Fcampaign%3DFant
asy_Signup_Social_Share

These meta tags are ignored:
<meta itemprop="name" content="NFL.com Fantasy Football">
<meta itemprop="description" content="I play Fantasy Football on NFL.com. You 
should too! Start for free at 
http://fantasy.nfl.com?campaign=Fantasy_Signup_Social_Share.">
<meta itemprop="image" 
content="http://global.fantasy.nfl.com/static/img/defaultFbImage_1336501521.jpg"
>

However, when the QS is skipped, it works.
https://plus.google.com/share?url=http%3A%2F%2Ffantasy.nfl.com

Thanks.

Original issue reported on code.google.com by shahrier...@gmail.com on 13 Sep 2012 at 6:06

GoogleCodeExporter commented 9 years ago
Your share URL is incorrect.  You have: 
https://plus.google.com/share?url=http%3A%2F%2Ffantasy.nfl.com%3Fcampaign%3DFant
asy_Signup_Social_Share

But you need: 
https://plus.google.com/share?url=http%3A%2F%2Ffantasy.nfl.com%2F%3Fcampaign%3DF
antasy_Signup_Social_Share

(A / before your ? for the query, essentially.)

Original comment by joannasm...@google.com on 26 Sep 2012 at 8:08