insereIframe: a simple wordpress plugin to insert iframe in posts
English
A simple way to insert iframes in your wordpress posts
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).
Enjoy!
Português
Uma forma muito fácil de inserir iframes nos seus posts do wordpress
Como instalar
Faça o download em http://wordpress.org/extend/plugins/insere-iframe/
Descompacte o arquivo na pasta /wp-content/plugins/
Ative o plugin pelo wordpress
Como usar
Para inserir um ifame em seu post, no local em que você quer que o iframe apareça, insira o código como no exemplo abaixo (sem espaços entre [ e iframe: ):
[ iframe: src="http://www.exemplo.com" frameborder="0" width="100%" height="200" scrolling="no"]
Usando esse plugin, você pode usar todos os atributos de um iframe (veja http://www.w3schools.com/TAGS/tag_iframe.asp).
