What made your blog popular....Visitor and Your Valuable Contacts. Blogger have to provide Friendly Interface for there Visitors to re-visit on there Blog or Site. Now this code shown how to add code for Visitors click and get your blog add to Home Page. This is really very useful code for Blogger to re-visit there visitors.
Layout>Add a Gadget>HTML/JavaScript (Copy given code below and Paste it)
Note :- Change http://www.blogtechworld.com' to Your Own Blogger Url.
You can also Modify with add Home Page image to Make more attractive.
Layout>Add a Gadget>HTML/JavaScript (Copy given code below and Paste it)
<!-- http://www.blogtechworld.com -->Save Your Changes and Open to Check Home Page Button Code.
<FORM>
<INPUT TYPE="button" VALUE="Make This Site Your Home Page" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.blogtechworld.com');">
</FORM>
<!-- http://www.blogtechworld.com -->
Note :- Change http://www.blogtechworld.com' to Your Own Blogger Url.
You can also Modify with add Home Page image to Make more attractive.


