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

corbacho’s picture

Status: Active » Fixed

Thanks 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.