UltraEmbed (Advanced Iframe For WordPress) is a plugin that allows you to embed iframe in your WordPress website.
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.
[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”)
Made with love by Sohag Srz from ultraDevs
Free Support | Live Chat | Documentation | Video Tutorial
Facebook – Community | Facebook – Page | Youtube | Twitter | Instagram
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.yes, you can set it for logged users by using the login=”true” attribute on the shortcode.