1. Log into your Joomla 3.5 administrative dashboard
2. In the top menu, click Extensions and then Plugins
3. Click on a Search Tools and Select Type and then choose 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:
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.
4. Go to Joomla article and put in in next code:
Code: |
<iframe src="http://ordasoft.com/">
<p>Your browser does not support iframes.</p>
</iframe>
|
5. Create menu item with below article.
6. Check your changes on frontend of your website.
Check out attached image for more details