How to add an iframe in a Joomla 3 Article Brad MarkleUpdated on October 13, 2023 1 Minute Read In this Joomla 3.0 tutorial, we’ll show you how to add an iframe when writing an article. You can’t simply use the HTML editor and type in your iframe code because Joomla will strip it out for security reasons. Therefore, you need to update your editor’s settings and allow iframes. To use an iframe in Joomla 3.0: Log into your Joomla 3.0 administrative dashboard In the top menu, click Extensions and then click Plug-in Manager In the left menu under Filter, click Select Type and then click editors. In the list of results, click Editor – TinyMCE. At the top of the page, click the Basic Options tab Scroll down until you find the Prohibited Elements setting: Prohibited Elements Elements that will be cleaned from the text. Do not leave empty – if you do not want to prohibit anything enter dummy text e.g.cms The default text is script,applet,iframe. Delete ,iframe so that the setting now reads script,applet Click Save in the top left menu. You should now be able to use the HTML editor within the TinyMCE WYSIWYG editor without worrying about your iframe code being stripped out. Share this Article Related Articles Prevent New Account activation email sent to Joomla 2.5 Administrator Joomla 3.1 Error – Could not instantiate mail function How to Create a Slideshow (Carousel) in Joomla 4.0 using Bootstrap How to write a blog post in Joomla 3.1 How to Use the Free Mini Frontpage Extension for Joomla 4.0 How to Change a Joomla 2.5 User’s Email Address How to Configure Joomla 2.5 to Send Email Using SMTP How to Edit a Joomla 3 Template How to install Phoca Gallery for Joomla 2.5 Creating a Menu Item for your Joomla 3 Component