WordPress Tip: Insert iFrame Code in WordPress Posts and Pages
Problem: iFrame code gets stripped out of WordPress 3.0 Page and Post
Solution (original instructions):
- How to install:
- Download http://wordpress.org/extend/plugins/insere-iframe/
- Unzip the file to your /wp-content/plugins/ directory
- Activate plugin
- Usage:
- To insert an iFrame in your post, insert the code below in the place that you want the iframe (without spaces between [ and iframe: ):
- [ iframe: src=”http://www.example.com” frameborder=”0″ width=”100%” height=”200″ scrolling=”no”]
- You can set any attribute that you want (see a list of possible attribues in http://www.w3schools.com/TAGS/tag_iframe.asp).
Example:
[iframe: name=”FRAME1″ src=”http://platossurvey.com/tinc?key=4LxRy22M&formname=Platos_Closet_Lawrence_Survey” width=”550″ height=”500″ frameborder=”0″]