Contents
How to add an iFrame to an article in Joomla?
Log into your Joomla Dashboard. Edit the article you want to add the iframe to. Click the HTML button in the WYSIWYG editor. Add the HTML for the iframe to the code. The below code is what we are adding to the Source editor. Click Update and Save the article. Visit your website.
Can you save an iframe code in an article?
If you put some IFRAME code in the editor (i.e. “TinyMCE editor”), the editor automatically strips those codes form the content. So by default you can not able to save your IFRAME code in the article body. Now, if you make some small changes in some configuration in Joomla Admin panel then you can overcome this restriction.
How to add an iframe in a TinyMCE editor?
Steps to “Allow IFRAME in the TinyMCE Editor”: Step 1: Login to your Joomla Admin Panel. Step 2: Go to “Extensions” => “Plug-in Manager” from the top menu. Step 3: On the Plug-in Manager page you can find one drop-down “Filter” option called “Select Type“. Step 4: Now the Plug-in Manager page will list all available editors.
How to embed an external page without an iframe?
If the other webpage doesn’t contain any form or text, for example you can use the CURL method to pickup the exact content and after then showing on your page. YOu can do it without using an iframe. But, if the page what you want to embed contains for example a form it will not work correctly , because the form handling is on that site.
How do I create custom HTML in Joomla?
Title: Enter the title of your new module. Position: Choose the position of the new module on your template. In the Custom HTML section, click on Tools > Source Code. Paste the html code that you wish to place on your website and then click the OK button. Click on Save & Close button to create the new HTML block on your website.
How many lines of code to instantiate an object in Joomla?
Besides instantiating the object you need just two lines of code to get a result from the database in a variety of formats. Using the Joomla database layer ensures a maximum of compatibility and flexibility for your extension.