I want to be able to import my twitter tweets into Drupal as Nndes. I want to reference @namesand #tagsreturn to the correct page. I also don't want myTweeterName to appear at the beginning of the tweet.
How would you do that? The twitter module does not create nodes, but stores data in its own table. The feed module can read tweets from the RSS feed in the form of nodes, but it displays my name, not the link @namesand #tags.
The next post from Gábor shows how he did it, but I'm not sure how he wrote a special module for this.
Any pointers would be appreciated.
source
share