| |

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):

  1. How to install:
    1. Download http://wordpress.org/extend/plugins/insere-iframe/
    2. Unzip the file to your /wp-content/plugins/ directory
    3. Activate plugin
  2. Usage:
    1. To insert an iFrame in your post, insert the code below in the place that you want the iframe (without spaces between [ and iframe: ):
    2. [ iframe: src=”http://www.example.com” frameborder=”0″ width=”100%” height=”200″ scrolling=”no”]
    3. 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″]

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *