You can insert iframes and YouTube videos in your PHP-Fusion pages through the editor in the Admin panel. Below are the steps on how to insert an iframe / YouTube video in PHP-Fusion page or article.
Steps to insert an iFrame or YouTube video
- Log into your PHP-Fusion Admin Panel.
Find the article you want to insert the iframe / YouTube video into and Edit it.
Paste the code into your article. In this case we are inserting the following Youtube iframe code.
<iframe width="560" height="315" src="https://www.youtube.com/embed/dtoty6IC0X0" frameborder="0" allowfullscreen></iframe>
Click Save Article.
Now when you visit your page on your site the YouTube video will show up.