James Purser from Collaborynth mentioned earlier today that it would be great if the twitter module for Drupal could magically add hash tags (I assume based on node taxonomy terms).
I've also been wanting it to be able to include the node type, so that book reviews on the LUV website don't get announced as 'New post'. With thanks to lyricnz on freenode for the right api call and Josh Hesketh for a non-ugly taxonomy fix.
The patch adds !type and !terms as substitution variables.
- !type displays the user-friendly version of the node type
- !terms is a space separated list of taxonomy terms
I guess this blog is the first test. :-)
The latest version of the patch is attached to the issue at http://drupal.org/node/436260
Comments
another way to use twitter with drupal
here is some code use to let my drupal site send me a direct message when i get new comments.
http://www.lopsta.com/en/story/send-yourself-a-direct-tweet-new-comments...
Re: Drupal Twitter Module
Would this still be applicable with the latest twitter updates? There are many updates since this was made and I'm interested in using the module.
Re: Drupal Twitter Module
No, the patch doesn't apply to the latest version of the twitter module and it was never picked up and applied to the older one, it was never ported :-(
Add new comment