I want to embed a Google map into an FAQ. The FAQ editor is filtering out the <iframe> tagHow do I disable the filter for this one instance then reset it to default for future use?thank you for a great tool

You would have to edit the core source files.In this case you would need to add the url to the regex that decides what to not strip infile: /include/class.format.phpcirca line 325.Line looks something like: 'iframe=-*,height,width,type,style,src(match="`^(https?:)?//(www\.)?(youtube|dailymotion|vimeo|player.vimeo)\.com/`i"),frameborder'.($options ? '; '.$options : ''),I'm not sure what you would need to add here however for google maps (since I have never tried to add maps).

Thanks ntozierI'll let you know how it works out

I look forward to hearing back from you. :)

5 years later

You will first need to configure the Embedded Domain Whitelist setting in Admin Panel > Settings > System (please read the help tip for more information).

I solved it by putting the "google.com" site on the white list.

Write a Reply...