I have a requirement to display a single tweet, either based on the Twitter URL or ID, whichever is easier. For example, I'd like to say something like
twitter_pull_render('http://twitter.com/#!/Nate_Dogs/status/149535084565905408');
or
twitter_pull_render('149535084565905408');
and see this single tweet rendered in the page. Is this possible with Twitter Pull?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | twitter_pull-retrieve_singletweet-1379366-4.patch | 1009 bytes | melvinlouwerse |
| #3 | retrieve_single_tweet-1379366-3.patch | 1.61 KB | Anonymous (not verified) |
Comments
Comment #1
relaxnow commentedAdded a patch we're using to implement this.
Here is how we use it:
Comment #2
bblake commentedRan into this issue and didn't see this until now, have a separate patch that I'm using
( apologies - also includes http://drupal.org/files/twitter_pull-retweet-user-1935318-3.patch )
Comment #3
Anonymous (not verified) commentedApplied most of what was in #2 to latest dev. Some of it seemed to be already there.
Comment #4
melvinlouwerse commentedUpdate patch to apply to latest 2.x-dev.
Comment #5
joachim commentedIsn't using a # going to be really confusing with hashtags?