=== Include Me === Tags: php, include, php execute, external page, iframe Requires at least: 2.5 Tested up to: 5.7 Stable tag: 1.2.1 Donate link: https://www.satollo.net/donations Contributors: satollo Requires PHP: 5.6 Include Me helps to include any external file (textual, HTML or PHP) in posts or pages. == Description == Include Me helps to include in posts or pages external files usually to be shared between different posts or pages or that contains PHP or other code that can be compromised by the visual editor. The use is immediate: the shortcode [includeme] is all that you need (see the documentation on [Include Me official page](https://www.satollo.net/plugins/include-me)). The best way to use it is to include functionalities written in external PHP that will be rendered in post body or to include pieces of javascript that will be hard to add with WordPress editor. Inclusions can be rendered with IFRAME if needed to create boxes that display external web pages. This plugin is made of few line of code, ultralite! Other plugins by Stefano Lissa: * [Hyper Cache](https://www.satollo.net/plugins/hyper-cache) * [Newsletter](https://www.thenewsletterplugin.com) * [Header and Footer](https://www.satollo.net/plugins/header-footer) * [Thumbnails](https://www.satollo.net/plugins/thumbnails) = Translation = You can contribute to translate this plugin in your language on [WordPress Translate](https://translate.wordpress.org) == Installation == 1. Put the plugin folder into [wordpress_dir]/wp-content/plugins/ 2. Go into the WordPress admin interface and activate the plugin 3. There is no option page, please consult the official plugin page for usage == Frequently Asked Questions == No questions have been asked. == Screenshots == No screenshots are available. == Changelog == = 1.2.1 = * Compatibility check with WP 5.7 = 1.2.0 = * Compatibility check with WP 5.4.2 * Increased minimum PHP version to 5.6 = 1.1.8 = * Compatibility check with WP 5.2.4 * Reorganized admin files = 1.1.7 = * General compatibility check with latest WP = 1.1.6 = * Add support for inclusion and execution of a post meta field = 1.1.5 = * Added support for inclusion of a post/page content = 1.1.4 = * Fixed a link = 1.1.3 = * Added usage search in posts and pages = 1.1.2 = * WP 4.4.2 compatibility check * Fixed few texts = 1.1.1 = * Added translation code = 1.1.0 = * Fixes = 1.0.9 = * Compatibility check for WP 4.0 * readme.txt fix = 1.0.8 = * Compatibility check = 1.0.7 = * Performce improvements = 1.0.6 = * Improvements = 1.0.5 = * Added short codes execution feature on included content (by Rusty Eddy) = 1.0.4 = * Administrative styles and header