-
How to use feeds module in drupal to import feeds from other websites?
over 9 years ago
-
over 9 years ago
Hi Shikha,
Feeds module don't import feeds, instead import contents using rss feeds. You will have to install Feeds module first and then: 1: Go to Structure->Feed importer.
2: There will be a list of existing node importer. You can use one of them or create new one.
3: Attach this importer to your content type in which you are going to save content. This is in Basic setting section.
4: If you are attached importer to Article content type then, Create a new content of Article type, here you will get a Feed Url field. In this fields add your rss feed url and save this content.
After saving this content, importer will start importing content from provided url. For more details please go to Feed Documentation
For importing YouTube videos, you will be need to install another module Youtube parser, This will add a new parser to import youtube videos.
Let me know if you need more help.
1 Answer(s)