I installed the button to test it and for some reason the button doesn't appear to the user when not logged in, only when he is logged in.

I never worked (coded) with Drupal modules before, but when I deleted line 86 in file tweetbutton.module

&& user_access('access tweetbutton')

the button is appearing now to the unlogged user. Maybe there is a better way, I don't know, but this one works.

Comments

blehin’s picture

I just realized I didn't give permissions to the anonymous user to use this module. Sorry for spamming. Please delete this issue if possible.

chia’s picture

Status: Active » Closed (fixed)