Tags: gutenberg, block editor, iframe
Contributors: tarosky, Takahashi_Fumiki
Tested up to: 6.5
Requires at least: 5.9
Requires PHP: 7.2
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Add iframe block for your editor. Responsive and keeping aspect ratio.
Add iframe block for block editor.
WordPress editor sometimes clean up iframe
tag if the user is an contributor(single site) or an editor(multi site) who has no capability unfiltered_html.
This plugin simply add 1 custom block iframe block. That's all and no config.
iframe
tag not escaped.- Responsive supported.
- Keep aspect ratio. Default is
16:9
. - Keep
iframe
unesacaped even in multisite. If you have multiple writers in your site, this might help without any roles-and-capabilitie knowledge. - Align full and align wide supported.
Click install and activate it.
See releases.
Please create new ticket on support forum.
Create a new issue or send pull requests.
- Drop support for PHP 5.6 and minimum PHP version is 7.2.
- Minimum WordPress version is now 5.9.
- Update JS for the latest block editor.
- Add quick hack for JS translation in GlotPress(detail)
- Fix JS translation.
- First release.