Web Scraper Shortcode

Web Scraper Shortcode

Author:MyWebsiteAdvisor (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:3.3.2
Plugin version:1.0.1
Added to WordPress repository:30-12-2011
Last updated:01-12-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:3
Plugin URI:http://MyWebsiteAdvisor.com
Total downloads:4 243
Active installs:200+
plugin download
Click to start download

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: