=== UltraEmbed - Advanced Iframe Plugin For WordPress with Gutenberg Block Included === Contributors: ultradevs, mhimon, sohagislam Donate link: https://ultradevs.com/donate/ Tags: iframe, embed iframe by shortcode, iframe with condition, iframe for logged user, iframe for all user, iframe block Requires at least: 4.4 Tested up to: 6.3 Stable tag: 1.0.3 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html UltraEmbed (Advanced Iframe For WordPress) is a plugin that allows you to embed iframe in your WordPress website. == Description == UltraEmbed for WordPress. It has some advanced features that will help you to manage iframe calls easily. It has some advanced features that will help you to manage iframe calls easily. Also, you can use our **Gutenberg block** to add iframe easily. ### Features * Set width, height, class and style * Set for logged or all users separately * And many more... ### Usage
    [iframe src="https://ultradevs.com" width="100%" height="10000"]
Simply use [iframe] shortcode with the src attribute. Example [iframe src="https://ultradevs.com"] You can also use other parameters ( width, height, style, class ). -- width To set width (Ex. width="100%") -- height To set height (Ex. height="100%") -- style To add CSS style (Ex. style="overflow: hidden; height: 220px;") -- class To add css class (Ex. class="ultraframe") -- login It will show iframe data for logged-in users. Default is false (Ex. login="true") #### Video [youtube https://www.youtube.com/watch?v=GYPqCA3FEF4] Made with love by [Sohag Srz](https://ultradevs.com) from [ultraDevs](https://ultradevs.com) ### Need Help? [Free Support](https://wordpress.org/support/plugin/ultraembed-advanced-iframe/) | [Live Chat](https://web.facebook.com/hello.ultradevs) | [Documentation](https://docs.ultradevs.com/ultraembed-advanced-iframe) | [Video Tutorial](https://www.youtube.com/watch?v=GYPqCA3FEF4) ### Join With US [Facebook - Community](https://web.facebook.com/groups/ultraDevs/) | [Facebook - Page](https://web.facebook.com/hello.ultradevs) | [Youtube](https://www.youtube.com/channel/UCc2yL-QGQjscXpPx9Pp7J8w?sub_confirmation=1) | [Twitter](https://twitter.com/ultraDevsBD) | [Instagram](https://www.instagram.com/ultradevs/) == Installation == 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. use shortcode [iframe src="link"] == Frequently Asked Questions == = Is it possible to set conditions for logged users? = yes, you can set it for logged users by using the login="true" attribute on the shortcode. == Changelog == = 1.0.3 - 02/09/2023 = * Added Gutenberg Block * Added Freemius = 1.0.2- = * Fix = 1.0.1- 12/05/2021 = * Updated Code, Readme = 1.0.0 - 18/09/2020 = * Initial Stable Release