=== Fetch URL - Fetch and Parse External Content ===
Plugin URI: http://www.avanguardia.ro
Author: Ovidiu Purdea
Contributors: povidiu
Author URI: http://www.avanguardia.ro
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FL8LJMNUJG94L
Tags: cURL, shortcode, plugin, wp_remote_get, preg_replace, str_replace, page, post, parse, HTML
Stable tag: 1.0.0
Version: 1.0.0
Requires at least: 2.7
Tested up to: 3.7.1

Use the remote_get and preg_replace shortcodes to fetch external content and parse it to use on your page or post.

== Description ==

Use the shortcode 'remote_get' with the parameter 'url' to insert the content from that url into your page or post. The are available parameters like start and stop/end to parse out a specific part of the content that you wish to display.

Now you can also wrap any content in the 'preg_replace' shortcode to manipulate it into the desired format. 

== Installation ==

1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).
1. Activate the plugin through the 'Plugins' menu in your WordPress Admin.