=== Plugin Name === Contributors: wribeiro Donate link: http://blog.idealmind.com.br Tags: iframe, insert iframe, embed iframe Requires at least: 2.0.2 Tested up to: 2.9.2 Stable tag: 1.5 EN: This plugin is a simple way to easily insert iframes in your posts. PT: Este plugin permite inserir iframes facilmente em seus posts. == Description == ##**ENGLISH** >To see how to use this plugin, please visit http://blog.idealmind.com.br/wordpress/insereiframe-a-simple-wordpress-plugin-to-insert-iframe-in-posts/ >InsereIframe is a simple way to easily insert iframes with any allowed attribute of an iframe tag in your posts. >To see a list of allowed attributes of an iframe, visit http://www.w3schools.com/TAGS/tag_iframe.asp ##**PORTUGUÊS** >Para ver como usar este plugin, visite http://blog.idealmind.com.br/wordpress/insereiframe-a-simple-wordpress-plugin-to-insert-iframe-in-posts/ >InsereIframe permite que você insira iframes facilmente nos seus posts, usando qualquer atributo permitido da tag iframe. >Para ver um lista dos atributos permitidos para a tag iframe, visite http://www.w3schools.com/TAGS/tag_iframe.asp == Installation == ## **ENGLISH** >To install insereIframe in your Wordpress blog, follow the steps below: 1. Upload `insereIframe.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 2. Use something like this `[iframe: src="http://www.example.com" width="100%" height="340" scrolling="no" frameborder="0"]` to insert iframes in your posts >The syntax to insert iframes is `[iframe: attribute1="attribute1 value" attribute2="attribute2 value" ... ]`. >Enjoy! ## **PORTUGUÊS** >Siga os passos abaixo para instalar o insereIframe no seu blog Wordpress: 1. Faça o upload do arquivo `insereIframe.php` para a pasta `/wp-content/plugins/` 2. Ative o plugin através do menu 'Plugins' do WordPress 2. Use [iframe: src="http://www.example.com" width="100%" height="340" scrolling="no" frameborder="0"] para inserir os iframes nos seus posts >A sintaxe de uso para inserir iframes é `[iframe: atributo1="valor1" atributo2="valor2" ... ]`. == Frequently Asked Questions == = Where can I insert iframes using the insereIframe plugin? = You can use it in posts and pages, and it will be displayed on any content of you blog, including rss. = Onde eu posso inserir iframes usando este plugin? = Atualmente você pode inserir em posts e páginas, e ele funcionará em qulquer parte do seu blog, incluindo feeds rss. == Changelog == = 1.0 - 07/11/2009 = * Creation and debugging. * Criação e testes. = 1.1 - 27/11/2009 = * Update to work in pages. = 1.4 - 27/04/2009 = * Bugs fixed = 1.5 - 02/05/2009 = * To work on any content