=== Reve Dynamic Widget === Stable tag: 1.6.0 Tags: widget, dynamic widget, html, javascript, php code Contributors: promostudio Donate link: http://www.promostudio.es/support-revedw Requires at least: 4.0 Tested up to: 4.9.4 License: GPL2 License URI: http://www.gnu.org/licenses/gpl-2.0.html A widget where you can add any text, HTML, CSS, Javascript and/or PHP code, and show it in the type of pages that you configure. == Description == Reve Dynamic Widget is a **NEW** extended WordPress text widget that has the ability of evaluate any content type (text, HTML, Javascript, PHP or shortcodes) and show it in the posts, pages and core templates that you configure. It is a light-weight plugin, fast, easy to use and versatile. This plugin is translation ready (pot file included) and translated to english and spanish. Translations to other languages are welcome. == Editor features == 1. The "Show title" option allows you to show or hide the widget title in the frontend. 2. As the core text widget, you can format the content with the "Add paragraphs automatically" option. 3. You can enter only text as content, or any HTML, CSS, Javascript and/or PHP code. 4. Also you can enter any shortcode that you normally use in your posts or pages. 5. Activate the "Evaluate content with PHP" option to enable the PHP interpreter. PHP code must be correct and used within the open and close PHP tags: ``. **Be careful:** Note that any PHP code is executed in the scope of a PHP function, but you can do almost everything that you can do with PHP. So only administrators with PHP knowledges must use this feature. It is your responsability. **Important:** Note that this plugin uses the native PHP `eval()` function with the error control operator `@`, to prevent error messages and broken pages. So if you don't see your PHP output it is probably because your code have mistakes. And don't forget to activate the "Evaluate with PHP" option! == Filter options == * Show or hide the widget by template options: show in home, posts, pages, archive, search and error pages. * Use the "Exclude posts or pages" option to hide the widget in certain posts or pages, when show in post and/or in pages are activated. == Installation == 1. Upload "reve-dynamic-widget" to the "/wp-content/plugins/" directory. 2. Activate the plugin through the "Plugins" menu in WordPress. 3. Go to Appearance > Widgets and insert it in any sidebar of your theme. == Screenshots == 1. The widget admin interface (screenshot-1.png). == Need help? == * For help use the [WordPress Support](https://wordpress.org/support/plugin/reve-dynamic-widget/). * Also you can [write a review](https://wordpress.org/support/plugin/reve-dynamic-widget/reviews/#new-post). == Changelog == = 1.6.0 = * 2018-3-16: Fixed a bug when used with Elementor Page Builder. * 2018-3-16: Improved options validation. = 1.5.1 = * 2018-2-23: Added the right textdomain for translations ready. = 1.0.1 = * 2017-4-28: Corrected some lacks in documentation and added header and icon. = 1.0.0 = * 2017-4-26: Initial release. == Upgrade Notice == = 1.0.0 = * Launch of the initial stable version.