=== o3n Html Copier ===
Contributors: o3nwebdesign
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=FWUARRF9JPD8N&lc=TR&item_name=o3n%2eorg&item_number=wordpress¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: html, copy from url, get content from page, dynamic content, get content, get section from url
Requires at least: 3.3
Tested up to: 3.5.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin allows you to place [o3nhtmlcopier] shortcodes in your content. Using this shortcode you can get a part of a page cloned in your posts or pages.
== Description ==
This plugin allows you to place [o3nhtmlcopier] shortcodes in your content.
Using this shortcode you can get a part of a page cloned in your content. For example you can set the parameters of the shortcode so that you can get the 5th table component in a page. (Doesn't work with nested items i.e. table in table because it searches for first closing tag after it finds 5th opening tag).
This is especially useful for getting dynamically changing content from a structure-wise static page. Say you want to get recent interest rates as a table from a page. The page structure itself doesn't change (i.e. the table is always 5th item in it) but content changes everyday. With this tool you can get the clone of that table generated whenever you visit your content page. (Please get the permission before doing so)
For more information visit the plugin page.
== Installation ==
1. Upload `o3n-html-copier` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. You can use [o3nhtmlcopier] shortcodes now.
== Frequently asked questions ==
= I use the shortcode but it shows some table with parameters inside =
Default settings are set so that a table with shortcode parameters is copied from plugin page. You can set the parameters described according to your needs.
== Changelog ==
1. Changed the plugin file structure for simplicity.
2. Changed a few texts here and there.
3. Changed the way defaults are set in shortcode.php for better performance and simplicity.
== Upgrade notice ==