I want to have a block on my website that shows only my (site admin's) Twitter posts plus any tweets that reference me (my site)....do I use this module to do so? I couldn't find away to program that.
I don't want my site's users' posts that don't mention me in that block...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1291802_user_tweets_and_mentions.patch | 5.33 KB | juampynr |
Comments
Comment #1
juampynr commentedHi @mdowsett, I have posted at Github an upgrade so you can mark a check box at your twitter account settings to grab twitter mentions. There is a patch attached too.
https://github.com/juampy72/twitter/commits/6.x-3.x
You can find instructions about how to configure the Tweets view at README.txt, or alternatively you could just query the twitter table straight away.
Cheers
Comment #2
juampynr commentedNote that twitter mentions can only be grabbed through Open Auth, hence you will have to install and enable the module oauth_common, located at http://drupal.org/project/oauth.
Comment #3
juampynr commentedChanged assignee to myself.
Comment #4
juampynr commentedRemoving assignment.
The above patch needs a review from another developer and a patch for the 7.x-3.x branch needs to be provided for the Drupal 7 version.
Comment #5
mdowsett commentedThe link to your instructions is dead....is there a live page?
Comment #6
juampynr commentedThe github project was deleted once I achieved maintainership of the module. You can find instructions for use cases for Twitter Sign in at http://drupalcode.org/project/twitter.git/blob/refs/heads/6.x-3.x:/READM....
I strongly suggest you to upgrade to the latest beta in order to benefit from the latest fixes.
Comment #7
Ankabout commentedIs there any way to make this work on D7?
Basically I want my block (which works already) to show not only my own tweets, but also the mentions with my twitter name.
Comment #8
juampynr commentedFixed at #1227306: Retrieve Twitter mentions
Comment #9
tiagojsag commented+1 for this on D7. Is it possible?
Edit: missed the "duplicated" post :/