How To Embed a PHP File into Blogger

Posted by Lasantha Bandara File Under : gadget, widget 5 Comments

If you want to embed a php file into your blog use below code.

<object width="400" height="300" type="text/html" data="URL.php"></object>

Note : Remember to replace 'URL.php' with your php file url.

You can change 'width' and 'height' as your choice.

Look at the example below.

CODE :

<object width="400" height="300" type="text/html" data="http://tools.bloggerplugins.org/parser.php"></object>

RESULTS :

5 thoughts on “How To Embed a PHP File into Blogger

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.