Topic on Extension talk:AddThis

Issues with Google Plus button

4
185.5.60.134 (talkcontribs)

The Google Plus button creates problems, it leaves an empty space widening the line of social buttons. The only solution I found so far was to eliminate it... But I would like it to be present, does anyone know how to fix it?

Dariomarcelino (talkcontribs)

I've also experienced the same issue and found a workaround. Add the following line to you LocalSettings.php after the require_once statement:

$wgAddThisSBServ[3]['attribs'] = 'g:plusone:count="false" style="margin-top:1px; width: 25px;"';

The key bit is width: 25px; which is an addition to the default value, constraining the social button size.

87.13.171.200 (talkcontribs)

It works! Thank you very much for helping!

B.Shapoval (talkcontribs)

For me it works too. Thank you

Reply to "Issues with Google Plus button"