Posted by mayur.pimple on August 3, 2015 at 1:48pm
Hi,
My both sites are in drupal 7. I want to access content from other site.
So How to access content from other site.
I have install feed module. but feed cannot access content from using url or rss feed.
Comments
You need to use services
You need to use services module. https://www.drupal.org/project/services
Regards,
R.Anbarasan
Netlink Technologies Ltd
any other solution
any other solution
If your objective is to get
If your objective is to get content from other sites in drupal. You can consider using drupal core aggregator module and fetch the data from other sites as rss feeds to your site. You can configure the link from admin/config under service region.
Thanks dude
Good tip dude I was thinking about the same problem did lot of brain storming on this since today morning.
Cheers !
Suyash Ranade
suyyyash@drupal.org
Dynamically fetch feeds and html content from other website
Feeds is the way to go, It includes an HTML parser and can fetch data from existing URLs.