February 28, 2019

How To Add Comment Form Under Every Post

Commenting is a very helpful feature for every bloggers,Because They can know what visitors think about their site.We can easily integrate comment form under every post with no extra effort.To do this follow these simple steps. log in to your dashboard--> Setting-...

How To Hide Your Post Date,Time and Author

1.Log in to your dashboard--> layout- -> Edit HTML 2.Click on "Expand Widget Template" How To Hide Post Date Scroll down to where you see this:- <data:post.dateHeader/> Now delete this code. Save Template and preview your site. How To Hide Post Time Scroll down to where you see this:- <span class='post-timestamp'><b:if...

February 27, 2019

How To Add Search Box to Search in Your Website

1.Login to your blogger account.Go Layout --> Add a Gadget --> Select “HTML/JavaScript”. 2.Copy below code and paste it.Click save and refresh your site. <p align="left"><form id="searchthis" action="YOUR BLOG URL/search" style="display:inline;" method="get"><strong>NAME OF YOUR BLOG<br/></strong><input id="b-query"...

How To Add Round Image Corners Generator to blogger

This is a very useful and simple tool.Try it if you want to create Round Image Corners to your images. 1.Login to blogger dashboard-->Layout > Page Elements 2.Click on 'Add a Gadget'. 3.Select 'HTML/Javascript' and add the code given below and click save. <form...

How To Add Google Index Pages Checker

1.Login to your dashboard--> layout- ->Page Elements 2.Click on 'Add a Gadget' on the sidebar. 3.Select 'HTML/Javascript' and add the code given below and click save. <form method="get" action="http://www.google.com/search" target="_blank" rel="nofollow"><input name="q" value="site:" maxlength="255" size="40" type="text"><input...

How to Embed Adsense add unit in Left or Right corner of post content

This will explain How to Embed Adsense add unit in Left or Right corner of post content.  Generate Parsed code for adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser. After parsing,your...

February 25, 2019

How To Add Yahoo Search Box to blogger

How To Add Yahoo Search Box to blogger 1.Login to your dashboard--> layout- ->Page Elements 2.Click on 'Add a Gadget' on the sidebar. 3.Select 'HTML/Javascript' and add the code given below and click save. <div id="ysrchForm width:170px;margin:0 auto;padding:20px;position:relative; "><form id="searchBoxForm_undefined"...

How To Add Feedburner FeedFlare below your Blog Post

How To Add Feedburner FeedFlare below your Blog Post If you want to add the FeedFlare to your blog follow the instruction below. 1. Login to your Feedburner account. 2. Click on the Feed Title. 3. Click on Optimize Tab. 4. Click on FeedFlare. 5. Check...

How To Add Feed Link Button Before All Labels in Blogger

How To Add Feed Link Button Before All Labels in Blogger 1.Log in to your dashboard--> layout- -> Edit HTML 2.Click on "Expand Widget Templates" 3.Scroll down to where you see this code: <b:loop values='data:labels' var='label'><li><b:if...

Beautiful CSS Search Box For Blogspot Blogs

Beautiful CSS Search Box For Blogspot Blogs 1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Scroll down to where you see </head> tag . 3.Copy below code and paste it just before the </head> tag . <style...

Attractive Subscribe Section + Search Box For Blogger

Attractive Subscribe Section + Search Box For Blogger In this article,I am going to explain how to add more attractive Subscribe Section + Search Box to your blogger blog.This subscribe section is included Feedburner feed and Email subscriptions boxes,Twitter and...

How To Open Links in New Window or New Tab

How To Open Links in New Window or New Tab Any webmaster don't like visitors to leave their site always.So,if we use links to open in new window,our problem will be solved. We used targe="blank" to open the link in new page. We can also use target="new" instead...

How To Add Background Sound to Blogger

How To Add Background Sound to Blogger 1.Log in to your dashboard--> layout- -> Edit HTML 2.Scroll down to where you see <head> tag. 3.Copy below code and paste it just after <head> tag: <bgsound src="YOUR-AUDIO-FILE-LINK" loop="-1"/> Replace "YOUR-AUDIO-FILE-LINK" with your real audio file link. 4.Now...

How to Add Skype Link or Button to Your Website

How to Add Skype Link or Button to Your Website   Do you want to include a link into your website for users to connect with your Skype profile? When an user click on your Skype link, he will be asked to launch his Skype application and he can automatically view your profile, leave a voice mail, send a file, add to contacts, chat with...

How To Get Know When Googlebot Last Visit

How To Get Know When Googlebot Last Visit Googlebot is the web crawling bot program (spider) used by Google, which discovers new and updated documents from the web to build a searchable index for the Google search engine. If you want to display when the...