Drupal imports tweets from Twitter as nodes

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.

+3
source share
2 answers

Gabor uses Feeds along with an input filter from the twitter module.

From his post:

, @username #hashtags. twitter.com twitter . ( , , - , twitter.module.) , , , " Twitter" node.

. Twitter (, "Filtered HTML" ).

+3

, Twitter RSS-.

+2

Source: https://habr.com/ru/post/1727072/


All Articles