Closed (fixed)
Project:
Google Plus One Button | Google+ Badge
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 15:09 UTC
Updated:
1 Jun 2012 at 09:00 UTC
I'm using the HTML5 syntax for the button configuration. It works fine within nodes, but when I activate the Google + Button Block (not the Badge block) it does not render as HTML5.
I get this code for the block:
<div class="g-plusone-wrapper" style="text-align:center" ><g:plusone href="http://mysite/" annotation="inline" width="250" ></g:plusone></div>
And this one for each node:
<div class="g-plusone-wrapper"><div class="g-plusone" data-href="http://mysite/node-x" data-annotation="bubble" data-width="250" ></div></div>
There's no option to choose HTML5 syntax in block configuration. I thought it would inherit the main configuration options, but it doesn't.
Did I miss something?
Comments
Comment #1
corbacho commentedThanks Pablo for the bug report.
It should be fixed in 6.x and 7.x dev branches
I will make some other changes and soon will be released as stable release.