-insalled, activated the module on drupal 6.14
-Created a block with
print tweet_to_twitter();
-added visibility for the block on a content page (in my case video)
- tweet icon shows up but links to twitter.com/home?status=1
- so there is no correct status message transferred.
- Settings are correct, when displaying tweet link in the node links it works like a charm, just not for the block
any ideas as to why this might occur?
Comments
Comment #1
icecreamyou commentedThe short answer is there was a minor bug in the default value for the second parameter that's keeping it from working, but I just committed a change to CVS that should fix this. I've also added a block that does this so you shouldn't need to use any code at all.