Closed (fixed)
Project:
AddThis
Version:
6.x-3.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 04:11 UTC
Updated:
21 Sep 2012 at 14:48 UTC
This may be an issue with the addthis api, however when google plus 1 is added the 15px widget is displayed instead of 20px.
Comments
Comment #1
les limThis isn't anything the module has control over.
Comment #2
energee commentedThought so, is this something we should contact addthis regarding?
Comment #3
les limActually, it appears that there are Google-provided parameters that you can apply to the +1 service by using the "Customize services" tag, including size. Here's an addthis.com forum post about it.
And here's the Google API page describing the parameters.
Here's how to do it with from the AddThis module interface:
1) On the AddThis admin page, click the "Customize services" tab.
2) Open the "Add a service customization" fieldset.
3) For service code, use google_plusone
4) For class, enter addthis_button_google_plusone
5) For attributes, enter g:plusone:size="medium"
6) Leave title blank and save it.
Comment #4
energee commentedThis solution worked perfectly!
Comment #6
BarisW commentedThanks, works like a charm!
Comment #7
switch commentedGuys, could you tell me how to achieve the same thing in 7.x-4.0-alpha1 version of this module?
There's no "Custom services" tab or, at least, I didn't find any. Instead, there's a field "AddThis custom configuration code" with exampe: var addthis_config = {}
Does anyone know what to do next?
I posted a question here: http://drupal.org/node/1775496 But so far, no solution.