Web Scraper Shortcode Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
use the [web-scraper] shortcode where you want to display the contents of a a specific section of another web page or site.
the shortcode takes several parameters, url and target.
The url is the url of the page you would like to scrape.
The element is the target element of the content from the remote page you would like.
You could specify the body element if you would like the entire page, or you could specify something like div#div_id_name to get the contents of that specific div.
The limit is the maximum number of entries to display if your element is a class and has returned multiple results, the first n results will be displayed.
Requirements:
To-do: