Insert HTML editor button allows users to paste arbitrary HTML code into current selection without having to switch to HTML mode. This is especially useful when you get a piece of code like Paypal buttons or Google Adsense to insert into your page. Required Joomla version: 1.5 Included languages: English, Spanish Tested WYSWYG editors: TinyMCE Developed by: Francisco R. Rey Barcelo License: GNU General Public License Instructions for use: - Download both plugins, CORE and EDITOR BUTTON
- Go to Joomla Administrator and install both plugins from "Extensions" -> "Install"
- Go to "Extensions" -> "Plugin Manager" and enable both plugins
- IMPORTANT! Joomla 1.5.8 or later: Disable Joomla HTML filter (read below)
- Insert any HTML code using the new editor button
Description: Some editors (i.e. TinyMCE) will strip HTML tags and entities when you enter them in the WYSIWYG view. For that reason the BUTTON pluging translates some HTML entities inserted in editor view. The chars translated are: single quote > {apos} double quote > {quot} amphersand > {amp} The BUTTON plugin will help you to insert HTML code. he code inserted will be surrounded with {HTML }...{/HTML } tags and entities translated. The CORE plugin render any HTML code surrounded with {HTML }...{/HTML } tags in frontend. Security considerations: only managers, administrators and superadministrators can insert code with this extension. Change log: v1.3: Solve minor problems with WYSIWYG editors. v1.2: Bug fix (2009-01-28), fixes escape single quote character on display content v1.1: Restructure plugin (2009-01-27) v1.0: Initial release (2009-01-16) |