I came across this specific post on using the twitter actions to auto tweet the title and the shortened url.
http://bob.archer.net/content/tweet-you-blog-api-post-twitter-durpal-module
It would be good to have this as part of the twitter module
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 678244-twitter_actions_shorten_url.patch | 1.21 KB | zyxware |
Comments
Comment #1
zyxware commentedHere is a patch that allows auto tweeting with url shortening
Comment #2
nirad commentedi'm looking over this patch and trying to figure out where it calls the external URL shortener
EDIT: never mind. I see that twitter.module already has the function that implements TinyURL and this just needs to call it.
Comment #3
anoopjohn commentedI have posted about how to set up auto tweet in drupal using this module and this patch.
Is this patch going to go into CVS?
Comment #4
spidermanMarking this as a duplicate of #428846 which has a slightly more preferable patch (IMHO) which only generates a shortened URL if it will actually be used.