skip to Main Content

I want a way to bring news from websites to my website, and that makes changes to the article so as not to cause copyright problems. I use my website, WordPress.

I have used a plugin that brings up articles called Octolooks Scrapes, but it brings me wrong articles and does not edit the article. This is a mistake, so I would like a way through the plugin or something else.

2

Answers


  1. There are mainly 2 things you can do here:

    1. Use RSS Feeds: Many websites provide RSS feeds that allow you to syndicate their content. You can use the built-in RSS feed functionality in WordPress to import and display content from other sources.If the website you are trying to get the data from uses WordPress you can visit the URL of that website concatenated with a /feed.
    2. Building Your Own Web scraper For the specific website/blog that you are trying to get the data from.

    I highly encourage you to read about RSS Feeds especially the one in WordPress. Link to documentation: https://wordpress.org/documentation/article/wordpress-feeds/

    Login or Signup to reply.
  2. Integrate a news API:

    https://newsapi.org/

    https://rapidapi.com/blog/rapidapi-featured-news-apis/

    Or any specific topics you want I’m sure there are APIs for those too.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search