Help for shortcode: [bw_iframe]
Embed a page in an iframeSyntax
[bw_iframe
url="| URL - Full URL for the page"
src="| URL - Full URL for the page - use as an alternative to the url= parameter"
width="| numeric - Width in pixels"
height="| numeric - Height in pixels"
scrolling="no| yes - Support vertical scrolling"
frameborder="0| 1 - Value for frameborder parameter"
type="text/html| string - Type of the iframe"
class="| class names - CSS class names"
id="| id - unique identifier"]
Example
Example: Display the site’s home page as if you were viewing it on an iPhone – landscape mode
[bw_iframe src="https://www.oik-plugins.com" width="497" height="320" frameborder="1" scrolling="yes"]