How to have iframe in wordpress
iframes are a useful way to show materials from other websites like youtube, googlemap or even an entire website itself in your website.
By installing iframe plugin, one can achieve this.
Login to the back end of your wordpress site. Go to 'Plugins' and then click 'Add New'. Either you can search for iframe plugin and install it or upload iframe plugin from the following link. https://wordpress.org/plugins/iframe/
Once installed, activate it by clicking the activate link.
Paste the iframe code ( Eg: [iframe src="http://www.youtube.com/embed/4qsGTXLnmKs" width="100%" height="500"] ) inside the page where you want the iframe.
You can change the parameters like width and height.
Cool!
Comments