Active
Project:
ShareThis
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 12:20 UTC
Updated:
30 Sep 2019 at 12:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ShareThis Support commentedHi,
We are not facing any issues with sharethis module for Drupal.
Can you please install the latest module from here : http://support.sharethis.com/customer/portal/articles/446621-drupal-inte...
and retry?
Please let me know in case of any issues.
Regards,
SharethisSupport
Comment #2
Allographe commentedHello,
I had the same problem, but it was only in Chrome.
Chrome has some troubles with social networks widget not appearing (facebook likebox...).
So maybe you might retry using another browser?
Comment #3
orange peel commentedI'm having the same issue, no services available to select. I tried both the regular and dev version with no success. Any ideas/help would be awesome. Thanks.
Comment #4
ShareThis Support commentedHi,
I tried using latest Drupal plug-in (download link here http://support.sharethis.com/customer/portal/articles/446621-drupal-inte...) on Chrome 19 and it is working fine. PLease let me know if you are still facing this issue.
Comment #5
mrwillis21 commentedAre there any restrictions on the ShareThis side against includes of the stcommon.js file in certain conditions, such as localhost development sites? The stcommon.js file is failing to load for me. For whatever reason, I can navigate in my browser directly to the file, but including it as an external js in an html page causes it to fail. I even abstracted it out into its own file:
Even with just this, the GET request for stcommon.js fails on my local dev machine.
Comment #6
aisamat commentedI have the same problem on Firefox... no Services to choose, and no share links shown at the web.
I'm working in localhost
Comment #7
aisamat commentedIn Safari this module works! It's a bug in some browsers...
Please, correct it!
Comment #8
niknaz commentedJust want to confirm I also have an empty "Choose Your Services" panel when configuring in Firefox. It works when I configure it in Safari.
---
EDIT: Forget my above comment. It works in Firefox when I turn off the anti-tracking add-on. *palm to forehead*
Comment #9
aisamat commentedYes... it works in Firefox when I turn off the anti-tracking add-on. FACEPALM...
Thanks for this great module!
Comment #10
ShareThis Support commentedThere are a few browser add-ons (anti tracking addons like "Do not Track") which do not allow ShareThis to work as per the expected behavior. Right now, we would advise you to turn off such add-ons and then check the module fucntionality.
Thanks for using ShareThis.
The ShareThis Support Team
http://support.sharethis.com
Comment #11
staceyrice commentedYep, Ghostery successfully blocks ShareThis as well. Definitely a "duh" moment.
Comment #12
stellarvisions commentedThanks for the help in #10.
Had a privacy module on. All is well when it is deactivated.
Comment #13
nancydruAs far as I know, I do not have any anti-trackers installed (FF) and I don't see even an empty panel - there is nothing there.
EDIT: I downloaded the DEV version and there is stuff there. However, this is a government site and they really do not like dev code installed.
Comment #14
2dareis2do commentedI am getting the same issue after updating to 7.x.2.13 from 7.x.2.12
Console error:
sharethis:307 Uncaught ReferenceError: stlib_picker is not defined
at sharethis:307
Comment #15
2dareis2do commentedMaybe related to this issue?
https://www.drupal.org/node/2759221
Comment #16
jucedogi commentedMaybe it is related and it was supposed to be fixed in 2.12 from what I read but in 2.13 which I am trying out here it does not work.
Was trying out this module after add to any fails loading on front page but I guess I will have to keep looking since this does not even work at configuration page.
Comment #17
corbin commentedSame problem today with 2.13 and drupal 7.61
Comment #18
thelioness22 commentedI am seeing this problem as well on a site with Drupal 7.60 and module version 7.x-2.13. All of a sudden the share buttons no longer appear in the site and that "Choose Your Services" section in the module configuration page is blank as in the initial issue report screenshot.
Comment #19
demoshane commentedHello, same issue. Cannot use picker.
Comment #20
seb_r commentedHi,
I have the same issue (upgrading from 7.x-2.4 to 7.x-2.13).
I guess the issue is caused by the sharethis_service_option variable which contains
"instead of the " character.Looking into sharethis.module, the default value uses the "
In my DB, the variable value is :
s:111:""Email:email","Facebook:facebook","Twitter:twitter","LinkedIn:linkedin"";In sharethis.admin.inc / sharethis_configuration_form()
there's multiple
drupal_substr($string, 0, -1)which obviously won't work if
"is used instead of ".I'll try to find a solution!
Seb
Comment #21
avpadernoComment #22
avpaderno