Sunday, May 31, 2015

Google Adsense Ads Code Below Post Title in Blogger

Adsense is the best earning money source for blogger so many blogger want to add   Google Adsense Ads Code Below Post Title in Blogger   to... thumbnail 1 summary
Adsense is the best earning money source for blogger so many blogger want to add Google Adsense Ads Code Below Post Title in Blogger to get high Click Through Rate (CTR). Every webmaster increases the ad revenue to get maximum output from Google adsense advertisement program. Most of websites prefer adding ads below post title because it is the best place to put adsense code to increase Click Through Rate (CTR). You can also check yourself which place works best for you. Today's we provide you tutorial about how to show Google Adsense code below post titles in blogger.


How to Add Google Adsense At Below Post Title

We give you step by step guide to add Google adsense ad code below post title:

Create Google Adsense Ads

Step 1

Go to Google Adsense Account.

Step 2

Go to My ads tab and create a new ad unit.


Step 3

Create 300x250 Medium Rectangle or 336x280 Large rectangles for best results.

Step 4

Now convert this code to HTML Parse Tool to change special characters. For Convert In HTML Please Go To bohememoi.blogspot.in and paste your adsense code here.

Step 5

Now copy Parsed HTML Code code.

Add Google Adsense Code Below Post Titles

Step 1

Go to Blogger Dashboard.

Step 2

Go to Blogger Template then click on Edit HTML button as shown in below picture.


Step 3

Click on Expand Widget Template box as shown in below picture.


Step 4

Press Ctrl + F and search below code

<data:post.body/> 

Step 5

Now copy and paste below code just above it.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div align="center">
 PLACE YOUR AD CODE HERE</div>
</b:if> 

Tips: The above code show ad in center if you want to change it to left or right then replaces center to left or right.

Step 6

Change PLACE YOUR AD CODE HERE with your Google Adsense code

Step 7

Click on Save Template Button.

Once you save your template your ad look something like below picture.


Saturday, May 30, 2015

How To Disable Right Click on Blogger/BlogSpot

Today we provide you simple blogger tricks on how to Disable Right Click on Blogger/BlogSpot blogs easily. You can easily manage copyright ... thumbnail 1 summary
Today we provide you simple blogger tricks on how to Disable Right Click on Blogger/BlogSpot blogs easily. You can easily manage copyright issue from disabling right click on your blog. Disable Right Click easily avoid users to copying your blog content, images etc. This is very simple blogger tricks to avoid copyright issue from blog. Many blogger noticing that most of blogs copied their blog content so they want protect their blog from copying and Disable Right click is very good idea to avoid this.


Disable right click becomes a disadvantage that if you disable right click than your sharing codes on blog post also not copied from blog post. So first think about this than applied this code on your blog or you can also remove this code easily if you don’t want more this on your blog.

Disable Mouse Right click on Blogger or BlogSpot Blogs

Please follow below steps to Disable Mouse Right click on Blogger or BlogSpot Blogs:

Step 1

Login into blogger dashboard and Go to layout at left panel than click on add a gadget link as shown in below picture.


Step 2

When you click Add a Gadget link a popup window will open with all gadgets list. Please choose HTML/JavaScript gadget form list as shown in below picture.


Step 3

Past below code just inside it:

<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

Step 4

Save the gadget.

Step 5

Save the Layout.



Friday, May 29, 2015

Arrow Keyboard Navigation for Blogger

Most of our readers asked for How to Add   Arrow Keyboard Navigation for Blogger   Blog posts. Default blogger template shows older and new... thumbnail 1 summary
Most of our readers asked for How to Add Arrow Keyboard Navigation for Blogger Blog posts. Default blogger template shows older and newer link navigation that appears at the bottom of the Blogger. Most of wordpress blog and HTML based website used keyboard navigation on their websites. Keyboard navigation is very fast, reliable and easy to use. Today we will provide you tutorial about how to add Keyboard navigation in blogger.


This is very simple and easy widget for blogger to get fast navigation through keyboard. If you want to see live demo than use the left and right arrow key of your keyboard to navigate different posts on this blog. This methods work with simple JavaScript and you can add this with follow some simple steps to add code in your blog.

How to Add Arrow Keyboard Navigation for Blogger

Please follow below steps to Add Arrow Keyboard Navigation for Blogger:

Step 1

Login into blogger account and Go to your blogger dashboard.

Step 2

Now Go to Template and Click on Edit HTML button as shown in below picture.


Step 3

Now Search below code with the help of CTRL + F:

</head>

Step 4

Now copy and paste below code above </head> tag:

<script type='text/javascript'>
window.onload = function()
{
document.onkeyup = function(event)
{
if (document.activeElement.nodeName == 'TEXTAREA' || document.activeElement.nodeName == 'INPUT') return;
event = event || window.event;
switch(event.keyCode)
{
case 37:
var newerLink = document.getElementById('Blog1_blog-pager-newer-link');
if(newerLink !=null) window.location.href = newerLink.href;
break;
case 39:
var olderLink = document.getElementById('Blog1_blog-pager-older-link');
if(olderLink!=null) window.location.href = olderLink.href;
}
};
};
</script>

Step 5

Click on Save Template button.

Thursday, May 28, 2015

How to Add Automatic Read More Button For Blogger Blogs

Today we give you trick to Add Automatic Read More Button For Blogger your long blog post which appear in your home page. Read more buttons... thumbnail 1 summary
Today we give you trick to Add Automatic Read More Button For Blogger your long blog post which appear in your home page. Read more buttons needed because blogger show full post on your home page but many blogger want to show only summary of blog post on home page. So we need to add read more buttons on home page to split long blog post to summary and add read more after summary. Here I am showing you How to Add Automatic Read More Button For Blogger Blogs. After add this code your home page long post automatically convert into 2-3 line summary and add read more button after summary.


Add Automatic Read More Button For Blogger Blogs

Please follow below steps to Add Automatic Read More Button For Blogger Blogs:

Step 1

Login into Blogger Account and Go to Blogger Dashboard.

Step 2

Go to Blogger Template at the left panel and Click on Edit HTML Link as shown in below picture.


Step 3

Find below code with the help of CTRL + F:

</head>

Step 4

Copy and Paste below code above </head>:

<script type='text/javascript'>
var thumbnail_mode = "no-float" ;
summary_noimg = 400;  /* Summary length if no image*/
summary_img = 300; /* Summary length with image*/
img_thumb_height = 200; /*Image Height*/
img_thumb_width = 200; /*Image Width*/
</script>
<script type='text/javascript' src='http://netoopscodes.googlecode.com/svn/branches/Js%20files/auto-readmore-blogger.js' ></script>

Step 5

Now search below code:

<data:post.body/>

Step 6

Replace below code with this:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<div style='clear: both;'/>
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url' >Read more...</a></span><a href="http://www.haakblog.com" title="Blogger Tutorial"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tutorial"></a>
</b:if>
</b:if>

Step 7

Click on Save Button.


Wednesday, May 27, 2015

How to Add Animated Mouse Cursors in Blogger Blog

Today we give you blogger tutorial about how to change your mouse cursor in blogger blog to an animated cursors. We give you best way to ad... thumbnail 1 summary
Today we give you blogger tutorial about how to change your mouse cursor in blogger blog to an animated cursors. We give you best way to add animated cursors in your blog to give good look when any one visit your blog and changing your mouse cursor to animated cursors. You can easily change your mouse cursor to animated cursors in blogger or BlogSpot blog. You can decorate your blogger blog to good look. We give you step by step tutorial to change mouse cursor to animated cursors.


Add Animated Mouse Cursors in Blogger Blog

Please follow below steps to Add Animated Mouse Cursors in Blogger Blog:

Step 1

Log in into your blogger Account and go to blogger dashboard. First back up your template or you can also readHow to backup blogger template to know more about backup template in blogger.

Step 2

Go to Template and click on Edit HTML as shown in below picture.


Step 3

Find Below code with the help of CTRL + F:

</head>

Step 4

Please select your mouse style then Copy and Paste below code before it.

Style 1


<link href="http://usefbcover.com/public/animatedcurser1.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger widgets"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger widgets" border="0" style="position:absolute; top: 0px; right: 0px;" /></a>

Style 2



<link href="http://usefbcover.com/public/animatedcurser2.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 3



<link href="http://usefbcover.com/public/animatedcurser3.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tips"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 4



<link href="http://usefbcover.com/public/animatedcurser4.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger plugins"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger plugins" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 5



<link href="http://usefbcover.com/public/animatedcurser5.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 6


<link href="http://usefbcover.com/public/animatedcurser6.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger widgets"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger widgets" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 7


<link href="http://usefbcover.com/public/animatedcurser7.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 8


<link href="http://usefbcover.com/public/animatedcurser8.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tips"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger tips" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 9


<link href="http://usefbcover.com/public/animatedcurser9.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 10


<link href="http://usefbcover.com/public/animatedcurser10.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger tutorial"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tutorial" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 11


<link href="http://usefbcover.com/public/animatedcurser11.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 12


<link href="http://usefbcover.com/public/animatedcurser12.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tips"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Style 13


 <link href="http://usefbcover.com/public/animatedcurser13.css" rel="stylesheet" type="text/css" /><a href="http://www.haakblog.com/" target="_blank" title="Blogger Tips"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a>

Step 5

Now Click on Save Template Button.

Tuesday, May 26, 2015

How to Add LinkedIn Share Button For Blogger

LinkedIn share button for blogger will help to increase your reach on LinkedIn. Your readers can share your posts to LinkedIn news feed wit... thumbnail 1 summary
LinkedIn share button for blogger will help to increase your reach on LinkedIn. Your readers can share your posts to LinkedIn news feed with the help of this button. If you need LinkedIn share button on your blog than do not think about how to do this just add given code on your blog and you can add LinkedIn button on your blog easily.


Add LinkedIn Share Button For Blogger

Please follow below steps to Add LinkedIn Share Button For Blogger:

Step 1

Log in into Blogger Dashboard.

Step 2

Go to Template and click on Edit HTML button as shown in below picture.


Step 3

Find Below code with the help of CTRL + F:

<data:post.body/>

Step 4

Copy and paste below code above or before it:


Button Code For Vertical Count

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='IN/Share' expr:data-url='data:post.url' data-counter='top'></script>
<script src='//platform.linkedin.com/in.js' type='text/javascript'>
 lang: en_US
</script>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></b:if>

Button Code For Horizontal Count

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='IN/Share' expr:data-url='data:post.url' data-counter='right'></script>
<script src='//platform.linkedin.com/in.js' type='text/javascript'>
 lang: en_US
</script>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger
tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></b:if>

Button Code For No Count

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='IN/Share' expr:data-url='data:post.url'></script>
<script src='//platform.linkedin.com/in.js' type='text/javascript'>
 lang: en_US
</script>

<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></b:if>

Step 5

Click on Save Template Button.

Monday, May 25, 2015

How to Add Google Breadcrumb for Blogger

Today we give you tricks about How to Add Google Breadcrumb for Blogger which will show breadcrumbs on your blog post and it will user frie... thumbnail 1 summary
Today we give you tricks about How to Add Google Breadcrumb for Blogger which will show breadcrumbs on your blog post and it will user friendly for your blog. Breadcrumb show visitor's location on your website or blog. There are numbers of benefit for your website or blog by using of breadcrumb like it increase your site exposure in Google search engine. You can see below picture for how is that see on your blog.


Add Google Breadcrumb for Blogger

Please follow below steps to Add Google Breadcrumb for Blogger. Before edit your blog template please backup your template or read our blog post How to backup template in blogger?

Step 1

Log in into blogger dashboard and Go to Template then click on Edit HTML as shown in below picture.


Step 2

Click on Expand Widget Template as show in below picture.


Step 3

Search below code with the help of CTRL + F.

<b:include data='top' name='status-message'/>

Step 4

Replace below code with above code:

<b:include data='top' name='status-message'/>
<b:include data='posts' name='breadcrumb'/>

Step 5

Search below code

<b:includable id=’main’ var=’top’>

Step 6

Replace below code:

<b:includable id='breadcrumb' var='posts'>
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<!-- No breadcrumb on home page -->
<b:else/>
<b:if cond='data:blog.pageType == "item"'>
<!-- breadcrumb for the post page -->
<p class='breadcrumbs'>
<span class='post-labels'>
<a expr:href='data:blog.homepageUrl' rel='tag'>Home</a>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast == "true"'> »
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
</b:if>
</b:loop>
<b:else/>
»Unlabelled
</b:if>
» <span><data:post.title/></span>
</b:loop>
</span>
</p>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<!-- breadcrumb for the label archive page and search pages.. -->
<p class='breadcrumbs'>
<span class='post-labels'>
<a expr:href='data:blog.homepageUrl'>Home</a> » Archives for <data:blog.pageName/>
</span>
</p>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<p class='breadcrumbs'>
<span class='post-labels'>
<b:if cond='data:blog.pageName == ""'>
<a expr:href='data:blog.homepageUrl'>Home</a> » All posts
<b:else/>
<a expr:href='data:blog.homepageUrl'>Home</a> » Posts filed under <data:blog.pageName/>
</b:if>
</span>
</p>
</b:if>
</b:if>
</b:if>
</b:if>
</b:includable>
<b:includable id='main' var='top'><a href="http://www.haakblog.com/2014/02/download-best-blogger-templates-of-2014.html" rel="dofollow" target="_blank" title="blogger templates"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger templates" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger widgets"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger widgets" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a>
<!--Breadcrumbs by http://www.haakblog.com/-->

Step 7

Search below code

]]></b:skin>

Step 8

 Replace with below code:

/* Breadcrumbs by http://www.sitessubmit.blogspot.com/ */
.breadcrumbs {
padding:5px 5px 5px 0px;
margin: 0px 0px 15px 0px;
font-size:95%;
line-height: 1.4em;
border-bottom:3px double #e6e4e3;
}

Click on Save Template.


Sunday, May 24, 2015

Simple Related Posts Widget For Blogger With Thumbnails

Here we provide Simple Related Posts Widget for Blogger with Thumbnails for your blog post. Related posts widget shows other posts in same ... thumbnail 1 summary
Here we provide Simple Related Posts Widget for Blogger with Thumbnails for your blog post. Related posts widget shows other posts in same category or label. With the help of related post widget you can increase your blog page views and attract your readers to give related posts for spend more time. It’s help to increase visitor time periods of your website. If you need this related post widget you need to create some changes in your Template.


How to Add Related Posts Widget

You can easily add related posts widget with follow below steps:

Step 1

Go to your blogger Dashboard > Template > Edit HTML as shown in below picture.


Step 2

Click on the "Expand widgets template" as shown in below picture.


Step 3

Search below code with the help of CTRL + F

</head>

Step 4

Copy below code and Paste it just before </head>

<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<script type='text/javascript'>
var defaultnoimage=&quot;
http://3.bp.blogspot.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg&quot;;
var maxresults=
5;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/>
<!-- remove -->
</b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
You can changed your default picture, Just changed red URL with your new default Picture URL. You can also changed number of post, just changed 5 to your values that you want to show. If you also want to show related post on homepage then just removed Green colored codes.

Step 5

Now Search following code:

<div class='post-footer'>

Step 6

Copy and paste below code just above it:

<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.haakblog.com'><img alt='Blogger Tricks' src='http://3.bp.blogspot.com/-K65p5zLLKQk/T3ObCINoP7I/AAAAAAAABmI/dF84-alnOu4/s1600/best+blogger+tips.png'/></a>
</b:if></b:if>
<div id="rpdr" style="font-family: arial, sans-serif; font-size: 9px;">
<a href="http://www.haakblog.com/2013/06/simple-related-posts-widget-for-blogger-with-thumbnails.html" target="_blank" title="Related Posts Widget">Related Posts Widget</a>
<a href="http://www.haakblog.com/" target="_blank" title="Blogger Widget">Blogger Widget</a></div>
<!-- Related Posts with Thumbnails Code End-->

Step 7

Save Template

You're done perfectly. Now refreshed your blog post to see related post with thumbnail in your blog post, it's look like as shown in below picture.


Saturday, May 23, 2015

Add Pinterest Pin It Mouseover Button on Blogger Images

Pinterest Pin It Mouseover Button on Blogger: Images have consistently played a notable role in attracting new visitors through search engi... thumbnail 1 summary
Pinterest Pin It Mouseover Button on Blogger: Images have consistently played a notable role in attracting new visitors through search engines like Bing and Google. But when Pinterest decided to enter the social networking blend, it upped the ante in a big way.

Pinterest lets site owners use their service to include a 'pin' to content pictures in the website or pictures. Visitors of that site can decide to click in the reddish Pinterest button and add it when they see a picture they enjoy.

Whoever pressed your Pinterest pin it button share it with friends or followers in the service, and are now able to see your picture on their dash. They are also able to come across this picture when users add the picture and type labels or key words. Moreover, that picture links can include a description title of your website name or post and to your own website when clicked on.

Thus, adding the Pinterest pin it button can let you profit from individuals who'd located your pictures and lots of new traffic and post links utilizing the service. Below are a few measures to incorporate your own Pinterest button.

Pinterest Pin It Mouseover Button on Blogger Images

Please follow below steps to add Pinterest Pin It Mouseover Button on Blogger Images:

Step 1: Edit your Blogger Template

Login into your blogger dashboard and Go to Template than click on "Edit HTML" button as shown in below picture.


When your blogger editer open, Click anywhere inside the code area and search below code with pressing the CTRL + F keys:

</body>

Step 2: Add The Pinterest Pin it Script

Copy and Paste the following script just above </body>:

<script>
//<![CDATA[
var custom_pinit_button = "http://4.bp.blogspot.com/-3CPCJ031n9M/U_vWZXUV1SI/AAAAAAAAKPA/8Q3N34ieaBw/s1600/pinit-button.png";
var pinit_button_position = "center";
var pinit_button_before = "";
var pinit_button_after = "";
//]]>
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'></script>
<script id='pinit-img-button' src='http://usefbcover.com/public/pinterest-button1.js' type='text/javascript'>
// Visit haakblog.com for more widgets and tricks.
</script>

Step 3: Change Position of the Pin it! button

The amazing thing concerning this code is that you have some liberty over where the image will be gone over by the Pinterest button. Have a look in the code which you just copied and pasted to the HTML for the word 'centre'.

var pinit_button_position = "center";

Replace center with one of these texts if you want to move the pin to a different area:
- topleft
- topright
- bottomleft
- bottomright

and if you want to change pin it image than replace your own image url with below url in script

var custom_pinit_button = "http://4.bp.blogspot.com/-3CPCJ031n9M/U_vWZXUV1SI/AAAAAAAAKPA/8Q3N34ieaBw/s1600/pinit-button.png";

Step 4: Save The Template

Make sure that you added everything right, browse to your current post which you made that include pictures and then save the template. Hover your mouse within the picture for Blogger exhibited in the picture and also you need to now see a red Pinterest button. Examine it out as well as see it it works.

This button's single drawback is that it will not require the data out of your custom picture names. It is mechanically set to choose the name of the blog post where the picture is found. Thus, you will want to pay closer attention to the name of the places to ensure it fits strongly together with the pictures being revealed.

Friday, May 22, 2015

Add Pinterest Follow Me & Pin It Button for Blogger

Today we provide you how to Add  Pinterest Follow Me  &  Pin It Button  for Blogger blog easily. This pin it button allows your visitor... thumbnail 1 summary
Today we provide you how to Add Pinterest Follow Me & Pin It Button for Blogger blog easily. This pin it button allows your visitors to share your posts on Pinterest. Its pulls all images when your reader click on pin it button and choose images which one they pin on Pinterest. Pin it button also counts all pin and displays how many a blog post pinned.


We also provide you code of follow me button for Pinterest to increase your Pinterest followers. This follower buttons takes your readers to your profile page and they will follow your each board individually or follow all boards at one click as they wish.

Add Pinterest Follow Me & Pin It Button For Blogger

Please follow below steps to Add Pinterest Follow Me & Pin It Button for Blogger:

For Pinterest Follow Me Button

Follow below steps to add Pinterest Follow me button on your blogger blog:

Step 1

Go to Blogger account and select your blog which you want to add Pinterest follow me button.

Step 2

Go to Layout and click on Add a Gadget Button as shown in below picture.


Step 3

When you click on Add a Gadget button a popup window will open with all gadgets list. Please select HTML/JavaScript from Gadgets List as shown in below picture.


Step 4

Select your Style and Copy & Paste below code in HTML/JavaScript text box. Also replace USERNAME with your Pinterest username:

Style 1

<a href="http://pinterest.com/USERNAME/"><img src="http://s-passets-ec.pinimg.com/images/about/buttons/follow-me-on-pinterest-button.png" width="169" height="28" alt="Follow Me on Pinterest" /></a><a href="http://www.haakblog.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>

Style 2

<a href="http://pinterest.com/USERNAME/"><img src="http://s-passets-ec.pinimg.com/images/about/buttons/pinterest-button.png" width="80" height="28" alt="Follow Me on Pinterest" /></a><a href="http://www.haakblog.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>

Style 3

<a href="http://pinterest.com/USERNAME/"><img src="http://s-passets-ec.pinimg.com/images/about/buttons/big-p-button.png" width="60" height="60" alt="Follow Me on Pinterest" /></a><a href="http://www.haakblog.com/" rel="dofollow" target="_blank" title="Blogger Tips"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>

Step 5

Click on Save Button.

For Pinterest Pin It Button


Follow below steps to add Pinterest Pin it button on your blogger blog:

Step 1

Go to Blogger account and select your blog which you want to add Pinterest Pin It button.

Step 2

Go to Template and Click on Edit HTML button as shown in below picture.


Step 3

Now search below code with the help of CTRL + F:

<data:post.body/>

Step 4

Copy and Paste below code after it:

<!-- Pinterest button Start by BloggerSentral.com -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='pin-wrapper' style='margin:10px 10px 10px 0; text-align: left;'>
<a data-pin-config='beside' data-pin-do='buttonPin' expr:href='&quot;http://pinterest.com/pin/create/button/?url=&quot; + data:post.url'><img src='//assets.pinterest.com/images/pidgets/pin_it_button.png'/></a>
<span style='margin-left:-44px;'><a data-pin-config='beside' data-pin-do='buttonBookmark' href='//pinterest.com/pin/create/button/' style='outline:none;border:none;'/></span>
</div>

<a href="http://www.haakblog.com/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<style type='text/css'>
#pin-wrapper > a {background-image:none !important;}
</style>
</b:if>
<!-- Pinterest button End -->

Tips For Button placement : 

Position for top of post

- Place the button code before <data:post.body/>

Button alignment 

- Align right: set it to right;
- Align center: set it to center;

Step 5

Click on Save Button.


Thursday, May 21, 2015

How to Add Email Subscription Box Widget for Blogger

Today's we give you blogger tips to Add   Email Subscription Box Widget for Blogger   for get more subscriber to your blog. You can get... thumbnail 1 summary
Today's we give you blogger tips to Add Email Subscription Box Widget for Blogger for get more subscriber to your blog. You can get more traffic with Email subscription. We give you step by step guide to add email subscription box with Facebook, Twitter, Pinterest and Rss Subscriber Icons. This is very good looking and attractive widget for blogger to increase RSS subscriber with Facebook Fan Page, Twitter Account and Pinterest Icon.


Add Email Subscription Box to Blogger

We give you step by step guide to Add Email Subscription Box Widget for Blogger, Please follow below induction to add widget on your blog:

Step 1

Login into Blogger Dashboard

Step 2

Go to Layout and Click on Add Gadgets as shown in below picture.


Step 3

When you click Add a Gadgets a new popup will be opened, select HTML/JavaScript from list.


Step 4

Copy and paste below code:

 <style>   .NNBTsocial_box-email{   background:Fff no-repeat 0px 12px ; width:270px;float:center;font-size:1.4em;font-weight:bold;margin:2px 20px 0px 10px;color:#686B6C;  }  .NNBTsocial_box-emailsubmit{   background:#0084CE;cursor:pointer;  color:#fff; border:none;padding:3px;margin:0 0 0px 0;text-shadow:0 -1px 1px rgbaundefined0,0,0,0.25);   -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; font:12px sans-serif;  }   .NNBTsocial_box-emailsubmit:hover{   background:#E98313;   }   .textarea{   padding:2px; margin:0px 2px 0px 2px; background:#f9f9f9; border:1px solid #ccc; resize:none; box-shadow:inset 1px 1px 1px rgbaundefined0,0,0,0.1);   -moz-box-shadow:inset 1px 1px 1px rgbaundefined0,0,0,0.1); -webkit-box-shadow:inset 1px 1px 1px rgbaundefined0,0,0,0.1); font-size:13px;   width:200px; height:20px;color:#666;}  #socialboxNBT   {  text-align:center;font-weight:bold;padding:5px;border:1px solid black;width:300px;  -moz-box-shadow: 0px 0px 8px #000000;-webkit-box-shadow: 0px 0px 8px #000000;box-shadow: 0px 0px 8px #000000;}  </style>  <br />  <div id="socialboxNBT">  <a href="http://feeds.feedburner.com/haakblog" imageanchor="1" rel="nofollow" style="float: center; margin-left: .5em; margin-right: 1em;" target="blank"><img border="0" src="http://2.bp.blogspot.com/-Me9LxF5fd88/UftVNgkTeQI/AAAAAAAAAMc/86ydsLiCHvw/s1600/NNBT-rss.png" /></a>  Submit your Email Address to Get Free latest Articles Directly to your Inbox  <br />  <div class="NNBTsocial_box-email">  <form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" onsubmit="window.openundefined'http://feedburner.google.com/fb/a/mailverify?uri=NBTLab', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">  <input class="textarea" gtbfieldid="3" name="email" onblur="if undefinedthis.value == &quot;&quot;) {this.value = &quot;Enter email address here&quot;;}" onfocus="if undefinedthis.value == &quot;Enter email address here&quot;) {this.value = &quot;&quot;;}" type="text" value="Enter email address here..." />   <input name="uri" type="hidden" value="haakblog" /><input name="loc" type="hidden" value="en_US" />   <input class="NNBTsocial_box-emailsubmit" type="submit" value="Submit" />   </form>  </div>  <style class="text/css">  table  {border-bottom: 0px solid #E6E6E6;float: center;width: 300px;margin:-8px 0 0 0px;}  .subicons  {border-right: 0px solid #E6E6E6;}  .Fadeout {filter:alphaundefinedopacity=100);opacity: 1.0;border:0;  }  .Fadeout:hover{filter:alphaundefinedopacity=80);opacity: 0.8;border:0;  }  </style>  <br /><div class="table"><table>  <tbody><tr>  <td><div class="subicons">  <a class="Fadeout" href="http://www.facebook.com/haakblog" imageanchor="1" rel="nofollow" target="_blank"><img border="0" src="http://3.bp.blogspot.com/-NoRUNi2o45s/UftVLmpT6PI/AAAAAAAAAMI/nlKQi-I9WuA/s1600/NNBT-facebook-icon.png" /></a></div>  </td><td><div class="subicons">  <a class="Fadeout" href="http://www.twitter.com/haakblog" imageanchor="1" rel="nofollow" target="_blank"><img border="0" src="http://3.bp.blogspot.com/-MAFru3zy4EE/UftVOQ1B8kI/AAAAAAAAAMk/SUA-OcvzwH4/s1600/NNBT-twitter-icon.png" /></a></div>  </td>  <td><div class="subicons">  <a class="Fadeout" href="http://feeds.feedburner.com/haakblog" imageanchor="1" rel="nofollow" target="_blank"><img border="0" src="http://2.bp.blogspot.com/-UoedrevjRAY/UftVMZJgx0I/AAAAAAAAAMU/TZk4VCS-5ms/s1600/NNBT-rss-icon.png" /></a></div>  </td>  <td><a class="Fadeout" href="https://pinterest.com/haakblog" imageanchor="1" rel="nofollow" target="_blank"><img border="0" src="http://3.bp.blogspot.com/-t1WD_pp9gGA/UftVLqu0oSI/AAAAAAAAAME/cDcPZn0Dp9o/s1600/NNBT-Pinterest-icon.png" /></a></td>  </tr></tbody></table></div></div>
<small>
<a style='align:center;' href='http://www.haakblog.com/2014/10/email-subscription-box-widget-blogger.html' target='_blank'>Subscription Widget</a></small>

Step 5

After copy and paste about code follow below steps to change your username:
  • Change  http://feeds.feedburner.com/haakblog to your Feed Burner Name
  • Change haakblog to Your Feedburner Username.
  • Change http://www.facebook.com/haakblog to your Facebook Page Name.
  • Change http://www.twitter.com/haakblog to yout Twitter Username.
  • Change http://feeds.feedburner.com/haakblog to Your Feed Burner Username.
  • Change https://pinterest.com/haakblog to your Pinterest Username.

Step 6

Click on save button.