=== Plugin Name === Contributors: parterburn Donate link: http://www.sixteenseven.com/payment Tags: daily deals, preVU, cURL, file_get_contents, 3rd party content Requires at least: 3.0 Tested up to: 3.1.2 Stable tag: 3.1.2 Adds a shortcode for Pages/Posts to pull in content from other pages. Shortcode usage (change poweredby to FALSE to remove attribution): [preVU url="urlgoeshere" poweredby=TRUE] == Description == Pretty basic plugin. Install the plugin & to use simply add the shortcode (example below) to any Page or Post. If your web host allows the functions cURL or file_get_contents it will pull in the raw HTML from the url given in the shortcode. No setup, no options. EXAMPLE USE: [preVU url="http://pre.vu/denver?widget=true"] or, if you're feeling nice and want to add the "Powered by preVU" at the bottom: [preVU url="http://pre.vu/denver?widget=true" poweredby=TRUE] == Installation == This section describes how to install the plugin and get it working. 1. Upload 'prevu.php' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place '[preVU url="http://pre.vu/denver?widget=true" poweredby=TRUE]' in your Page or Post == Changelog == = 1.2 = * Added support for fall-back methods: in order it will try 1) cURL 2) file_get_contents 3) iframe = 1.0 = * Initial Launch