MyBB Community Forums

Full Version: Iframe Mycode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi seniors, please help me regarding iframe mycode
because all kind of iframe plugins & mycodes are not working in mybb's current version.
Title - iframe
Short Description - iframe mycode
Regular Expression -
\[iframe\](.*?)\[/iframe\]
Replacement -
<iframe src="$1" style="width:100%;height:100%;background-color:transparent;"></iframe>
An advanced way would be, Here the user can specify Width & Height Of the Iframe too!

Title:
iFrame

Description:
Anything you like!

Regular Expression:
\[iframe width=(.*?) height=(.*?)\](.*?)\[/iframe\]

Replacement:
<iframe src="$3" width="$1%" height="$2%"></iframe>