You might not be opportuned as a blogger under the BLOGGER platform to use some feature found on wordpress, but you can code and host lets say a small php script which you would like to make use of on your blog.
Here is a way to insert php scripts on blogger blogs. It really is awesome.
– Log in to your blogger account, Go to Design >> Page Elements.
– Click on ‘Add a Gadget’ checkbox, then select ‘ HTML/Javascript’.
– Paste this code.
<object width="400" height="300" type="text/html"data=" Your URL.php "></object>
Now replace URL.php with the URL php file you are hosting somewhere else.
– You can now save and enjoy PHP features on blogger.
1 Comment
Not working..