-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

icecreamyou’s picture

Title: Tweet in block: no functional link » Tweet in block
Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.