BBCode - iframe
A Flarum extension which adds an iframe BBCode. Simply type: [iframe="URL"]
. Target class .iframe
in your custom CSS as needed.
Notice: Many sites block iframes. If the site blocks iframes you will not see anything.
Install
Install with composer:
composer require zerosonesfun/flarum-bbcode-iframe:"*"
Update
composer update zerosonesfun/flarum-bbcode-iframe:"*"
php flarum migrate
php flarum cache:clear
Uninstall
composer remove zerosonesfun/flarum-bbcode-iframe
php flarum cache:clear
Links