PDA

View Full Version : Iframe in Article


Libert
11-12-2010, 08:27 AM
If you want to use iframe in your article i needed it for google maps just edit in admin/js the tinyMCE_config

Find extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|h eight|align|onmouseover|onmouseout|name|obj|param| embed],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],object[classid|width|height|codebase|*],param[name|value|_value],embed[type|width|height|src|*]",
Change in extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|h eight|align|onmouseover|onmouseout|name|obj|param| embed],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],object[classid|width|height|codebase|*],iframe[src|width|height|name|align|frameborder|scrolling],param[name|value|_value],embed[type|width|height|src|*]",

It did work for me.

akash210
11-12-2010, 09:58 AM
Actually Vivvo has got a very good Google Map plugin. Check it out in the Resources area. Might come in handy.