Popular Posts

What’s Hot

Recently, a post was shared on how to Add Related Post Widget with Thumbnails to Blogger, but unfortunately, our readers kept demanding for the type of related post widget that is being used on this blog (i.e. related post widget in list format without thumbnails). So today, I want to share how I was able to add a related post widget beneath every post on this blog.






Before I share the method I use in adding the related post widget beneath every post on my blog, I want to share how it has helped OfficialTech. Related post widget shows the list of post related to posts with the same labels, and this has increase our blog page views and decrease in blog bounce rate. Apart from these two, related post widget is a good SEO practice. Related post widget is a good widget every bloggers must have on their blog.
How to Add Related Posts Below Your Blog Posts

1. Log in to your Blogger Dashboard and Navigate to Template ==> Edit HTML and checked the Expand Widget Templates Check box. Then use (CTRL+F) to search for </head> tag in your templates.

2. Add the code below just Before/Above the closing </head> tag.

<style>
#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXZnkClwifrG7QtPe94CnXD81DS_K7mcQen9-8VVHtJK6SyPXJHNV-e8UFgtxBNEg6gWLRU_lbvVBxrf4qeRURcsm-dtXzc-yN_msb4vIC1qrxsYexDAzvaPG43XTdrNiMZoJgXoqUjOs/s200/greentickbullet.png&quot;) no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}
 </style>

3. Now search for this code line:
<data:post.body/>
4. And after that line, paste this code:

<!--OFFICIALTECH-RELATED-POSTS-STARTS--><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<font face='Arial' size='3'><b>Related Posts: </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
</script></div></b:if><!--OFFICIALTECH-RELATED-POSTS-STOPS-->
 5. Note: In case you have use the Auto Read More Hack on you blog and you have more than one

<data:post.body/>

in your blog template, search for any of the code below and then past the code in step 4 above after it.

<p class='post-footer-line post-footer-line-1'>

or

<div class='post-footer-line post-footer-line-1'>

or

<div class='footer'>  

6. Save your template.
    Related Post Widget Configuration

To change the total no of posts displayed beneath your blog posts, Edit
max-results=5

to the actual number of related post you want to see at the end of each post on your blog.


Wawoo... you are through...please give me your feedback

How to Add Related Posts Below Every Post on Blogger

Recently, a post was shared on how to Add Related Post Widget with Thumbnails to Blogger, but unfortunately, our readers kept demanding for the type of related post widget that is being used on this blog (i.e. related post widget in list format without thumbnails). So today, I want to share how I was able to add a related post widget beneath every post on this blog.






Before I share the method I use in adding the related post widget beneath every post on my blog, I want to share how it has helped OfficialTech. Related post widget shows the list of post related to posts with the same labels, and this has increase our blog page views and decrease in blog bounce rate. Apart from these two, related post widget is a good SEO practice. Related post widget is a good widget every bloggers must have on their blog.
How to Add Related Posts Below Your Blog Posts

1. Log in to your Blogger Dashboard and Navigate to Template ==> Edit HTML and checked the Expand Widget Templates Check box. Then use (CTRL+F) to search for </head> tag in your templates.

2. Add the code below just Before/Above the closing </head> tag.

<style>
#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXZnkClwifrG7QtPe94CnXD81DS_K7mcQen9-8VVHtJK6SyPXJHNV-e8UFgtxBNEg6gWLRU_lbvVBxrf4qeRURcsm-dtXzc-yN_msb4vIC1qrxsYexDAzvaPG43XTdrNiMZoJgXoqUjOs/s200/greentickbullet.png&quot;) no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}
 </style>

3. Now search for this code line:
<data:post.body/>
4. And after that line, paste this code:

<!--OFFICIALTECH-RELATED-POSTS-STARTS--><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<font face='Arial' size='3'><b>Related Posts: </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
</script></div></b:if><!--OFFICIALTECH-RELATED-POSTS-STOPS-->
 5. Note: In case you have use the Auto Read More Hack on you blog and you have more than one

<data:post.body/>

in your blog template, search for any of the code below and then past the code in step 4 above after it.

<p class='post-footer-line post-footer-line-1'>

or

<div class='post-footer-line post-footer-line-1'>

or

<div class='footer'>  

6. Save your template.
    Related Post Widget Configuration

To change the total no of posts displayed beneath your blog posts, Edit
max-results=5

to the actual number of related post you want to see at the end of each post on your blog.


Wawoo... you are through...please give me your feedback

Why adding page number to blogger ? the answer is really simple, Blogger do not have page navigation from before as default. They have older and newer post. That's do not looks good. So simply add this stylish and simple page number. So that your readers will be able to go to any page they like easily. The page number will looks like this below image after you add this successfully. I will be showing you the very easy tutorial to add this widget.

So let's get started in the name of Jehovah


  • First go to Blogger > Layout > and choose Add a Gadget
  • Then from there Choose Html/Javascript and paste any of  the below codes.


<style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:bold}.showpageNum a{color:#000;padding:3px 8px;margin:0 4px;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;background:#f8b5a4 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqRuqBqM9u1sahpbMARpG44G8hXe4CqsggPMG_2PlxS3qHIKNEg12hS2KfWjlg36vFzzijpj-ENq81yFb2RaeRopLV3liGWxT1ZTwe52YkSBMEBb9Ys8FJO-TZIYcruGQL4jQsAQJufzHN/s1600/w2b_pagenav1.png) 0 -60px repeat-x}.showpageNum a:hover{border:1px solid #888;background:#f7cac9 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqRuqBqM9u1sahpbMARpG44G8hXe4CqsggPMG_2PlxS3qHIKNEg12hS2KfWjlg36vFzzijpj-ENq81yFb2RaeRopLV3liGWxT1ZTwe52YkSBMEBb9Ys8FJO-TZIYcruGQL4jQsAQJufzHN/s1600/w2b_pagenav1.png) 0 -30px repeat-x}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#666;padding:3px 8px;margin:2px;font-weight:bold;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #999;background:#f2f0f0 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqRuqBqM9u1sahpbMARpG44G8hXe4CqsggPMG_2PlxS3qHIKNEg12hS2KfWjlg36vFzzijpj-ENq81yFb2RaeRopLV3liGWxT1ZTwe52YkSBMEBb9Ys8FJO-TZIYcruGQL4jQsAQJufzHN/s1600/w2b_pagenav1.png) 0 -5px repeat-x;text-decoration:none} </style> <a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>


 <style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:normal}.showpageNum a{padding:3px 8px;margin:0 4px;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;background:#b1a7c3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7HBDKR9sDhLdcEQY7Bk4UV-kMdWLYnhDUDcVlenMRkeX9j8IUz2XW43V_ydG0SmkbG1LRE85AcsFTD8AQikCojQ2pFpVswrKIjdnflBqmdgN9wdHvanE4AZCdTi6Qw_guL4_0YGPpsLFy/s1600/w2b_pagenav2.png) 0 -60px repeat-x}.showpageNum a:hover{border:1px solid #888;background:#f7b36a url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7HBDKR9sDhLdcEQY7Bk4UV-kMdWLYnhDUDcVlenMRkeX9j8IUz2XW43V_ydG0SmkbG1LRE85AcsFTD8AQikCojQ2pFpVswrKIjdnflBqmdgN9wdHvanE4AZCdTi6Qw_guL4_0YGPpsLFy/s1600/w2b_pagenav2.png) 0 -30px repeat-x}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#444;text-shadow:0 1px 2px #333;padding:3px 8px;margin:2px;font-weight:700;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #999;background:#f7d5b0 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7HBDKR9sDhLdcEQY7Bk4UV-kMdWLYnhDUDcVlenMRkeX9j8IUz2XW43V_ydG0SmkbG1LRE85AcsFTD8AQikCojQ2pFpVswrKIjdnflBqmdgN9wdHvanE4AZCdTi6Qw_guL4_0YGPpsLFy/s1600/w2b_pagenav2.png) 0 0 repeat-x;text-decoration:none} </style> <a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>
<style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:normal}.showpageNum a{padding:3px 8px;margin:0 4px;text-decoration:none;border-bottom:3px solid #fe9a2e;background:#f7f8e0}.showpageNum a:hover{border-bottom:3px solid #df01d7;background:#f6cee3}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#333;text-shadow:0 1px 2px #333;padding:3px 8px;margin:2px;font-weight:700;border-bottom:3px solid #fe9a2e;background:#f8e0f7;text-decoration:none} </style> <a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>
<style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:700}.showpageNum a{padding:3px 8px;margin:0 4px;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;background:#ddd url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjllO5M7oo4gcF-jtf23Xjoz4sqBSzA_Tf1mrXvvpDAY5965NybKStqgg7u2ulp4KYPfMTEc7YOcAqDd50IdiYoIOtA8Sue9nIlCNTxzM5HxPL39MllRXfL-aDWNt2M2nFHnl78Nk-CAmU/s1600/wp1.jpg) 0 -50px repeat-x}.showpageNum a:hover{border:1px solid #888;background:#ccc url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjllO5M7oo4gcF-jtf23Xjoz4sqBSzA_Tf1mrXvvpDAY5965NybKStqgg7u2ulp4KYPfMTEc7YOcAqDd50IdiYoIOtA8Sue9nIlCNTxzM5HxPL39MllRXfL-aDWNt2M2nFHnl78Nk-CAmU/s1600/wp1.jpg) 0 -25px repeat-x}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#fff;text-shadow:0 1px 2px #333;padding:3px 8px;margin:2px;font-weight:700;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #999;background:#666 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjllO5M7oo4gcF-jtf23Xjoz4sqBSzA_Tf1mrXvvpDAY5965NybKStqgg7u2ulp4KYPfMTEc7YOcAqDd50IdiYoIOtA8Sue9nIlCNTxzM5HxPL39MllRXfL-aDWNt2M2nFHnl78Nk-CAmU/s1600/wp1.jpg) 0 0 repeat-x;text-decoration:none} </style><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>

Add Beautiful Page Navigation/Number to Blogger

Why adding page number to blogger ? the answer is really simple, Blogger do not have page navigation from before as default. They have older and newer post. That's do not looks good. So simply add this stylish and simple page number. So that your readers will be able to go to any page they like easily. The page number will looks like this below image after you add this successfully. I will be showing you the very easy tutorial to add this widget.

So let's get started in the name of Jehovah


  • First go to Blogger > Layout > and choose Add a Gadget
  • Then from there Choose Html/Javascript and paste any of  the below codes.


<style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:bold}.showpageNum a{color:#000;padding:3px 8px;margin:0 4px;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;background:#f8b5a4 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqRuqBqM9u1sahpbMARpG44G8hXe4CqsggPMG_2PlxS3qHIKNEg12hS2KfWjlg36vFzzijpj-ENq81yFb2RaeRopLV3liGWxT1ZTwe52YkSBMEBb9Ys8FJO-TZIYcruGQL4jQsAQJufzHN/s1600/w2b_pagenav1.png) 0 -60px repeat-x}.showpageNum a:hover{border:1px solid #888;background:#f7cac9 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqRuqBqM9u1sahpbMARpG44G8hXe4CqsggPMG_2PlxS3qHIKNEg12hS2KfWjlg36vFzzijpj-ENq81yFb2RaeRopLV3liGWxT1ZTwe52YkSBMEBb9Ys8FJO-TZIYcruGQL4jQsAQJufzHN/s1600/w2b_pagenav1.png) 0 -30px repeat-x}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#666;padding:3px 8px;margin:2px;font-weight:bold;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #999;background:#f2f0f0 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqRuqBqM9u1sahpbMARpG44G8hXe4CqsggPMG_2PlxS3qHIKNEg12hS2KfWjlg36vFzzijpj-ENq81yFb2RaeRopLV3liGWxT1ZTwe52YkSBMEBb9Ys8FJO-TZIYcruGQL4jQsAQJufzHN/s1600/w2b_pagenav1.png) 0 -5px repeat-x;text-decoration:none} </style> <a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>


 <style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:normal}.showpageNum a{padding:3px 8px;margin:0 4px;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;background:#b1a7c3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7HBDKR9sDhLdcEQY7Bk4UV-kMdWLYnhDUDcVlenMRkeX9j8IUz2XW43V_ydG0SmkbG1LRE85AcsFTD8AQikCojQ2pFpVswrKIjdnflBqmdgN9wdHvanE4AZCdTi6Qw_guL4_0YGPpsLFy/s1600/w2b_pagenav2.png) 0 -60px repeat-x}.showpageNum a:hover{border:1px solid #888;background:#f7b36a url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7HBDKR9sDhLdcEQY7Bk4UV-kMdWLYnhDUDcVlenMRkeX9j8IUz2XW43V_ydG0SmkbG1LRE85AcsFTD8AQikCojQ2pFpVswrKIjdnflBqmdgN9wdHvanE4AZCdTi6Qw_guL4_0YGPpsLFy/s1600/w2b_pagenav2.png) 0 -30px repeat-x}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#444;text-shadow:0 1px 2px #333;padding:3px 8px;margin:2px;font-weight:700;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #999;background:#f7d5b0 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7HBDKR9sDhLdcEQY7Bk4UV-kMdWLYnhDUDcVlenMRkeX9j8IUz2XW43V_ydG0SmkbG1LRE85AcsFTD8AQikCojQ2pFpVswrKIjdnflBqmdgN9wdHvanE4AZCdTi6Qw_guL4_0YGPpsLFy/s1600/w2b_pagenav2.png) 0 0 repeat-x;text-decoration:none} </style> <a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>
<style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:normal}.showpageNum a{padding:3px 8px;margin:0 4px;text-decoration:none;border-bottom:3px solid #fe9a2e;background:#f7f8e0}.showpageNum a:hover{border-bottom:3px solid #df01d7;background:#f6cee3}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#333;text-shadow:0 1px 2px #333;padding:3px 8px;margin:2px;font-weight:700;border-bottom:3px solid #fe9a2e;background:#f8e0f7;text-decoration:none} </style> <a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>
<style type="text/css">#blog-pager{font-size:normal}.showpageArea{font-family:verdana,arial,helvetica;color:#000;font-size:11px;margin:10px}.showpageArea a{color:#000;text-shadow:0 1px 2px #fff;font-weight:700}.showpageNum a{padding:3px 8px;margin:0 4px;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px;background:#ddd url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjllO5M7oo4gcF-jtf23Xjoz4sqBSzA_Tf1mrXvvpDAY5965NybKStqgg7u2ulp4KYPfMTEc7YOcAqDd50IdiYoIOtA8Sue9nIlCNTxzM5HxPL39MllRXfL-aDWNt2M2nFHnl78Nk-CAmU/s1600/wp1.jpg) 0 -50px repeat-x}.showpageNum a:hover{border:1px solid #888;background:#ccc url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjllO5M7oo4gcF-jtf23Xjoz4sqBSzA_Tf1mrXvvpDAY5965NybKStqgg7u2ulp4KYPfMTEc7YOcAqDd50IdiYoIOtA8Sue9nIlCNTxzM5HxPL39MllRXfL-aDWNt2M2nFHnl78Nk-CAmU/s1600/wp1.jpg) 0 -25px repeat-x}.showpageOf{margin:0 4px 0 0}.showpagePoint{color:#fff;text-shadow:0 1px 2px #333;padding:3px 8px;margin:2px;font-weight:700;-webkit-border-radius:3px;-moz-border-radius:3px;border:1px solid #999;background:#666 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjllO5M7oo4gcF-jtf23Xjoz4sqBSzA_Tf1mrXvvpDAY5965NybKStqgg7u2ulp4KYPfMTEc7YOcAqDd50IdiYoIOtA8Sue9nIlCNTxzM5HxPL39MllRXfL-aDWNt2M2nFHnl78Nk-CAmU/s1600/wp1.jpg) 0 0 repeat-x;text-decoration:none} </style><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Latest Tips And Tricks"><img src="https://bitly.com/24workpng1" alt="Latest Tips And Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://theblogger911.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><script style='text/javascript'>
var postperpage=5;
var numshowpage=3;
var upPageWord="Prev";
var downPageWord="Next";
var home_page="/";
var urlactivepage=location.href;
</script>
<script style='text/javascript' src='https://dl.dropboxusercontent.com/s/icju1ieawjolg4n/theblogger911.navi.js'></script>

Instagram has launched another feature which allows you Zoom On Stories with just a tap. It's no longer news that Instagram copied Snapchat of Stories feature.

WHAT'S NEW IN THE LATEST VERSION OF INSTAGRAM?
  • We have a few improvements to Instagram Stories!
  • Zoom with one hand as you're recording a video. 
  • Slide your finger up while holding the video record button.
  • Lots of bug fixes and improvements to make stories even better (and faster).

Instagram Added Zoom To Stories - Download Here

Instagram has launched another feature which allows you Zoom On Stories with just a tap. It's no longer news that Instagram copied Snapchat of Stories feature.

WHAT'S NEW IN THE LATEST VERSION OF INSTAGRAM?
  • We have a few improvements to Instagram Stories!
  • Zoom with one hand as you're recording a video. 
  • Slide your finger up while holding the video record button.
  • Lots of bug fixes and improvements to make stories even better (and faster).