OK guys, tell me what I am doing wrong... Is this a new Google Plus issue? Or — to use an old Facebook term I created — an Unannounced Platform Change? (note the date of this question)
Please Note that I'm asking about Google Plus Share Buttons, not the GP+1 like button which is a different beast…
The Description Tag is not passed thru to the share window or to the Google Plus page post. If you inspect the Google window code with Firebug, you will see this:
<div class="Zm"></div>
…which is where the description tag should display.
Demo and source code located here.
Now...
- The demo and the more complex script are both HTML5 validated. I have tested this with both schema.org tags and open graph tags: All Tags work fine in the Google Structured Data Testing Tool here. Results are the same in both cases: description tag does not display, so that's not the problem.
- I have tested this on
http://
andhttps://
with the same results: description tag does not display, so that's not the problem. - I have tested this on FF22.0 with and without AdBlockPlus && Chrome 28.0 and the results are the same: description tag does not display, so that's not the problem.
- I have tested different button types with the same results: description does not display, so that's not the problem.
- And I have googled for hours… and cannot find any "current links" to this issue that are not simple code errors.
So what part of this am I missing?
Any ideas, comments, suggestions or solutions would be greatly appreciated!