UltraEmbed – Advanced iFrame WP Plugin
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 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”)