Active
Project:
ShareThis
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2013 at 17:28 UTC
Updated:
1 Oct 2019 at 09:03 UTC
Jump to comment: Most recent
Hello;
Just wanted to point out that the "Google+" button" and the "Stumble Upon" buttons when printed print their names as "googleplus" and "stumbleupon." Both of which do not accurately reflect the proper names of each respective service.
It should be printed as "Google+" and "SumbleUpon".
Thank you;
-Ryan
Comments
Comment #1
jsheller commentedHello at all!
I have the same problem. Did you find a workaround yet?
Thank you very much,
Jacqueline
Comment #2
jsheller commentedI updated to the current version (7.x-2.8) now, but the errors mentioned above are still there. Is there something I can do? Thanks!
Comment #3
christian deloach commentedOn February 12, 2013 rbrownell wrote:
It should be printed as "Google +" and "SumbleUpon".
It should actually be "Google+" (no space between the word "Google" and "+" symbol) and "StumbleUpon" (missing the letter "t").
I took a look at how the module currently works and there doesn't appear to be a simple solution based on what is already in the module. The service names are not store in the module. The services are downloaded from ShareThis via https://ws.sharethis.com/share5x/js/stcommon.js which is used to build the service picker on the ShareThis configuration page (connect/admin/config/services/sharethis). The theme hook would essentially need to look up the service name from ShareThis. I'm not sure if that's possible via the ShareThis API.
Comment #4
rbrownellComment #5
avpaderno