<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1476376953499184337</id><updated>2025-04-16T19:24:50.325-07:00</updated><category term="Blogger"/><category term="CSS"/><category term="Tutorial"/><category term="Blog"/><category term="HTML"/><category term="Facebook"/><category term="Javascript"/><category term="Code"/><category term="9GAG"/><category term="Ads"/><category term="Blogger Tips"/><category term="Blogging"/><category term="Navigation Bar"/><category term="SEO"/><category term="Twitter"/><category term="404"/><category term="Adsense"/><category term="Animated"/><category term="Author Style"/><category term="Bigger Images"/><category term="Buttons"/><category term="Flipboard"/><category term="Footer"/><category term="Google Translate"/><category term="Graph Search"/><category term="Image"/><category term="Image Hover"/><category term="Image Shadow"/><category term="Label"/><category term="Like Box"/><category term="Logo"/><category term="Magazine"/><category term="Menu"/><category term="Meta Description"/><category term="Meta Tags"/><category term="Popular Post"/><category term="Print Button"/><category term="Responsive"/><category term="Share Buttons"/><category term="Sidebar"/><category term="Social"/><category term="Translate"/><category term="Widgets"/><category term="google"/><title type='text'>The Next Blogs</title><subtitle type='html'>TheNextBlogs provides Tutorials focused on CSS, HTML, Javascript, JQuery Tricks, Blogging Tutorials, Tips, Demos, Blog Design, Blogger Template.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default?start-index=26&amp;max-results=25'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-7186923782546283591</id><published>2014-09-18T09:29:00.000-07:00</published><updated>2014-09-18T09:29:50.089-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="Share Buttons"/><category scheme="http://www.blogger.com/atom/ns#" term="Twitter"/><title type='text'>Facebook Plus Twitter Share Button Using CSS and Javascript</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Facebook Plus Twitter Share Button&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHKnxjwyFEE0YNKlnfyvCVcc8r6Wasz7lerArJDHINszCSbZ3N7-LCfJIbF93TPU7rpUTECegKKacrw9Ln6mJyEiYJtzg6V5gbpNzdxyr1m6PKX2i0WqDjQ4l-BzEtV8-SK8FOL0d2ZOC5/s1600/Facebook-and-Twitter-Share.png&quot; height=&quot;360&quot; title=&quot;Facebook Plus Twitter Share Button Using CSS and Javascript&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Are you looking for Facebook and Twitter share button like most to the site are using, in today&#39;s post i will explain you on how to create a Facebook and Twitter share button using CSS, HTML and Javascript. Most of the top site have already started using this feature to share their post. You need to add just add few lines of code in your template.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;CSS Code&lt;/b&gt;&lt;br /&gt;
Add the CSS Code inside the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt;&amp;nbsp;tag of your blog template.&lt;br /&gt;
&lt;blockquote&gt;
.facebook-sharing {&lt;br /&gt;
background: #3b5998;&lt;br /&gt;
color: #fff;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
display: inline-block;&lt;br /&gt;
padding: 1em 2em;&lt;br /&gt;
-webkit-border-radius: 6px;&lt;br /&gt;
border-radius: 6px;&lt;br /&gt;
font-family: sans-serif;&lt;br /&gt;
margin: 0;&lt;br /&gt;
text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.twitter-sharing {&lt;br /&gt;
background: #57cff4;&lt;br /&gt;
color: #fff;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
display: inline-block;&lt;br /&gt;
padding: 1em 2em;&lt;br /&gt;
-webkit-border-radius: 6px;&lt;br /&gt;
border-radius: 6px;&lt;br /&gt;
font-family: sans-serif;&lt;br /&gt;
margin: 0;&lt;br /&gt;
text-align: center;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;HTML Code&lt;/b&gt;&lt;br /&gt;
Now add this code where you want the share button to appear on your blog.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&quot;twitter-sharing&quot; data-tnb=&quot;twitter-share&quot;&amp;gt;Share on Twitter&amp;lt;/div&amp;gt; &amp;lt;div class=&quot;facebook-sharing&quot; data-tnb=&quot;facebook-share&quot;&amp;gt;Share on Facebook&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Javascript Code&lt;/b&gt;&lt;br /&gt;
Add the Javascript Code before the &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; tag of your blog template.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
var twitterShare = document.querySelector(&#39;[data-tnb=&quot;twitter-share&quot;]&#39;);&lt;br /&gt;
&lt;br /&gt;
twitterShare.onclick = function(e) {&lt;br /&gt;
e.preventDefault();&lt;br /&gt;
var twitterWindow = window.open(&#39;https://twitter.com/share?url=&#39; + document.URL, &#39;twitter-popup&#39;, &#39;height=350,width=600&#39;);&lt;br /&gt;
if(twitterWindow.focus) { twitterWindow.focus(); }&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;Add the Facebook script after the above script.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
var facebookShare = document.querySelector(&#39;[data-tnb=&quot;facebook-share&quot;]&#39;);&lt;br /&gt;
&lt;br /&gt;
facebookShare.onclick = function(e) {&lt;br /&gt;
e.preventDefault();&lt;br /&gt;
var facebookWindow = window.open(&#39;https://www.facebook.com/sharer/sharer.php?u=&#39; + document.URL, &#39;facebook-popup&#39;, &#39;height=350,width=600&#39;);&lt;br /&gt;
if(facebookWindow.focus) { facebookWindow.focus(); }&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
Note:- You can change the share button color by changing the background color code in CSS.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/7186923782546283591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/facebook-plus-twitter-share-button.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/7186923782546283591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/7186923782546283591'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/facebook-plus-twitter-share-button.html' title='Facebook Plus Twitter Share Button Using CSS and Javascript'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHKnxjwyFEE0YNKlnfyvCVcc8r6Wasz7lerArJDHINszCSbZ3N7-LCfJIbF93TPU7rpUTECegKKacrw9Ln6mJyEiYJtzg6V5gbpNzdxyr1m6PKX2i0WqDjQ4l-BzEtV8-SK8FOL0d2ZOC5/s72-c/Facebook-and-Twitter-Share.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-4489276791354078047</id><published>2014-09-11T16:43:00.001-07:00</published><updated>2014-09-11T16:44:40.657-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><title type='text'>Add Scroll Back to Top Button to Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Scroll Back to Top Button to Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRWbCpH53Kou0VZOHZsAfReWGKIq7z4YmzlcoB6VvpL3d8WoLOuANhVqJ2lCj8CtHAO34hvJeoG4RPUZy4qQVs95lm_qmRU5C_ZQnv3R-ZpohQVT2eoORiaqrH8dB80cZbh4FxWgHoAfED/s1600/back-to-top.jpg&quot; height=&quot;420&quot; title=&quot;Add Scroll Back to Top Button to Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
A scroll to top button in blogger is really helpful for readers if your blog has lots of posts on homepage plus comments on post page and if there is no sticky navigation plugin. In this post we are going to show you how to add back to top button which will appear when users scroll down reading your post.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Before Editing Backup Template&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Always create a backup of your template before editing CSS or HTML in blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding Scroll To Top Button To Blogger&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Go to Blogger &amp;gt; Layout &amp;gt; Add Gadget &amp;gt; Add HTML/Javascript Gadget now copy and paste the below code inside it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
jQuery(document).ready(function() {&lt;br /&gt;
var offset = 220;&lt;br /&gt;
var duration = 500;&lt;br /&gt;
jQuery(window).scroll(function() {&lt;br /&gt;
if (jQuery(this).scrollTop() &amp;gt; offset) {&lt;br /&gt;
jQuery(&#39;.tnb-back-to-top&#39;).fadeIn(duration);&lt;br /&gt;
} else { //thenextblogs.blogspot.com&lt;br /&gt;
jQuery(&#39;.tnb-back-to-top&#39;).fadeOut(duration);&lt;br /&gt;
}&lt;br /&gt;
}); &lt;br /&gt;
jQuery(&#39;.tnb-back-to-top&#39;).click(function(event) {&lt;br /&gt;
event.preventDefault();&lt;br /&gt;
jQuery(&#39;html, body&#39;).animate({scrollTop: 0}, duration);&lt;br /&gt;
return false;&lt;br /&gt;
})&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
2. Next step got to Template &amp;gt; Edit HTML and find &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag. Once found paste the below code above it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;.tnb-back-to-top {&lt;br /&gt;
position: fixed;&lt;br /&gt;
bottom: 2em;&lt;br /&gt;
right: 10px;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
padding: 1em;&lt;br /&gt;
display: none;&lt;br /&gt;
cursor:pointer;&lt;br /&gt;
}&lt;/blockquote&gt;&lt;br /&gt;
3. Now lets add the HTML tag in which you can use image or text for this go back to gadget part and paste the code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;a href=&quot;#&quot; class=&quot;tnb-back-to-top&quot;&amp;gt;&amp;lt;img src=&lt;span style=&quot;color: orange;&quot;&gt;&quot;IMAGE URL&quot;&lt;/span&gt;alt=&quot;Back To Top&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
Now add the image url or replace with text and save template.&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/4489276791354078047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/add-scroll-back-to-top-button-to-blogger_11.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/4489276791354078047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/4489276791354078047'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/add-scroll-back-to-top-button-to-blogger_11.html' title='Add Scroll Back to Top Button to Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRWbCpH53Kou0VZOHZsAfReWGKIq7z4YmzlcoB6VvpL3d8WoLOuANhVqJ2lCj8CtHAO34hvJeoG4RPUZy4qQVs95lm_qmRU5C_ZQnv3R-ZpohQVT2eoORiaqrH8dB80cZbh4FxWgHoAfED/s72-c/back-to-top.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-6117344120077284436</id><published>2014-09-10T08:32:00.004-07:00</published><updated>2014-09-10T08:32:49.618-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="404"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="google"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><title type='text'>Google Blogger 404 Infinite Scrolling Background Page</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Google Blogger 404 Infinite Scrolling Page&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQu0JQ2Mgkz_UtnVU3U5yBTeq0TRDNcMil0DUigsZHJryddmaj48EEFGNV8FC4M7AXpNB-rKM9ehlQ5kdoEFoF3rX77U5MnBM4aJMVIX8-Lm5JN3heh0DLQUY230Smdio0MK55pQavQOEj/s1600/Blogger-404.png&quot; height=&quot;470&quot; title=&quot;Google Blogger 404 Infinite Scrolling Background Page&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Do you use Google Blogger then you must have a 404 Error page for your blog, or else it may affect in your organic search results, 404 error page describes the page or post you are looking for which does not exists and is very important. In today&#39;s post we are going to explain on how to add a 404 infinite scrolling with background error page in a simple way.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Step 1&lt;/b&gt;&lt;br /&gt;
Go to blogger Settings =&amp;gt; Search Preferences.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Google Blogger 404 Infinite Scrolling Page&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmdhVOD-C7Q-CNReAdUvyi1FpKdOcjURVrrxD7Mz-YDx7-K56kPFFA7kGDmYJn5LSYkvPHmgG78XHsNcjxWseHe2M9VtB-XDixT89FJTTDlv3g0La2_SA-QnkWlwsZjRG0kcbJWcHpPWLO/s1600/404-blogger.png&quot; height=&quot;244&quot; title=&quot;Google Blogger 404 Infinite Scrolling Background Page&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Step 2&lt;/b&gt;&lt;br /&gt;
Click on Edit and copy the below code inside the text box.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
.effect{&lt;br /&gt;
position:fixed;&lt;br /&gt;
&lt;br /&gt;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_oUTPnXRchqW6NdT6vOj0Y4ntxgT7VVpOeHH5iRChj3M4JbUzZChnBHA3ykAIqhP7Lb5Rvk6u3fO5g2aCNQu2OUE9ewf1C1B-CHUte11AYaWLclvaeIELJuSpPDwUNEoybcJVBnX_V7UG/s1600/tnb-404.png) repeat-y center center fixed; &lt;br /&gt;
-webkit-background-size: cover;&lt;br /&gt;
-moz-background-size: cover;&lt;br /&gt;
-o-background-size: cover;&lt;br /&gt;
background-size: cover;&lt;br /&gt;
&lt;br /&gt;
-webkit-animation:100s scroll infinite linear;&lt;br /&gt;
-mozo-animation:100s scroll infinite linear;&lt;br /&gt;
-oi-animation:100s scroll infinite linear;&lt;br /&gt;
-mstnb-animation:100s scroll infinite linear;&lt;br /&gt;
animation:100s scroll infinite linear;&lt;br /&gt;
top:0;&lt;br /&gt;
left:0;&lt;br /&gt;
width:100%;&lt;br /&gt;
height:100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1{&lt;br /&gt;
text-align:center;&lt;br /&gt;
color:skyblue !important;&lt;br /&gt;
margin-top:10%;&lt;br /&gt;
font:60px Muli;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h2{&lt;br /&gt;
text-align:center;&lt;br /&gt;
color:orange !important;&lt;br /&gt;
margin-top:10%;&lt;br /&gt;
font:30px Muli;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
@-webkit-keyframes scroll{&lt;br /&gt;
100%{&lt;br /&gt;
background-position:0px -3000px;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-mozo-keyframes scroll{&lt;br /&gt;
100%{&lt;br /&gt;
background-position:0px -3000px;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-oi-keyframes scroll{&lt;br /&gt;
100%{&lt;br /&gt;
background-position:0px -3000px;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-mstnb-keyframes scroll{&lt;br /&gt;
100%{&lt;br /&gt;
background-position:0px -3000px;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes scroll{&lt;br /&gt;
100%{&lt;br /&gt;
background-position:0px -3000px;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Step 3&lt;/b&gt;&lt;br /&gt;
Copy the HTML code and add it below the CSS code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&quot;effect&quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;404 ERROR PAGE&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Created By Frinton R Madtha&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Step 4&lt;/b&gt;&lt;br /&gt;
Click on Save Changes as shown in the image below.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Google Blogger 404 Infinite Scrolling Page&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPkvbMvllMluHqyJ5Sddjllhc4yXZjcR6fU_L2QPwyzlO2GhD1FrwTCS171kzlYsn9ljxRPFhfWm_mNlku_C-Rra1ebf3mfZm4Zy_qik_0O3DPNggGHYXHlqKFHI2DaLIiEv10-x5iXwTW/s1600/Error-404.png&quot; height=&quot;428&quot; title=&quot;Google Blogger 404 Infinite Scrolling Background Page&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/6117344120077284436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/blogger-404-infinite-scrolling-background-page.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/6117344120077284436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/6117344120077284436'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/blogger-404-infinite-scrolling-background-page.html' title='Google Blogger 404 Infinite Scrolling Background Page'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQu0JQ2Mgkz_UtnVU3U5yBTeq0TRDNcMil0DUigsZHJryddmaj48EEFGNV8FC4M7AXpNB-rKM9ehlQ5kdoEFoF3rX77U5MnBM4aJMVIX8-Lm5JN3heh0DLQUY230Smdio0MK55pQavQOEj/s72-c/Blogger-404.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-3725427496521838484</id><published>2014-09-06T03:33:00.001-07:00</published><updated>2014-09-06T03:33:59.926-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Navigation Bar"/><category scheme="http://www.blogger.com/atom/ns#" term="Responsive"/><title type='text'>Toggle Navigation Bar Using CSS, HTML and Javascript</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Toggle Navigation CSS, HTML and Javascript&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0MBtwj-YGR_hDIiYIKpVP3YNHGii1Hc-gZijZ9jshAf0082ZKxk_HlGgPTWKsVhkCmXEs7Q8URXWd-2jnxvWsd_kF-kjAuWeFiIDgCiu9TdjPrNBVwCjr08JOlGnmYvcVq5tJghptMlWf/s1600/Toggle-bar.png&quot; height=&quot;392&quot; title=&quot;Toggle Navigation Bar Using CSS, HTML and Javascript&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
Navigation bar are used in all blogs and website and is very helpful for visitors better to click on a certain label than searching them on the whole blog for a particular label, mostly normal navigation bar in blogger are not responsive to mobile designs so we have created one which is responsive to mobile design with drop down on click.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Advantages of Adding Navigation Bar&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Adding toggle navigation in blog may result two best ways responsive for mobile plus on desktop and better to function. It also makes your site or blog look clean in mobile form as in normal navigation you need to slide to left right zoom or double tap to click on a link or even you can&#39;t see label on the nav. The fact is all the top sites and blog use this navigation toggle function.&lt;br /&gt;
&lt;br /&gt;
This toggle navigation bar is created using CSS, HTML and Javascript code. The first part is to add the CSS then HTML and lastly Javascript code in you template.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Note:- Backup Your Template Before Adding Code&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;Lets Add Navigation Bar in Your Template&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 1&lt;/b&gt;. Go to your Blogger dashboard select your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 2&lt;/b&gt;. Now click on Template &amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 3&lt;/b&gt;. In the Template Editor search for &lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/b&gt; tag&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 4&lt;/b&gt;. Before the &lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;/b&gt; tag add the code&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;/*TNB-Style*/&lt;br /&gt;
.tnb-style {&lt;br /&gt;
background: #f7f7f7;&lt;br /&gt;
border-bottom: 1px solid #808080;&lt;br /&gt;
margin-bottom: 1em;&lt;br /&gt;
overflow: hidden;&lt;br /&gt;
}&lt;/blockquote&gt;&lt;br /&gt;
&lt;b&gt;And below it add this CSS&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;a.menu-link {&lt;br /&gt;
float: right;&lt;br /&gt;
display: block;&lt;br /&gt;
padding: 1em;&lt;br /&gt;
}&lt;br /&gt;
nav {&lt;br /&gt;
clear: both;&lt;br /&gt;
-webkit-transition: all 0.3s ease-out;  &lt;br /&gt;
-moz-transition: all 0.3s ease-out;&lt;br /&gt;
-ms-transition: all 0.3s ease-out;&lt;br /&gt;
-o-transition: all 0.3s ease-out;&lt;br /&gt;
transition: all 0.3s ease-out;&lt;br /&gt;
}&lt;br /&gt;
.tnb nav {&lt;br /&gt;
overflow: hidden;&lt;br /&gt;
max-height: 0;&lt;br /&gt;
}&lt;br /&gt;
nav.active {&lt;br /&gt;
max-height: 15em;&lt;br /&gt;
}&lt;br /&gt;
nav ul {&lt;br /&gt;
margin: 0;&lt;br /&gt;
padding: 0;&lt;br /&gt;
border-top: 1px solid #808080;&lt;br /&gt;
}&lt;br /&gt;
nav li a {&lt;br /&gt;
display: block;&lt;br /&gt;
padding: 0.8em;&lt;br /&gt;
border-bottom: 1px solid #808080;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 48.25em meaning for the best response) {&lt;br /&gt;
a.menu-link {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
.tnb nav {&lt;br /&gt;
max-height: none;&lt;br /&gt;
}&lt;br /&gt;
nav ul {&lt;br /&gt;
margin: 0 0 0 -0.25em;&lt;br /&gt;
border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
nav li {&lt;br /&gt;
display: inline-block;&lt;br /&gt;
margin: 0 0.25em;&lt;br /&gt;
}&lt;br /&gt;
nav li a {&lt;br /&gt;
border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Now lets add the HTML code below the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag in your blogger template.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;!--TNB HTML--&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;tnb-style&#39; id=&#39;tnb-style&#39;&amp;gt;&lt;br /&gt;
&amp;lt;!--Begin TNB HTML--&amp;gt;&lt;br /&gt;
&amp;lt;a class=&#39;menu-link&#39; href=&#39;#menu&#39;&amp;gt;Menu&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;nav id=&#39;menu&#39; role=&#39;navigation&#39;&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&#39;#&#39;&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&#39;#&#39;&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&#39;#&#39;&amp;gt;TOC&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&#39;#&#39;&amp;gt;Policy&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&#39;#&#39;&amp;gt;Contact&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nav&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!--End TNB HTML--&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
The last part to add in your template is the Javascript code to add this you need to find the &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; tag and before it add the Javascript code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script&amp;gt;$(document).ready(function() {&lt;br /&gt;
$(&amp;amp;#39;body&amp;amp;#39;).addClass(&amp;amp;#39;tnb&amp;amp;#39;);&lt;br /&gt;
var $menu = $(&amp;amp;#39;#menu&amp;amp;#39;),&lt;br /&gt;
$menulink = $(&amp;amp;#39;.menu-link&amp;amp;#39;);&lt;br /&gt;
&lt;br /&gt;
$menulink.click(function() {&lt;br /&gt;
$menulink.toggleClass(&amp;amp;#39;active&amp;amp;#39;);&lt;br /&gt;
$menu.toggleClass(&amp;amp;#39;active&amp;amp;#39;);&lt;br /&gt;
return false;&lt;br /&gt;
});});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
Now save your template and you are all done.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/3725427496521838484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/toggle-navigation-using-css-html-and-javascript.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3725427496521838484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3725427496521838484'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/toggle-navigation-using-css-html-and-javascript.html' title='Toggle Navigation Bar Using CSS, HTML and Javascript'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0MBtwj-YGR_hDIiYIKpVP3YNHGii1Hc-gZijZ9jshAf0082ZKxk_HlGgPTWKsVhkCmXEs7Q8URXWd-2jnxvWsd_kF-kjAuWeFiIDgCiu9TdjPrNBVwCjr08JOlGnmYvcVq5tJghptMlWf/s72-c/Toggle-bar.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-5304165241733242358</id><published>2014-09-04T09:53:00.001-07:00</published><updated>2014-09-04T09:53:43.229-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Buttons"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><title type='text'>Professional CSS Live Demo Button for Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Professional CSS Live Demo Button  &quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3r6PflNixmRacz3t0OkiUOWPnqXTD9eu-oj3Z1hQKs3bgY-hpSyY7btZFfaRRsZoEy5P3F5ymsf77keQJ4O2uwFxONNaS_wOmvKbqIIW0J5H-ZXpTeGaN9FSDkN3lavuFWKMB209cqN_k/s1600/live-demo.png&quot; height=&quot;304&quot; title=&quot;Professional CSS Live Demo Button for Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Buttons are the most important thing in blog, giving a link to other site or download specially it should look better to blog&#39;s having Live Demo button so we have created professional CSS live demo button which is different from what you use in your blog.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Add Professional Live Demo Button&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Go to your Blogger Dashboard then click on Template now Backup your blog template first and then click on the Edit HTML button now press &lt;b&gt;Ctrl + F&lt;/b&gt; if windows for Mac users click &lt;b&gt;Command + F&lt;/b&gt;and find the below code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
]]&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Now before the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; paste the code below code&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
tnb{&lt;br /&gt;
margin-top: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.live-button {&lt;br /&gt;
display: block;&lt;br /&gt;
margin: auto;&lt;br /&gt;
text-align: center;&lt;br /&gt;
border-radius: 4px;&lt;br /&gt;
background: #69c773;&lt;br /&gt;
background-color: #69c773;&lt;br /&gt;
font-size: 20px !important;&lt;br /&gt;
padding: 15px 20px;&lt;br /&gt;
width: 250px;&lt;br /&gt;
color: #FFF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.live-button:hover {&lt;br /&gt;
color: #51A65F;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
Now save your blog template&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Adding The HTML Tag In Post&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Now go to posts paste the tag given below&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;a class=&quot;live-button&quot; href=&quot;&lt;span style=&quot;color: #3d85c6;&quot;&gt;#&lt;/span&gt;&quot;&amp;gt;Live Demo&amp;lt;/a&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Now change the hash tag and add url instead of it.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/5304165241733242358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/professional-css-live-demo-button-blogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5304165241733242358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5304165241733242358'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/professional-css-live-demo-button-blogger.html' title='Professional CSS Live Demo Button for Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3r6PflNixmRacz3t0OkiUOWPnqXTD9eu-oj3Z1hQKs3bgY-hpSyY7btZFfaRRsZoEy5P3F5ymsf77keQJ4O2uwFxONNaS_wOmvKbqIIW0J5H-ZXpTeGaN9FSDkN3lavuFWKMB209cqN_k/s72-c/live-demo.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-870124010211209499</id><published>2014-09-04T05:54:00.003-07:00</published><updated>2014-09-04T06:32:52.070-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Twitter"/><title type='text'>Simple Twitter Profile Card Using HTML and CSS </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Simple Twitter Profile Card&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6SvCFeGOB-Q5WAyMVuel8hpSQcR78XEjPUB0_XvuafcIJTEWP9Vkmlrs-AJpAIPii2lKijz4Fcu2TK-BGAdJRVTqifwoYFIapIJMleT6g_OWcTqULYLw1qojcMgRH97WJTXYDnkzuI6wb/s1600/twitter-card.png&quot; height=&quot;318&quot; title=&quot;Simple Twitter Profile Card Using HTML and CSS &quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
We all know about Twitter card and today we have created a simple profile twitter card with HTML and CSS code you can add this profile card wherever you want it to appear in you blog. This card may mostly be used for music and entertainment blogger&#39;s as they can show their tweets, followers and following on their blog.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
This Twitter profile card is built using CSS and HTML code. You just need to change the profile pic, total number of tweets, followers and following in the HTML code, This is simple version 1 twitter card.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Adding Simple Twitter Profile Card for Blog.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 1. Go to your Blogger dashboard then go to your blog&lt;br /&gt;
&lt;br /&gt;
Step 2. Then go to Template &amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
Step 3. Now add the CSS code in the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; of your blogger template&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;ADD FONT FACE TAG HERE&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
.tnb-card{&lt;br /&gt;
height: 175px;&lt;br /&gt;
width: 500px;&lt;br /&gt;
position: absolute;&lt;br /&gt;
bottom: 15%;&lt;br /&gt;
left: calc(50 - 250px);&lt;br /&gt;
border-radius: 5px;&lt;br /&gt;
overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.profile-pic{&lt;br /&gt;
height: 100%;&lt;br /&gt;
width: 35%;&lt;br /&gt;
background: url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhK6tMqcuGIFMKsaj7V4LEgYd3EGvArNPv1qzGodbWHgEWmrdv9YNbjCeOicS-qvShGFmxPpJKnbAxB5tBOpvqoxnPWiR_jj3Wft-sUr3ISFJj_Zm3wUhObkTnhVECGujdFghshtkxijWgD/s1600/Frinton1.jpg&#39;); &lt;br /&gt;
background-size: cover;&lt;br /&gt;
float: left;&lt;br /&gt;
position: relative;&lt;br /&gt;
}&lt;br /&gt;
.text{&lt;br /&gt;
height: 100%;&lt;br /&gt;
width: 55%;&lt;br /&gt;
top: -15%;&lt;br /&gt;
float: left;&lt;br /&gt;
position: relative;&lt;br /&gt;
padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
.title-name{&lt;br /&gt;
font-size: 22pt;&lt;br /&gt;
color: #f7941e;&lt;br /&gt;
}&lt;br /&gt;
.tagline-desp{&lt;br /&gt;
font-size: 14pt;&lt;br /&gt;
color: #666;&lt;br /&gt;
}&lt;br /&gt;
.tnb-stuff{&lt;br /&gt;
position: relative;&lt;br /&gt;
top: 70%;&lt;br /&gt;
left: -20px;&lt;br /&gt;
width: 0; &lt;br /&gt;
height: 0; &lt;br /&gt;
border-top: 10px solid transparent;&lt;br /&gt;
border-bottom: 10px solid transparent; &lt;br /&gt;
}&lt;br /&gt;
.twitter-tff{&lt;br /&gt;
position: absolute;&lt;br /&gt;
width: 100%;&lt;br /&gt;
bottom: 15%;&lt;br /&gt;
}&lt;br /&gt;
.twitter-tff li{&lt;br /&gt;
margin-left: 3%;&lt;br /&gt;
float: left;&lt;br /&gt;
width: 30%;&lt;br /&gt;
text-align: left;&lt;br /&gt;
}&lt;br /&gt;
li{&lt;br /&gt;
color: #0099cc;&lt;br /&gt;
font-size: 10pt;&lt;br /&gt;
}&lt;br /&gt;
li tnb{&lt;br /&gt;
color: #666;&lt;br /&gt;
font-size: 8pt;&lt;br /&gt;
text-transform: uppercase;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
After adding the code you need to save your template.&lt;br /&gt;
&lt;br /&gt;
Step 5. Now you need to add the HTML tag in your template or gadget. If you want to add HTML tag in your template you need to copy and paste the code below the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag in your blog or else go back to Layouts add HTML/Gadget and paste it where you want the gadget to appear.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&quot;tnb-card&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;profile-pic&quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;text&quot;&amp;gt;    &lt;br /&gt;
&amp;lt;div class=&quot;tnb-stuff&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&quot;title-name&quot;&amp;gt;Frinton Madtha&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&quot;tagline-desp&quot;&amp;gt;Blogging at TheNextBlogs&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;Add Twitter Profile Button Code Here if Needed&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&quot;twitter-tff&quot;&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;1,355 &amp;lt;tnb&amp;gt;Tweets&amp;lt;/tnb&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;1130 &amp;lt;tnb&amp;gt;Following&amp;lt;/tnb&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;113 &amp;lt;tnb&amp;gt;Followers&amp;lt;/tnb&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;  &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Now save it and you are done view your blog to see the Twitter profile card&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/870124010211209499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/twitter-profile-card-using-html-css-code.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/870124010211209499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/870124010211209499'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/twitter-profile-card-using-html-css-code.html' title='Simple Twitter Profile Card Using HTML and CSS '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6SvCFeGOB-Q5WAyMVuel8hpSQcR78XEjPUB0_XvuafcIJTEWP9Vkmlrs-AJpAIPii2lKijz4Fcu2TK-BGAdJRVTqifwoYFIapIJMleT6g_OWcTqULYLw1qojcMgRH97WJTXYDnkzuI6wb/s72-c/twitter-card.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-8241659203599878322</id><published>2014-09-03T16:28:00.000-07:00</published><updated>2014-09-03T16:30:03.942-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Code"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><title type='text'>How to Add CSS Code to Blogger Template</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Add CSS Code to Blogger Template&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLBlaz1tRzlx9aH_hxOi8TZaqJHjP28dCxPR9Ri0hjgd0VhrZzS4FDvzPGYylXLqIQHXNw6EFEmJCVwWqWNqTQ-_16lkU0FzF2__LL3zRv2vKVPCFqYSAZXu6Qt3Y-3oKTCThRdi9gO0Ry/s1600/CSS-Code.png&quot; height=&quot;290&quot; title=&quot;How to Add CSS Code to Blogger Template&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
Some of you may have difficulties while adding CSS code in your blogger templates so i came up with a short guide on adding CSS (Cascading Style Sheets) which will be easier to customize on your blogger blog.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
Some of the blog readers complaint that they find difficulty installing CSS code and locate in the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag. So this tutorial explain an easy way to add the CSS code.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt; Add CSS to Blogger Template&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Step 1. Go to your Blogger Blog&lt;br /&gt;
&lt;br /&gt;
Step 2. You can go to the Customize button click on it and then click on the Advanced Tab.&lt;br /&gt;
&lt;br /&gt;
Step 3. In Add CSS add the CSS code inside it or copy and paste the code then click on the Apply to Blog Button on the top right.&lt;br /&gt;
&lt;br /&gt;
Now you are all done.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt; Another Method to Add CSS code in Template.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
In your blog go back and click on the Edit HTML button then in your template before the &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag and after the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag add this code&amp;nbsp;&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;/span&gt;&lt;/b&gt;Place the code&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/b&gt; Now between the text place your CSS code and click on save template.&lt;br /&gt;
&lt;br /&gt;
This is the simplest way adding CSS code to your blog.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/8241659203599878322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/how-to-add-css-code-to-blogger-template.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/8241659203599878322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/8241659203599878322'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/how-to-add-css-code-to-blogger-template.html' title='How to Add CSS Code to Blogger Template'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLBlaz1tRzlx9aH_hxOi8TZaqJHjP28dCxPR9Ri0hjgd0VhrZzS4FDvzPGYylXLqIQHXNw6EFEmJCVwWqWNqTQ-_16lkU0FzF2__LL3zRv2vKVPCFqYSAZXu6Qt3Y-3oKTCThRdi9gO0Ry/s72-c/CSS-Code.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-19880063688584179</id><published>2014-09-02T09:36:00.000-07:00</published><updated>2014-09-02T09:36:10.269-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>TNB Notification Style Using HTML, CSS and Javascript</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;TNB Notification Style Blog&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirBFFaccd8PmEhAjs_xTclEapAkrBLxiBxbsDMcpmWBAnelcvjDw1AfbHwJrC49e6MT85ljE2mFN6EwukjBzAkUsghKg6tyotm5vT-AioP24vVGxlADadJU7CKWlTTRD979nQZod460-3q/s1600/notify-style-tnb.png&quot; height=&quot;352&quot; title=&quot;TNB Notification Style Using HTML, CSS and Javascript&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
I would like to share a simple and clean notification message style for adding it on your blog or website. There are a lot of ways to shown notification message to users but this notify shows the message and disappears within second. This notification is created using CSS, Javascript and HTML code.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
How it works: Everytime you reload the blog the message will popup at the side of your navbar or header, In my blog i have added text to it&amp;nbsp;&lt;b&gt;&lt;span style=&quot;color: orange;&quot;&gt;Welcome to TheNextBlogs&lt;/span&gt;&lt;/b&gt;&amp;nbsp;you can add your own text to it some of the advantages using TNB notification are you can even remove the text and add Facebook, twitter or google+ button script to it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding The TNB Notification In Template&lt;/b&gt;:-&lt;br /&gt;
&lt;br /&gt;
Go to your Blogger Blog &amp;gt; Templates &amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
Find the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag and before it add the TNB notification CSS style.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
#Tnb-Notification {&lt;br /&gt;
display: block;&lt;br /&gt;
position: fixed;&lt;br /&gt;
top: 10%;&lt;br /&gt;
left: -50%;&lt;br /&gt;
margin: 0;&lt;br /&gt;
z-index: 999;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#Tnb-Notification b {&lt;br /&gt;
position: relative;&lt;br /&gt;
top: -5px;&lt;br /&gt;
padding-top: 5px;&lt;br /&gt;
padding-left: 16px;&lt;br /&gt;
padding-right: 8px;&lt;br /&gt;
padding-bottom: 8px;&lt;br /&gt;
&lt;br /&gt;
color: $basecolor;&lt;br /&gt;
font-family: $basefont;&lt;br /&gt;
font-size: 1.5em;&lt;br /&gt;
&lt;br /&gt;
background-color: $green;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#Tnb-Notification span {&lt;br /&gt;
padding: 10px;&lt;br /&gt;
vertical-align: top;&lt;br /&gt;
&lt;br /&gt;
color: $dark;&lt;br /&gt;
font-family: $basefont;&lt;br /&gt;
font-size: 1.2em;&lt;br /&gt;
&lt;br /&gt;
background-color: $basecolor;&lt;br /&gt;
box-shadow: 8px 5px 20px -5px rgba(0,0,0,0.5);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
*, *:before, *:after {&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
Next step lets add the HTML tag after the &amp;lt;body&amp;gt; tag in your template or anywhere you want it to appear.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id=&#39;Tnb-Notification&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;! &amp;lt;/b&amp;gt;&amp;lt;span&amp;gt;&lt;span style=&quot;color: #55acee;&quot;&gt;Welcome to TheNextBlogs!&lt;/span&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
The last and the final part is to add the Javascript code. You can add this before the &amp;lt;/head&amp;gt; or &amp;lt;/body&amp;gt; tag in your template.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
//Tnb-notification&lt;br /&gt;
$(document).ready(function() {&lt;br /&gt;
$(&amp;amp;quot;#Tnb-Notification&amp;amp;quot;).delay(2000).animate({&lt;br /&gt;
&amp;amp;quot;left&amp;amp;quot;:&amp;amp;quot;0px&amp;amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
$(&amp;amp;quot;#Tnb-Notification&amp;amp;quot;).delay(4000).animate({&lt;br /&gt;
&amp;amp;quot;left&amp;amp;quot;:&amp;amp;quot;-50%&amp;amp;quot;&lt;br /&gt;
});&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
Now save your template and reload you blog to see how it works and you are all done.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/19880063688584179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/tnb-notification-style-for-blogger.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/19880063688584179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/19880063688584179'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/tnb-notification-style-for-blogger.html' title='TNB Notification Style Using HTML, CSS and Javascript'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirBFFaccd8PmEhAjs_xTclEapAkrBLxiBxbsDMcpmWBAnelcvjDw1AfbHwJrC49e6MT85ljE2mFN6EwukjBzAkUsghKg6tyotm5vT-AioP24vVGxlADadJU7CKWlTTRD979nQZod460-3q/s72-c/notify-style-tnb.png" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-2705930479958974123</id><published>2014-09-01T15:12:00.002-07:00</published><updated>2014-09-01T15:35:21.164-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><title type='text'>How to Directly Add Javascript Code in Blogger Template</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Add Javascript Code in Blogger Template&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk_9ke_kS6aJqcnPwXWVWUIDjv66Ho9wTdzjCRqs_qr6tbTTWK3M_vdTSt6fUBamk1vYkKa7ckUcko2AdqF0uvW46A6ETQ-xMT99K69d1DJNOEN5mb8EA4w9SVFqhYivSaahC17bbVoiXf/s1600/Javascript-tnb.png&quot; height=&quot;314&quot; title=&quot;How to Directly Add Javascript Code in Blogger Template&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
I was just adding a javascript code in my Blogger template and was getting errors while adding it. So i want to share a small quote when adding Javascript to your template. This code helps from prevent the XML errors in blog while saving your template. This is a tag inside it you need to place the JS wrap code and will not show you any errors.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
This tag should be place before the &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag or you can add it before the &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; tag in your blogger template.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
// ADD Copy or Past your javascript code here.. &lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
After adding it with the code Save your template.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/2705930479958974123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/how-to-add-javascript-code-in-blogger-template.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/2705930479958974123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/2705930479958974123'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/how-to-add-javascript-code-in-blogger-template.html' title='How to Directly Add Javascript Code in Blogger Template'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk_9ke_kS6aJqcnPwXWVWUIDjv66Ho9wTdzjCRqs_qr6tbTTWK3M_vdTSt6fUBamk1vYkKa7ckUcko2AdqF0uvW46A6ETQ-xMT99K69d1DJNOEN5mb8EA4w9SVFqhYivSaahC17bbVoiXf/s72-c/Javascript-tnb.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-2739075629126873412</id><published>2014-09-01T10:26:00.001-07:00</published><updated>2014-09-01T10:26:32.107-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Meta Tags"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><title type='text'>Facebook Open Graph Meta Tags for Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Facebook Open Graph Meta Tags Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioxi9RDn_bSXhS6vl5hvPhVHwUIwPUTuRe68EDustdQH-7iK6UttrrscFj6OGpXup_RchUUj6UgvEKL-WRYVyflfv6EIxjBd8y0BXN9n8Pt4VrOfy8YhWj49G4U4SEjNBYwgrRAUhkgjkw/s1600/fb-tags.png&quot; height=&quot;386&quot; title=&quot;Facebook Open Graph Meta Tags for Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Well today we are going to see on how to add Facebook Open Graph tags on your blog. This is really very simple and easy trick to add meta tags in your blog template. You just need to follow the steps below on adding it:&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Lets Start Adding Facebook Open Graph Meta Tags&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
1. Go to Blogger Blog &amp;gt; Template &amp;gt; Edit HTML [First Backup up your template before adding meta tags.]&lt;br /&gt;
&lt;br /&gt;
2. Find the &amp;nbsp;&amp;lt;head&amp;gt; tag in your template and below it paste the meta tags given below.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;meta property=&#39;og:title&#39; expr:content=&#39;data:blog.pageTitle&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:type&#39; content=&#39;article&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:type&#39; content=&#39;website&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:url&#39; expr:content=&#39;data:blog.canonicalUrl&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Large image, original size --&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.postImageUrl&#39;&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:image&#39; expr:content=&#39;data:blog.postImageUrl&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Thumbnail image, 72 × 72 pixels fixed--&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.postImageThumbnailUrl&#39;&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:image&#39; expr:content=&#39;data:blog.postThumbnailUrl&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Use favicon or your own image URL --&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:image&#39; expr:content=&#39;data:blog.blogspotFaviconUrl&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:blog.metaDescription&#39;&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:description&#39; expr:content=&#39;data:blog.metaDescription&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:description&#39; content=&#39;{{&lt;span style=&quot;color: orange;&quot;&gt;DEFAULT SITE DESCRIPTION GOES HERE&lt;/span&gt;}}&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;og:site_name&#39; expr:content=&#39;data:blog.title&#39;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;meta property=&#39;fb:admins&#39; content=&#39;{{&lt;span style=&quot;color: orange;&quot;&gt;Your FB ADMINS&lt;/span&gt;}}&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;meta property=&#39;fb:app_id&#39; content=&#39;{{&lt;span style=&quot;color: orange;&quot;&gt;Your APP ID&lt;/span&gt;}}&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
3. Add your own description, fb:admins and app id which is in bold color. Save your blog template and you are all done.&lt;br /&gt;
&lt;br /&gt;
This is the simplest way adding Facebook Open Graph to your blog. Now write a post and share to see how the fb meta tag works.&lt;br /&gt;
&lt;br /&gt;
If you like are tutorials, Stay connected and Keep Subscribed to our blog for more Tutorials.&lt;br /&gt;
&lt;br /&gt;
Drop a comment below if you have any problem regarding this post.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/2739075629126873412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/facebook-open-graph-meta-tags-for-blogger.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/2739075629126873412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/2739075629126873412'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/09/facebook-open-graph-meta-tags-for-blogger.html' title='Facebook Open Graph Meta Tags for Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioxi9RDn_bSXhS6vl5hvPhVHwUIwPUTuRe68EDustdQH-7iK6UttrrscFj6OGpXup_RchUUj6UgvEKL-WRYVyflfv6EIxjBd8y0BXN9n8Pt4VrOfy8YhWj49G4U4SEjNBYwgrRAUhkgjkw/s72-c/fb-tags.png" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-3355615543499574526</id><published>2014-08-31T06:59:00.001-07:00</published><updated>2014-08-31T06:59:14.239-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Logo"/><title type='text'>Google Style Logo Using CSS for Blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Google Style Logo for Blog&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglIImcqk0Vt_dzUxCu4JeK8jO9KXO5bT28v2dU8-HCbp33Tcp1SYwypWOQbMEJNv_NK_NN4tHCF6TtQ8HxXLj0A2-qU6gyvrupx7gJ-9ymB8h-zZ0AQSb_2OMtofb40xJR-THCf7yLyIE4/s1600/tnb-style.png&quot; height=&quot;340&quot; title=&quot;Google Style Logo Using CSS for Blog&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Google has many types of logo for its site and keeps on updating some of the logo with its doodles, if you search for Google logos on search you may find different types of logos in images. Logos are created using images mostly on all the websites but some use CSS codes to add the logo one of which we have created it using the CSS adding font face and the &lt;b&gt;&amp;lt;tnb&amp;gt;&lt;/b&gt; tag.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
To add this style in your site or blog is very easy. Go to your blogger dashboard, Template &amp;gt; and click on Edit HTML after that find the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag in your template and before it add the CSS code inside it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
@font-face {&lt;br /&gt;
font-family:tnb;&lt;br /&gt;
src: url&lt;b&gt;(add you font face tag here)&lt;/b&gt;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.logo {&lt;br /&gt;
font-family:google;&lt;br /&gt;
font-size:0px;&lt;br /&gt;
white-space:nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.logo tnb {&lt;br /&gt;
font-size: &lt;b&gt;10vmax&lt;/b&gt;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.black { color:#000000; }&lt;br /&gt;
.orange { color:#ffa500; }&lt;br /&gt;
.green { color:#32CD32; }&lt;/blockquote&gt;
&lt;br /&gt;
Go to google font face and add your custom tag in the src url and change the 10vmax to your custom number. Now lets add the tag to show up the logo in your site using &lt;b&gt;&amp;lt;div&amp;gt;&lt;/b&gt; tag add this code should be added in the body tag of your template.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&quot;logo&quot;&amp;gt;&lt;br /&gt;
&amp;lt;tnb class=&quot;black&quot;&amp;gt;The&amp;lt;/tnb&amp;gt;&lt;br /&gt;
&amp;lt;tnb class=&quot;orange&quot;&amp;gt;Next&amp;lt;/tnb&amp;gt;&lt;br /&gt;
&amp;lt;tnb class=&quot;green&quot;&amp;gt;Blogs&amp;lt;/tnb&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;/blockquote&gt;
Note you can the the color code of your choice or you this as default. After adding the code save your template and you are all done.&amp;nbsp;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/3355615543499574526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/google-style-logo-using-css-for-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3355615543499574526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3355615543499574526'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/google-style-logo-using-css-for-blog.html' title='Google Style Logo Using CSS for Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglIImcqk0Vt_dzUxCu4JeK8jO9KXO5bT28v2dU8-HCbp33Tcp1SYwypWOQbMEJNv_NK_NN4tHCF6TtQ8HxXLj0A2-qU6gyvrupx7gJ-9ymB8h-zZ0AQSb_2OMtofb40xJR-THCf7yLyIE4/s72-c/tnb-style.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-2930608517217587926</id><published>2014-08-28T10:04:00.002-07:00</published><updated>2014-08-28T10:05:27.565-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Graph Search"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>How to Add Facebook Graph Search on your Blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Facebook Graph Search on your Blog&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkdYOLuIWLuL9BzBDRqrxhg-dt2_LUo1xIwZ9yKDG_-Ffb7tExhXGleZs1sVwVh__oj1XXkf4DKahHyJ8rZqWAKjUa-kfnqh3m-w4ghMnjawfCRo0WTj4T2AT_qOpxTgUBZdBBRD410Afu/s1600/Blogger-Facebook-Search-TNB.png&quot; height=&quot;178&quot; title=&quot;How to Add Facebook Graph Search on your Blog&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
We all know about Facebook graph search which helps us discover a lot of thinks like find friends, movies, game etc and today we have created a simple graph search like Facebook for blogger. Our graph search doesn&#39;t work like the Facebook one but it simply created to search blog post and we call it the version 1 graph search or Blogger graph search. This is just a simple one with blog post search but next time we will include additional things to it.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
The above image show&#39;s how the graph search will look like after you add it in your blog. To add TNB graph search in your blog you need to follow the step below. This search is created using the CSS HTML and Javascript code.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Let Add Facebook Graph Search in your Blog&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
1. Go to your Blog Template and Edit HTML.&lt;br /&gt;
&lt;br /&gt;
2. Find the &lt;b&gt;]]&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag in the template&lt;br /&gt;
&lt;br /&gt;
3. After finding the tag add the below CSS code before it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
.profile&lt;br /&gt;
{&lt;br /&gt;
float: right;&lt;br /&gt;
color: #ddd;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
font: normal 17px &#39;Open sans&#39;,sans-serif;&lt;br /&gt;
margin: 7px;&lt;br /&gt;
margin-top: 10px;&lt;br /&gt;
opacity: 0.5;&lt;br /&gt;
}&lt;br /&gt;
.pic&lt;br /&gt;
{&lt;br /&gt;
float: right;&lt;br /&gt;
width: 30px;&lt;br /&gt;
height: 30px;&lt;br /&gt;
cursor: pointer;&lt;br /&gt;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi22MFkPJW0VOXXbuVN0cj_y4fuZp_03CTbSO3ZuLwcPFOScJHRk1dhiN6MwIvrfN9FoUHCo2sq-yXh4eVS8-tYEimOJbNplbq-he_3TLuxht0ryHEyVMU3pKKuUc-5R5MGduYvCfq1-vDg/s1600/frinton.jpg) no-repeat ;&lt;br /&gt;
margin: 7px;&lt;br /&gt;
margin-right: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
*{&lt;br /&gt;
-webkit-font-smoothing:antialiased;&lt;br /&gt;
box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tnb-container{&lt;br /&gt;
width:1280px;&lt;br /&gt;
height:42px;&lt;br /&gt;
display:block;&lt;br /&gt;
background-color:#4c66a4;&lt;br /&gt;
position:absolute;&lt;br /&gt;
top:0;left:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input{&lt;br /&gt;
height:32px;&lt;br /&gt;
width:640px;&lt;br /&gt;
margin-top:3px;&lt;br /&gt;
margin-left:10%;&lt;br /&gt;
background-color:#4c66a4;&lt;br /&gt;
border:none;&lt;br /&gt;
font-family:&#39;Helvetica Neue&#39;, Helvetica, Arial, &#39;lucida grande&#39;,tahoma,verdana,arial,sans-serif;&lt;br /&gt;
font-size:1.2em;&lt;br /&gt;
font-weight:300;&lt;br /&gt;
color:white;&lt;br /&gt;
line-height:24px;&lt;br /&gt;
position:relative;&lt;br /&gt;
display:inline-block;&lt;br /&gt;
}&lt;br /&gt;
::-webkit-input-placeholder {&lt;br /&gt;
color: #cdd9f1;&lt;br /&gt;
}&lt;br /&gt;
:-moz-placeholder {&lt;br /&gt;
color: #cdd9f1;&lt;br /&gt;
}&lt;br /&gt;
::-moz-placeholder {&lt;br /&gt;
color: #cdd9f1;&lt;br /&gt;
}&lt;br /&gt;
:-ms-input-placeholder {&lt;br /&gt;
color: #cdd9f1;&lt;br /&gt;
}&lt;br /&gt;
input:focus{&lt;br /&gt;
outline:none;&lt;br /&gt;
content:&quot;&quot;;&lt;br /&gt;
}&lt;br /&gt;
:focus::-webkit-input-placeholder { &lt;br /&gt;
color: #6779bc; &lt;br /&gt;
text-shadow:0 -1px 0 rgba(0, 0, 0, .2);&lt;br /&gt;
font-size:1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#tnb-icon{&lt;br /&gt;
width:25px;&lt;br /&gt;
height:21px;&lt;br /&gt;
position:relative;&lt;br /&gt;
top:5%;&lt;br /&gt;
left:9.6%;&lt;br /&gt;
z-index:2;&lt;br /&gt;
border-box:1px solid black;&lt;br /&gt;
background:WHITE;&lt;br /&gt;
border-radius:3px;&lt;br /&gt;
padding-right:2px;&lt;br /&gt;
text-align:right;&lt;br /&gt;
font-size:0.6em;&lt;br /&gt;
font-family: Klavika, &#39;lucida grande&#39;, &#39;lucida sans&#39;, sans-serif; &lt;br /&gt;
font-weight:bold;&lt;br /&gt;
overflow:hidden;&lt;br /&gt;
color:#4c66a4;&lt;br /&gt;
display:inline-block;&lt;br /&gt;
}&lt;br /&gt;
#tnb-search{&lt;br /&gt;
background:url(&#39;#&#39;);&lt;br /&gt;
background-repeat:no-repeat;&lt;br /&gt;
width:25px;&lt;br /&gt;
height:21px;&lt;br /&gt;
position:relative;&lt;br /&gt;
display:inline-block;&lt;br /&gt;
left:9.4%;&lt;br /&gt;
top:3%;&lt;br /&gt;
z-index:0;&lt;br /&gt;
opacity:1;&lt;br /&gt;
}&lt;/blockquote&gt;
The above CSS code show profile and pic on the right you can add you own pic using 30 x 30 image and change the name with your own name in the HTML tag.&lt;br /&gt;
&lt;br /&gt;
4. Now find the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag in your template and paste the below code after it for the graph search to appear on your blog header&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&#39;tnb-container&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&#39;tnb-icon&#39;&amp;gt;TNB&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;form action=&#39;/search&#39; id=&#39;tnb-search&#39; method=&#39;get&#39;&amp;gt;&lt;br /&gt;
&amp;lt;input id=&#39;s&#39; name=&#39;q&#39; onfocus=&#39;if (this.value == &amp;amp;quot;Search for Tutorials, Templates and posts&amp;amp;quot;) {this.value = &amp;amp;quot;&amp;amp;quot;} &#39; placeholder=&#39;Search for Tutorials, templates and posts&#39; type=&#39;text&#39;/&amp;gt;&amp;lt;/form&amp;gt;    &lt;br /&gt;
&amp;lt;div class=&#39;pic&#39;/&amp;gt;&amp;lt;div class=&#39;profile&#39;&amp;gt;Frinton&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;      &lt;/blockquote&gt;
&lt;br /&gt;
5. Search for &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; tag and add the below script before it in your blog template, the Javascript code works for the fading work in the search box&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt; &lt;br /&gt;
$(function(){&lt;br /&gt;
$(&amp;amp;quot;input&amp;amp;quot;).hover(&lt;br /&gt;
function(){&lt;br /&gt;
$(&amp;amp;#39;#profile&amp;amp;#39;).fadeIn(400);&lt;br /&gt;
$(&amp;amp;#39;#icon&amp;amp;#39;).fadeOut(400);&lt;br /&gt;
$(&amp;amp;#39;#search&amp;amp;#39;).fadeIn(400);&lt;br /&gt;
},&lt;br /&gt;
function(){&lt;br /&gt;
$(&amp;amp;#39;#search&amp;amp;#39;).fadeOut(400);&lt;br /&gt;
$(&amp;amp;#39;#profile&amp;amp;#39;).fadeIn(400);&lt;br /&gt;
$(&amp;amp;#39;#icon&amp;amp;#39;).fadeIn(400);&lt;br /&gt;
}&lt;br /&gt;
);                             &lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Now save you template, reload your blog to see the Blogger graph search appear.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;background-color: #bdbdbd; border: glosswhite 5px solid; padding: 6px;&quot;&gt;&lt;a href=&quot;http://godsnetwork.blogspot.in/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Live Demo&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/center&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/2930608517217587926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/facebook-graph-search-for-your-blog.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/2930608517217587926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/2930608517217587926'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/facebook-graph-search-for-your-blog.html' title='How to Add Facebook Graph Search on your Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkdYOLuIWLuL9BzBDRqrxhg-dt2_LUo1xIwZ9yKDG_-Ffb7tExhXGleZs1sVwVh__oj1XXkf4DKahHyJ8rZqWAKjUa-kfnqh3m-w4ghMnjawfCRo0WTj4T2AT_qOpxTgUBZdBBRD410Afu/s72-c/Blogger-Facebook-Search-TNB.png" height="72" width="72"/><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-8745015816490108178</id><published>2014-08-27T16:14:00.001-07:00</published><updated>2014-08-27T16:14:04.851-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="Print Button"/><title type='text'>Add Print Friendly Button to Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Print Friendly Button to Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEqWpXUSv9iKarf00XZtBiVKLDr9Dg0ORFoDd1rjtSudO-IAppjPEphGXwHi9PPa6M0oPjcEdIUAyHalBh6pQh4KMQvy0wFXUIeiU8D8eBnK2pHT4S3QpexI1PHmRdoQDIDYXUvC9eSQ3-/s1600/TNB-Print.png&quot; height=&quot;380&quot; title=&quot;Add Print Friendly Button to Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
I have been seen lot of blogs like entertainment, fashion, technology and cooking adding a print button to their site so that users can print articles in just one click. Adding the print button gives a lot of help to users, say cooking site to print recipes form the site and help users who don&#39;t regularly use internet.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;Its a very simple and is created using HTML a Javascript code. To add this in you blog you need to find the &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag in your blogger template and add the code before it.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
function printDiv(div) {&lt;br /&gt;
var newWin = window.open(&quot;&quot;, &quot;printwin&quot;);&lt;br /&gt;
newWin.document.write(div.innerHTML);&lt;br /&gt;
newWin.print();&lt;br /&gt;
newWin.close();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
After placing the script find for &lt;b&gt;&amp;lt;div class=&#39;post-header&#39;-line-1&amp;gt;&lt;/b&gt; and paste the below code before or after it as you wish you can even add the code anywhere in you template.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div style=&#39;text-align: right;&#39;&amp;gt;&amp;lt;a href=&#39;javascript:;&#39; onclick=&#39;printDiv(this.parentNode.parentNode);&#39; style=&#39;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpBQ6bS_mJCgJqZq2TEldgWAqDYEEfjNeJfVFzyMUN26sJmZ3UuLFBCajXN4TcmuGlcAFWxTYB5wWx4XuEYq95bRanINiEtRci86yik0P6hSgEgOeyqzdvV7l5o-CKwH99QGMjgoOW1eo/s16/printer.png) left no-repeat; padding-left: 18px;&#39;&amp;gt;Print&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
You can change the print icon by removing the image and adding your own print mage.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/8745015816490108178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-print-friendly-button-to-blogger.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/8745015816490108178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/8745015816490108178'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-print-friendly-button-to-blogger.html' title='Add Print Friendly Button to Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEqWpXUSv9iKarf00XZtBiVKLDr9Dg0ORFoDd1rjtSudO-IAppjPEphGXwHi9PPa6M0oPjcEdIUAyHalBh6pQh4KMQvy0wFXUIeiU8D8eBnK2pHT4S3QpexI1PHmRdoQDIDYXUvC9eSQ3-/s72-c/TNB-Print.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-585616510728843988</id><published>2014-08-27T06:57:00.002-07:00</published><updated>2014-08-27T15:35:26.095-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Flipboard"/><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="Magazine"/><title type='text'>How to Embed Flipboard Magazine on your Blog or Website</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Flipboard Magazine on your Blog or Website&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0rwXJ1Iih3U3g0l-qT3f9Tlh17q8ydtl4DI5Cw5ZG6BFkmxd-Ekf90M5lUjdz2r2RyMw2Zu6qPgtG0FwrmBVyOEGi52tn0InKp5y-8Xeka7db5Uw7W2F3Gohdurwwt8BWFLXrnyLe386e/s1600/TNB-flipboard.png&quot; height=&quot;308&quot; title=&quot;How to Embed Flipboard Magazine on your Blog or Website&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
You may have noticed Flipboard magazine widget in our blog which we recently added it so that we can share our article on it using the flip button. This is quite good to gain visitors from Flipboard to our blog and read our post.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
The Flipboard magazine is available to everyone and can be easily added to your blog or sites using the IFRAME tags, Thinks to know before adding magazine to your blog&lt;br /&gt;
&lt;br /&gt;
1. Flipboard has just come up with its desktop widget and is still no optimized for mobile devices yet.&lt;br /&gt;
&lt;br /&gt;
2. The Flipboard widget is too big enough to add so you can use Pages or can add it before the footer of your blog or site.&lt;br /&gt;
&lt;br /&gt;
Lets add it:- Step by Step to your blog:-&lt;br /&gt;
&lt;br /&gt;
1. Add the &lt;b&gt;&amp;lt;div&amp;gt;&lt;/b&gt; tag in your template or gadget where you want the Flipboard magazine to appear.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;div id=&quot;flipboard&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
2. Lets add the Javascript in your template for this you need to go to your blog template and before the &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; you need to place this code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
(function () {&lt;br /&gt;
var width = 0,&lt;br /&gt;
flipboardtnb= document.getElementById(&#39;flipboardtnb&#39;);&lt;br /&gt;
width = flipboard.getBoundingClientRect().width ? flipboard.getBoundingClientRect().width : flipboard.offsetWidth;&lt;br /&gt;
if (width &amp;gt; 300) {&lt;br /&gt;
flipboard.innerHTML =&#39;&lt;span style=&quot;color: skyblue;&quot;&gt;&amp;lt;iframe width=&quot;100%&quot; frameborder=&quot;0&quot; height=&quot;250px&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;https://flipboard.com/section/the-next-blogs--__YXV0aC9mbGlwYm9hcmQvY3VyYXRvciUyRm1hZ2F6aW5lJTJGemdoV1V4WklTSkMyTEhJVkY3V2hNQSUzQW0lM0ExNTg5NTg0MjY&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;&#39;&lt;br /&gt;
}&lt;br /&gt;
})();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
Note:- You need to replace the in blue with your own, we have even changed the width and height of the magazine.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/585616510728843988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-flipboard-magazine-on-blog-or-website.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/585616510728843988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/585616510728843988'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-flipboard-magazine-on-blog-or-website.html' title='How to Embed Flipboard Magazine on your Blog or Website'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0rwXJ1Iih3U3g0l-qT3f9Tlh17q8ydtl4DI5Cw5ZG6BFkmxd-Ekf90M5lUjdz2r2RyMw2Zu6qPgtG0FwrmBVyOEGi52tn0InKp5y-8Xeka7db5Uw7W2F3Gohdurwwt8BWFLXrnyLe386e/s72-c/TNB-flipboard.png" height="72" width="72"/><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-319311932229239503</id><published>2014-08-26T06:22:00.003-07:00</published><updated>2014-08-26T15:12:15.601-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="Menu"/><title type='text'>Add Custom Navigation Menu for Blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Custom Navigation Menu for Blog&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7LBJHODgvlJxdZqdU2-tIThQo0CyEDTZFNPPrSpovV6U9M2rEUICVUkWeIb5Eytl8QjlHFlQmGyHKe7PDFhJraxhJGG1ll7Ou0hPx2K0q6DGMNaPZA5kbe_K1Hj1uSi50S4uo8a9Bd8Dg/s1600/header-menu.png&quot; height=&quot;322&quot; title=&quot;Add Custom Navigation Menu for Blog&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;Do you use Pages, link list or your own custom header menu for labels as its very important and used by all blogs and site we too have created a custom top header menu which is simple and looks clean for your sites. If you still don&#39;t have one and don&#39;t like to use pages or waiting for a simple header menu then we have it for you. This top header menu is created &amp;nbsp;using CSS and HTML code.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Adding Custom Nav Header Menu:-&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
1. Go to your Blogger Template&lt;br /&gt;
&lt;br /&gt;
2. EDIT HTML and Find &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag in your template&lt;br /&gt;
&lt;br /&gt;
3. You need to add the below CSS code before the &lt;b&gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag&lt;br /&gt;
&lt;blockquote&gt;#top-header div.menu {&lt;br /&gt;
min-width: 1000px;&lt;br /&gt;
display:  block;&lt;br /&gt;
height: 2.5em;&lt;br /&gt;
margin: 0;&lt;br /&gt;
padding: 0;&lt;br /&gt;
background-color: #162336;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#top-header ul.menu {&lt;br /&gt;
width: 1000px;&lt;br /&gt;
margin: 0 auto;&lt;br /&gt;
display: block;&lt;br /&gt;
}&lt;br /&gt;
#top-header ul.menu li {&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
float: left;&lt;br /&gt;
margin: 0;&lt;br /&gt;
padding: .65em 0;&lt;br /&gt;
list-style-image: none;&lt;br /&gt;
list-style: none;&lt;br /&gt;
}&lt;br /&gt;
#top-header ul.menu li a:hover {&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
color: #80c8e5;&lt;br /&gt;
}&lt;br /&gt;
#top-header ul.menu a {&lt;br /&gt;
padding: 0 .94em;&lt;br /&gt;
color: white;&lt;br /&gt;
font-size: 93%;&lt;br /&gt;
border-right: 1px solid #2A3659;&lt;br /&gt;
}&lt;br /&gt;
.container {&lt;br /&gt;
overflow: hidden;&lt;br /&gt;
width: 100%}&lt;br /&gt;
&lt;br /&gt;
.menus {&lt;br /&gt;
border-left: 1px solid#2A3659;&lt;br /&gt;
}&lt;/blockquote&gt;&lt;br /&gt;
4. Now find &amp;lt;body&amp;gt; tag in your template and add the HTML code below it or you can go to Layout Add HTML/Javascript gadget and paste the below code inside it.&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;div id=&#39;top-header&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;menu&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&#39;margin:0 auto; width:1000px;height: 2.5em;&#39;&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&#39;menu&#39;&amp;gt;&amp;lt;span style=&#39;color:skyblue&#39;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a class=&#39;menus&#39; href=&#39;URL 1&#39; title=&#39;Blogger-Tutorials&#39;&amp;gt;Tutorials&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&#39;URL 2&#39; title=&#39;Tips&#39;&amp;gt; &lt;br /&gt;
Tips&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;5. Now save your template and your done.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Note:- Backup your template before adding code, Change the URL with your link to add more label use the &amp;lt;li&amp;gt; tag add add more labels to your menu.&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/319311932229239503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-custom-navigation-menu-for-blog.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/319311932229239503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/319311932229239503'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-custom-navigation-menu-for-blog.html' title='Add Custom Navigation Menu for Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7LBJHODgvlJxdZqdU2-tIThQo0CyEDTZFNPPrSpovV6U9M2rEUICVUkWeIb5Eytl8QjlHFlQmGyHKe7PDFhJraxhJGG1ll7Ou0hPx2K0q6DGMNaPZA5kbe_K1Hj1uSi50S4uo8a9Bd8Dg/s72-c/header-menu.png" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-5473055369415354336</id><published>2014-08-25T13:14:00.001-07:00</published><updated>2014-08-26T17:17:51.192-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="9GAG"/><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Social"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>How to Add 9GAG Style Social Media Buttons for Blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;9GAG Style Social Media Buttons for Blog&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAUxJQhx9z5D87qCHO6BGHaGaow6DTsWTcor8dvHdxcfb94G7GXBsZv5GQlAOsQpTER4fgsVTYxocyOZJS4cX1e48Ai6XGLhw60lGDGzgvraguIBEkoAGMbfaPSDGCzfMyDP9uAehuRIzm/s1600/social-love.png&quot; height=&quot;352&quot; title=&quot;How to Add 9GAG Style Social Media Buttons for Blog&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
Today i am going to add some interesting CSS style code which you may have seen on 9GAG funny site header, the slogan and social love button. Some of you blog owners may be waiting to add this cause you may have a lot of gadgets on your blog or site sidebar cause the like box takes a lot of space in the sidebar and adding all the social link in one line on the top make it easy for people to follow and like your blog or site which even make it look clean. &lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
I have added only three social link on my blog you can add as you wish. This was originally created by &lt;a class=&quot;g-profile&quot; href=&quot;https://plus.google.com/101092154121100990708&quot; target=&quot;_blank&quot;&gt;+Frinton R.Madtha&lt;/a&gt;&amp;nbsp;(me)&amp;nbsp;using CSS and HTML code you can too add this on your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding Social Love on Blogger&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;b&gt;Note:- Backup your blogger template before adding any code&lt;/b&gt;. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
1. Go to your Blogger Templates&lt;br /&gt;
&lt;br /&gt;
2. Click on the &quot;Edit HTML&quot;&lt;br /&gt;
&lt;br /&gt;
3. Search for ]]&amp;gt;&amp;lt;/b:skin&amp;gt; tag&lt;br /&gt;
&lt;br /&gt;
4. Find it add the below code above it or you can use the &amp;lt;style&amp;gt; tag for adding it&lt;br /&gt;
&lt;blockquote&gt;
#socialwrap-fm {&lt;br /&gt;
float: left;&lt;br /&gt;
width: 100%;&lt;br /&gt;
height: 35px;&lt;br /&gt;
border-top: 1px solid #d2d2d2;&lt;br /&gt;
border-bottom: 1px solid #d2d2d2;&lt;br /&gt;
}&lt;br /&gt;
.social-tnb {&lt;br /&gt;
width: 970px;&lt;br /&gt;
margin: auto;&lt;br /&gt;
}&lt;br /&gt;
.slogan {&lt;br /&gt;
float: left;&lt;br /&gt;
margin-top: 9px;&lt;br /&gt;
margin-bottom: 9px;&lt;br /&gt;
font-family: open sans;&lt;br /&gt;
font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
.social-love {&lt;br /&gt;
float: left;&lt;br /&gt;
margin-top: 8px;&lt;br /&gt;
}&lt;br /&gt;
.social-love ul {&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
.social-love li {&lt;br /&gt;
display: block;&lt;br /&gt;
float: left;&lt;br /&gt;
margin-left: 20px;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
5. After adding this code you can go to &lt;b&gt;Layout&lt;/b&gt; &amp;gt; Add &lt;b&gt;HTML/Javascript&lt;/b&gt; and add the below code or you can add the code below the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; of you blog template. I have added this below the &lt;b&gt;&amp;lt;body&amp;gt;&lt;/b&gt; tag in my blog.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;b:if cond=&#39;data:blog.url == data:blog.homepageUrl&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&#39;socialwrap-fm&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;socialtnb&#39;&amp;gt;&lt;br /&gt;
&lt;b&gt;&amp;lt;p class=&#39;slogan&#39;&amp;gt;&amp;lt;b&amp;gt;The Next Blogs&amp;lt;/b&amp;gt; is the best source for knowing blogs tutorials.&amp;lt;/p&amp;gt;&lt;/b&gt;&lt;br /&gt;
&amp;lt;div class=&#39;social-love&#39;&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&#39;facebook-like badge_facebook_render&#39;&amp;gt;&amp;lt;fb:like action=&#39;like&#39; colorscheme=&#39;light&#39; height=&#39;40&#39; &lt;span style=&quot;color: #4eeefc;&quot;&gt;&lt;b&gt;href=&#39;https://facebook.com/#&#39;&lt;/b&gt;&lt;/span&gt; layout=&#39;button_count&#39; show_faces=&#39;false&#39; width=&#39;240&#39;/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&#39;twitter-follow&#39;&amp;gt;&amp;lt;a class=&#39;twitter-follow-button&#39; data-show-count=&#39;false&#39; data-show-screen-name=&#39;false&#39;  &lt;span style=&quot;color: #4eeefc;&quot;&gt;&lt;b&gt;href=&#39;https://twitter.com/#&#39;&lt;/b&gt;&lt;/span&gt;&amp;gt;Follow @funsgag&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&#39;google-plus-follow&#39;&amp;gt;&amp;lt;div class=&#39;g-follow&#39; data-annotation=&#39;none&#39; data-height=&#39;20&#39; data-href=&#39; &lt;span style=&quot;color: #4eeefc;&quot;&gt;&lt;b&gt;http://plus.google.com/#&#39;&lt;/b&gt;&lt;/span&gt; data-rel=&#39;publisher&#39;/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
6. Change the blod color links with you page links i have added hashtag so you can simply add your page name even change the slogan too.&lt;br /&gt;
&lt;br /&gt;
Now save you template and your done. Just visit your blog to see the social love button appear on the header.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/5473055369415354336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/9gag-style-social-media-buttons-blog.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5473055369415354336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5473055369415354336'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/9gag-style-social-media-buttons-blog.html' title='How to Add 9GAG Style Social Media Buttons for Blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAUxJQhx9z5D87qCHO6BGHaGaow6DTsWTcor8dvHdxcfb94G7GXBsZv5GQlAOsQpTER4fgsVTYxocyOZJS4cX1e48Ai6XGLhw60lGDGzgvraguIBEkoAGMbfaPSDGCzfMyDP9uAehuRIzm/s72-c/social-love.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-8684705227342786243</id><published>2014-08-25T07:39:00.001-07:00</published><updated>2014-08-29T16:40:06.894-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ads"/><category scheme="http://www.blogger.com/atom/ns#" term="Adsense"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Add Adsense Ad Right After &amp;lt;!--More--&amp;gt;  Tag</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Adsense Ad Right After More Tag&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvWL6YaxU04snH1fzgZmgp5Y1y2pCyIF24Q9LftOPQHzy4jrl44SdPGnQPtWdYwMT0zaiiHhyphenhyphen39J3lYtW53wPyrgydUhcsmSr9PUev473Gk7G4jCBzIY6uMqxRbFm_L01EZqGMfg3JxaYF/s1600/ad-below.png&quot; height=&quot;290&quot; title=&quot;Add Adsense Ad Right After &amp;lt;!--More--&amp;gt; Tag&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
In today tutorial we will learn about multiplying your click through rate by adding the Adsense tag or any other ads. After focusing a lot about writing this week we came across some blogs adding ads above the post footer, or in the middle of the paragraph (Post Summary) or even right after the read more (Jump Break link). This will tell the browser to show the Ad zone using a div, right after the read more tag. If you are adding the tag right after the HTML &quot;&amp;lt;!--more--&amp;gt;&quot; tag, you will need to place a (460X60 Adsense content Ad) to make it look clean.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;Step by Step Lets Start Adding the Script on Blogger&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
1. Go to Blogger Blog&amp;gt; Templates&lt;br /&gt;
2. Need to Backup your template&lt;br /&gt;
3. Click on the &quot;Edit HTML&quot;&lt;br /&gt;
4. Search for the &amp;lt;head&amp;gt; tag&lt;br /&gt;
5. Add the JQuery code in your blog, Note:- If you are already having JQuery no need to add on your blog&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
6. Next add the following code just before the closing &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; tag&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt; &lt;br /&gt;
$(document).ready(function(){ &lt;br /&gt;
$(&amp;amp;#39;a[read=&amp;amp;quot;more&amp;amp;quot;]&amp;amp;#39;).before($(&amp;amp;#39;#TNB-ads&amp;amp;#39;).html()); &lt;br /&gt;
$(&amp;amp;#39;#TNB-ads&amp;amp;#39;).html(&amp;amp;#39;&amp;amp;#39;); &lt;br /&gt;
}); &lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
7. Now search for the this tag in your template&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;data:post.body/&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
8. Next paste the below code just after it:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt; &lt;br /&gt;
&amp;lt;div style=&quot;display:none;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div id=&#39;TNB-ads&#39;&amp;gt; &lt;br /&gt;
&amp;lt;br/&amp;gt; &lt;br /&gt;
&amp;lt;center&amp;gt; -centering the ads in middle&lt;br /&gt;
&lt;b&gt;ENCODED ADSENSE CODE HERE ADD IT HERE&lt;/b&gt;&lt;br /&gt;
&amp;lt;/center&amp;gt; close tag&lt;br /&gt;
&amp;lt;br/&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;  &amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Note:- Replace the bold tag with Adsense code or any ad code.&lt;br /&gt;
&lt;br /&gt;
9. Save you blog template and you are all done!&lt;br /&gt;
View your blog and click on the read more tag to see your ad appear after it.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/8684705227342786243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/adsense-ad-right-after-read-more-tag.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/8684705227342786243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/8684705227342786243'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/adsense-ad-right-after-read-more-tag.html' title='Add Adsense Ad Right After &amp;lt;!--More--&amp;gt;  Tag'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvWL6YaxU04snH1fzgZmgp5Y1y2pCyIF24Q9LftOPQHzy4jrl44SdPGnQPtWdYwMT0zaiiHhyphenhyphen39J3lYtW53wPyrgydUhcsmSr9PUev473Gk7G4jCBzIY6uMqxRbFm_L01EZqGMfg3JxaYF/s72-c/ad-below.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-4344549330653538358</id><published>2014-08-24T08:53:00.000-07:00</published><updated>2014-08-26T17:18:02.947-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Code"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Like Box"/><title type='text'>How To Customize Facebook Like Box Layout with CSS</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgrmx2MygVath5VNspyoYg2pNpGNOCFiZeKtN2nKrhtbifrJtL3TihATL7mg0aHj8luCyPA1FVO8nYz4ElYdt_g8MiN7fBiQQnENBIQTYMNKsooHmusrKyVtXd-dbXGhQo8pum4vd9Od64/s1600/Like-Box-CSS.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Customize Facebook Like Box with CSS&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgrmx2MygVath5VNspyoYg2pNpGNOCFiZeKtN2nKrhtbifrJtL3TihATL7mg0aHj8luCyPA1FVO8nYz4ElYdt_g8MiN7fBiQQnENBIQTYMNKsooHmusrKyVtXd-dbXGhQo8pum4vd9Od64/s1600/Like-Box-CSS.png&quot; height=&quot;488&quot; title=&quot;How To Customize Facebook Like Box Layout with CSS&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Facebook like box are used by all blogs and websites now a days but &amp;nbsp;many site have the default fb-like box some even remove borders, faces and even change the background of the box. In this tutorial the Facebook like box is just the same as the default one but we have just added some &lt;b&gt;Fancy CSS Effect&lt;/b&gt; to it.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;See the above image how the Facebook like box really looks after adding &lt;b&gt;CSS&lt;/b&gt; style to it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;Note:- As we said in the older post first thing is to backup your blogger template before adding the CSS code to your blog.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
First you need to go to your blog template EDIT HTML and find the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag. After findING the tag add the below code above it.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
/*Facebook-Likebox-CSS-TNB&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
.fb-wrapper {padding:5px;&lt;br /&gt;
margin: 10px auto;&lt;br /&gt;
width: 276px;&lt;br /&gt;
height: 360px;&lt;br /&gt;
border-radius: 0px;&lt;br /&gt;
position: relative;&lt;br /&gt;
z-index: 90;&lt;br /&gt;
background:#eee;background-image:-moz-linear-gradient(top, #fff, #eee);background-image:-ms-linear-gradient(top, #fff, #eee);background-image:-o-linear-gradient( top, #fff, #eee);background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));background-image:-webkit-linear-gradient(top, #fff, #eee);background-image:linear-gradient(top, #fff, #eee);border:1px solid #ddd;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 1px 0 #9a9a9a;-webkit-box-shadow:0 1px 0 #9a9a9a;box-shadow:0 1px 0 #9a9a9a;padding:10px;&lt;br /&gt;
}&lt;br /&gt;
.inner {border:1px dashed #ccc;padding:0.5em;-moz-box-shadow:0 0 0 1px #fff;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}&lt;br /&gt;
&lt;br /&gt;
.ribbon-wrapper-blue {&lt;br /&gt;
width: 85px;&lt;br /&gt;
height: 88px;&lt;br /&gt;
overflow: hidden;&lt;br /&gt;
position: absolute;&lt;br /&gt;
top: -3px;&lt;br /&gt;
right: -3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ribbon-blue {&lt;br /&gt;
font: bold 15px Sans-Serif;&lt;br /&gt;
color: #333;&lt;br /&gt;
text-align: center;&lt;br /&gt;
text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;&lt;br /&gt;
-webkit-transform: rotate(45deg);&lt;br /&gt;
-moz-transform:    rotate(45deg);&lt;br /&gt;
-ms-transform:     rotate(45deg);&lt;br /&gt;
-o-transform:      rotate(45deg);&lt;br /&gt;
position: relative;&lt;br /&gt;
padding: 7px 0;&lt;br /&gt;
left: -5px;&lt;br /&gt;
top: 15px;&lt;br /&gt;
width: 120px;&lt;br /&gt;
background-color: #306EFF;&lt;br /&gt;
background-image: -webkit-gradient(linear, left top, left bottom, from(#306EFF), to(#3BB9FF));&lt;br /&gt;
background-image: -webkit-linear-gradient(top, #306EFF, #3BB9FF);&lt;br /&gt;
background-image:    -moz-linear-gradient(top, #306EFF, #3BB9FF);&lt;br /&gt;
background-image:     -ms-linear-gradient(top, #306EFF, #3BB9FF);&lt;br /&gt;
background-image:      -o-linear-gradient(top, #306EFF, #3BB9FF);&lt;br /&gt;
&lt;br /&gt;
color: #fff;&lt;br /&gt;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);&lt;br /&gt;
-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);&lt;br /&gt;
box-shadow:         0px 0px 3px rgba(0,0,0,0.3);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ribbon-blue:before, .ribbon-blue:after {&lt;br /&gt;
content: &quot;&quot;;&lt;br /&gt;
border-top:   3px solid #6e8900;&lt;br /&gt;
border-left:  3px solid transparent;&lt;br /&gt;
border-right: 3px solid transparent;&lt;br /&gt;
position:absolute;&lt;br /&gt;
bottom: -3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ribbon-blue:before {&lt;br /&gt;
left: 0;&lt;br /&gt;
}&lt;br /&gt;
.ribbon-blue:after {&lt;br /&gt;
right: 0;&lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
Next save your blog template, Go to Layout click on &lt;b&gt;Add Gadget&lt;/b&gt; and then add &lt;b&gt;HTML/Javascript&lt;/b&gt; inside it add the below code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&quot;fb-wrapper&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;insiderr&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;ribbon-wrapper-blue&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;ribbon-blue&quot;&amp;gt;&lt;br /&gt;
Facebook&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;iframe allowtransparency=&quot;false&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://www.facebook.com/plugins/likebox.php?href=&lt;span style=&quot;color: blue; font-weight: bold;&quot;&gt;http://www.facebook.com/thenextblogs&lt;/span&gt;&amp;amp;amp;width=240&amp;amp;amp;colorscheme=light&amp;amp;amp;show_faces=true&amp;amp;amp;border_color=%23eeeeee&amp;amp;amp;stream=false&amp;amp;amp;header=false&amp;amp;amp;height=335&quot; style=&quot;background: trasparent; border: 0px solid #222; height: 335px; overflow: hidden; width: 240px;&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
Now change the link with your Facebook page url, Finally click on the save button and click view blog all done.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/4344549330653538358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/how-to-customize-facebook-like-box.html#comment-form' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/4344549330653538358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/4344549330653538358'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/how-to-customize-facebook-like-box.html' title='How To Customize Facebook Like Box Layout with CSS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgrmx2MygVath5VNspyoYg2pNpGNOCFiZeKtN2nKrhtbifrJtL3TihATL7mg0aHj8luCyPA1FVO8nYz4ElYdt_g8MiN7fBiQQnENBIQTYMNKsooHmusrKyVtXd-dbXGhQo8pum4vd9Od64/s72-c/Like-Box-CSS.png" height="72" width="72"/><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-3443325099410397655</id><published>2014-08-23T07:47:00.002-07:00</published><updated>2014-08-23T10:15:16.964-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Label"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Adding Blog Post Label On Image</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Adding Blog Post Label On Image&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcZSlMkNlgmBQK_oJWCxmC5enPIQwmlwz11nPHPeqALSIgfjW15Ao7k_0vjPzwiSX02GeQ56wITKwQeiasVG9gEgPdHNmHswAfHaS4n6BHg5v9uOOoNZchwSNu1a_6aRwQMG0Bd0f_iHbn/s1600/Post-Label-Blog.png&quot; height=&quot;432&quot; title=&quot;Add Post Label On Image&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
I have seen a lot of professional blog design and top website having post labels on image, while normal blog and custom templates show their post labels below post footer or below the post title. If you are one of them finding to add label on image don&#39;t worry we have created one, this is been created using CSS and HTML code.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
To add this in your template you need to follow the step below:- &lt;br /&gt;
&lt;br /&gt;
Every first step while adding code in blogger is to backup your blog template. Let move further, go to Blogger &lt;b&gt;Template &amp;gt;&lt;/b&gt; &lt;b&gt;Edit HTML &amp;gt;&lt;/b&gt; and find the &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; code.&lt;br /&gt;
&lt;br /&gt;
Now add the CSS code before the &lt;b&gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; tag in your template given below this will show full post label tag.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;blockquote&gt;.post-label a{color:#FFF;font-family:georgia;font-style:italic}&lt;br /&gt;
.post-label{display:inline-block;background:#65CCE3;position:absolute;left:-2%;top:25px;z-index:10;padding:7px 20px}&lt;br /&gt;
.post-label:before{position:absolute;display:block;bottom:-8px;content:&#39;&#39;;left:0;border-color:#3D3E3F rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:8px 0 0 8px}&lt;/blockquote&gt;&lt;br /&gt;
Now you need to add the &lt;b&gt;child n+2&lt;/b&gt; tag which only display one post-label tag add the below code to the above code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;.post-label a:nth-child(n+2)&lt;b&gt;important&lt;/b&gt;{display:none}&lt;br /&gt;
&lt;b&gt;To change the color and adding margin add this code.&lt;/b&gt;&lt;br /&gt;
.post-label{background:#FFA53D}&lt;/blockquote&gt;You can change and add you own color to the label background.&lt;br /&gt;
&lt;br /&gt;
Next step is to find&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;div class=&#39;post-footer&#39;&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
And then add the below code above it.&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;b:if cond=&#39;data:post.labels&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href=&#39;data:label.url&#39; rel=&#39;tag&#39;&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:if cond=&#39;data:label.isLast != &amp;amp;quot;true&amp;amp;quot;&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;Finally save you blog template and reload your blog to check the effect.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt; Note if you already have post labels on your blog you can remove from you template or search for post-footer-line-2 in blog and remove the code and you are done.&lt;/b&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/3443325099410397655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/adding-blog-post-label-on-image.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3443325099410397655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3443325099410397655'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/adding-blog-post-label-on-image.html' title='Adding Blog Post Label On Image'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcZSlMkNlgmBQK_oJWCxmC5enPIQwmlwz11nPHPeqALSIgfjW15Ao7k_0vjPzwiSX02GeQ56wITKwQeiasVG9gEgPdHNmHswAfHaS4n6BHg5v9uOOoNZchwSNu1a_6aRwQMG0Bd0f_iHbn/s72-c/Post-Label-Blog.png" height="72" width="72"/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-1861391224045455020</id><published>2014-08-22T14:39:00.001-07:00</published><updated>2014-08-22T14:40:30.883-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Image Hover"/><category scheme="http://www.blogger.com/atom/ns#" term="Navigation Bar"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Make Blogger Navigation Bar Transparent + Hover On Post Image</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Make Blogger Navigation Bar Transparent &quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj20lGInqekQWsQFF22OzNFYuH6qlP26AoQmWG6NQV8z0sbq0BhltOcZAszWv256oadEmFLVLbIvdPkMfHp_U0r8iknovIUNMOY1r-eY42WJjFKwXWgHm5LVHFyVOb3f_2_HtAkP98mzvI8/s1600/transparent-1.png&quot; height=&quot;262&quot; title=&quot;Blogger Navigation Bar&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
I have got a few emails and questions from bloggers about the navigation bar which i am been using on my blog, how did&#39;t you make it transparent. So i will so you a tutorial on how to add this effect to your blog + Hover on Post Image&amp;nbsp;.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;How To Make Your Navigation bar Transparent.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
In this tutorial if your using a PageList gadget you need to find that in your Blogger template. Go to your Blogger Template &amp;gt; Edit HTML and search for Page List after finding check which kind of number is added to normal its PageList1.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Make Blogger Navigation Bar Transparent &quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrNvXh5AZsogGQTj19W6qjsORFA8Xqiuax_ovLP4cmQvaF04194IIFG_Jkzbp2-kv95TZoKBVUypnjDfC6erW9fnIPWLCSIft2rpKb1XsdZQWSfMfbtBzWSraIUyLlRX9U6Z0dLFzeLGjC/s1600/Page-List.png&quot; title=&quot;Blogger Navigation Bar &quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
After you find the code check for the number in this it&#39;s 1, Now go to the &lt;b&gt;]]&amp;gt; &amp;lt;/b:skin&amp;gt;&lt;/b&gt; and before it paste this code.&lt;br /&gt;
&lt;blockquote&gt;
&lt;b&gt;Custom&lt;/b&gt;&lt;br /&gt;
#PageList1 { opacity: 0.65;&lt;br /&gt;
filtering: alpha(opacity=50);&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;if&lt;/b&gt;&lt;br /&gt;
#PageList2 { opacity: 0.65;&lt;br /&gt;
filtering: alpha(opacity=50);}&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;or&lt;/b&gt;&lt;br /&gt;
#PageList3 { opacity: 0.65;&lt;br /&gt;
filtering: alpha(opacity=50);}&lt;/blockquote&gt;
If you are using your custom navigation bar than you can change the PageList and add your custom navigation name.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding Element to Image of Post&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is an additional example if you need to make your dark header image little more transparent or adding effects to post images. Search for header and next to it add &lt;b&gt;img:hover&lt;/b&gt; for adding hover post copy and paste the below code before the &lt;b&gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; in Blogger.&lt;br /&gt;
&lt;blockquote&gt;
.post-body img {&lt;br /&gt;
opacity: 2.0;&lt;br /&gt;
filter: alpha(opacity=100); &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.post-body img:hover {&lt;br /&gt;
opacity: 0.2;&lt;br /&gt;
filter: alpha(opacity=30); &lt;br /&gt;
}&lt;/blockquote&gt;
&lt;br /&gt;
&lt;a href=&quot;http://jsfiddle.net/frinton/s535z1f7/&quot; target=&quot;_blank&quot;&gt;Check out the DEMO&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/1861391224045455020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/make-blogger-navigation-bar-transparent.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/1861391224045455020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/1861391224045455020'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/make-blogger-navigation-bar-transparent.html' title='Make Blogger Navigation Bar Transparent + Hover On Post Image'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj20lGInqekQWsQFF22OzNFYuH6qlP26AoQmWG6NQV8z0sbq0BhltOcZAszWv256oadEmFLVLbIvdPkMfHp_U0r8iknovIUNMOY1r-eY42WJjFKwXWgHm5LVHFyVOb3f_2_HtAkP98mzvI8/s72-c/transparent-1.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-1835555442921104803</id><published>2014-08-22T09:37:00.000-07:00</published><updated>2014-08-22T09:38:58.406-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="9GAG"/><category scheme="http://www.blogger.com/atom/ns#" term="Bigger Images"/><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Code"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Image"/><title type='text'>Show Bigger Image Into Half on Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Show Bigger Image Into Half on Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6vSPneai0JD-MaeFTRdAW-xt1TbZCKTIhdFq4hsg3TkyU_oJMVxeMJrhQFGwMdubD0KT5LRygRA3WDoHZiGOkCGRM9uGo1uMT73huNXDKns8AN5xlVs2s5gtS83chyphenhyphenrp4KRVlMuaEKtHx/s1600/Full-and-Half-image.png&quot; height=&quot;290&quot; title=&quot;Show Bigger Image Into Half on Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
I have seen funny sites like 9GAG and much more which only use images in their site show long images into half on homepage and displays full image on post page. After learning about how this is done i found a simple trick to add this in blogger blogs. If you are having a funny blog you can add this to make long image into half. For any question leave them below.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;The main part every time when you add some codes in your blogger blog keep a backup of your template.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1.&amp;nbsp;&lt;b&gt;Adding code to your blogger template&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
You have to add this code before the &amp;lt;/b:skin&amp;gt; tag in your blogger template using the hide/gadget tag.&lt;br /&gt;
&lt;blockquote&gt;
#TNB{&lt;br /&gt;
height:600px;&lt;br /&gt;
overflow:hidden;&lt;br /&gt;
}&lt;/blockquote&gt;
Now save your &lt;b&gt;Template&lt;/b&gt; and go to create&amp;nbsp;&lt;b&gt;Posts&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Show Bigger Image Into Half on Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhI1M0I-Iv8PxlGOmNctbjpxKinqwUyuk-5tv2f2Xl2dNOwoMuwkq31E_s0jXKgSvi6jiLlrufKHjB3eOtTjP3Q6REQ6yndinkl7ksP5kIXIji743oW-aM9PxS1EnmKHcq28Aj9P6GUaW2_/s1600/TNB-Post.png&quot; height=&quot;208&quot; title=&quot;Show Bigger Image Into Half on Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Next step is to add the code while you are creating a post on blogger the code is given below you can check the image on how to add this code.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id=&quot;TNB&quot;&amp;gt;&lt;br /&gt;
Your Image &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Now Publish your post and enjoy.&lt;br /&gt;
&lt;br /&gt;
Image:- TNB&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/1835555442921104803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/show-bigger-image-into-half-on-blogger.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/1835555442921104803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/1835555442921104803'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/show-bigger-image-into-half-on-blogger.html' title='Show Bigger Image Into Half on Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6vSPneai0JD-MaeFTRdAW-xt1TbZCKTIhdFq4hsg3TkyU_oJMVxeMJrhQFGwMdubD0KT5LRygRA3WDoHZiGOkCGRM9uGo1uMT73huNXDKns8AN5xlVs2s5gtS83chyphenhyphenrp4KRVlMuaEKtHx/s72-c/Full-and-Half-image.png" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-5846713614200176628</id><published>2014-08-21T06:28:00.002-07:00</published><updated>2014-08-21T06:32:45.385-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Footer"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><title type='text'>Custom CSS Footer For Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;CSS Footer For Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiag5WoTCOZVHZ2cA5BPK9wtIPjd6JGDYaQMCjix4knnrl7qHwXyAl1juq1Ydam8-I8k3_OO9K07nhsMlsVyu5dC2yKH6noa-g_mpM7krKO3DWDh8oxdPHVH3O9nz6Dxm5MLiAkV1hlxcVz/s1600/css-footer.png&quot; height=&quot;360&quot; title=&quot;Custom CSS Footer For  Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
Do you use blogger with its custom template and still you don&#39;t have a footer or your using the Attribution gadget instead of footer now you don&#39;t need to worry as today we are going to add a footer which can be used in blogger custom template as well as your own modified template. &lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
We are going to create this footer using the CSS and HTML code which is simple to add in you blogger template so lets starts adding the footer.&lt;br /&gt;
&lt;br /&gt;
1. First of all you need to backup your blogger template.&lt;br /&gt;
&lt;br /&gt;
2. Next step is to find the &amp;lt;/b:skin&amp;gt; tag in your template after you find the tag just add the below code above the this tag.&lt;br /&gt;
&lt;blockquote&gt;
/* Footer&lt;br /&gt;
----------------------------------------------- */&lt;br /&gt;
#footer-wrapper a{&lt;br /&gt;
font-weight:normal;&lt;br /&gt;
}&lt;br /&gt;
#footer-wrapper {&lt;br /&gt;
background-color: #F6F6F6;&lt;br /&gt;
color: #999999;&lt;br /&gt;
margin: 30px 0 0;&lt;br /&gt;
padding: 20px 0;&lt;br /&gt;
}&lt;br /&gt;
.footer-inside {&lt;br /&gt;
margin: 0 auto;&lt;br /&gt;
width: 840px;&lt;br /&gt;
}&lt;br /&gt;
.copyright {&lt;br /&gt;
margin: 0;&lt;br /&gt;
}&lt;br /&gt;
.copyright span{&lt;br /&gt;
float: right;&lt;br /&gt;
}&lt;/blockquote&gt;
3. Moving on to the third step is to add the HTML tag this should be added before the &amp;lt;/body&amp;gt; of your template.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id=&#39;footer-wrapper&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;footer-inside&#39;&amp;gt;&lt;br /&gt;
&amp;lt;p class=&#39;copyright&#39;&amp;gt;&lt;br /&gt;
&amp;amp;#169; Copyright 2014. Powered by &lt;b&gt;&amp;lt;a href=&#39;#&#39;&amp;gt;Blogger&amp;lt;/a&amp;gt;&lt;/b&gt;.  &amp;lt;span&amp;gt; &lt;b&gt;&amp;lt;a href=&#39;#/&#39;&amp;gt;TNB by Frinton&amp;lt;/a&amp;gt;&lt;/b&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Change the link which are in bold to your own link.&lt;br /&gt;
&lt;br /&gt;
Finally save your template and you are all done!&lt;br /&gt;
&lt;br /&gt;
Image:- TNB&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/5846713614200176628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/custom-css-footer-for-blogger.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5846713614200176628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5846713614200176628'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/custom-css-footer-for-blogger.html' title='Custom CSS Footer For Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiag5WoTCOZVHZ2cA5BPK9wtIPjd6JGDYaQMCjix4knnrl7qHwXyAl1juq1Ydam8-I8k3_OO9K07nhsMlsVyu5dC2yKH6noa-g_mpM7krKO3DWDh8oxdPHVH3O9nz6Dxm5MLiAkV1hlxcVz/s72-c/css-footer.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-5626538605791020889</id><published>2014-08-20T14:52:00.000-07:00</published><updated>2014-08-20T15:23:31.757-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Translate"/><category scheme="http://www.blogger.com/atom/ns#" term="Translate"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Google Translate Widget Version 2</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img alt=&quot;Google Translate Version 2&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPwu517wJ9mdvQg7Gix-UejYX9OZf1OB8KhJZ-HV3OnIEOI4r3UhpvkqoV-fuA-qvV24VVzQit5KEp62FyLj0GQhbo_eVAvgQpES6-1sMI5dyDym4Lyfh5e2NRIqEVvr1gSVTaTgHxNvLK/s1600/translate.png&quot; height=&quot;360&quot; title=&quot;Google Translate Widget Version 2&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
We have found out users are using flag style translate script in the their blog while Google has got its own translate, bloggers who are using Google translate know Google translator has 3 different styles Vertical, Horizontal and Dropdown while there is a lot.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
Today we have created and customize the Google translate with our own style which is made with an arrow submit button, and it made of HTML and JavaScript code you just need to copy and paste the code where you want it to appear in you blog.&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;
#translator-wrapper {&lt;br /&gt;
display:block;&lt;br /&gt;
width:200px;&lt;br /&gt;
border:1px solid #0A340A;&lt;br /&gt;
background-color:white;&lt;br /&gt;
overflow:hidden;&lt;br /&gt;
position:relative;&lt;br /&gt;
}&lt;br /&gt;
#translator-wrapper select {&lt;br /&gt;
border:none;&lt;br /&gt;
background:transparent;&lt;br /&gt;
font:normal normal 11px Tahoma,Verdana,Arial,Sans-Serif;&lt;br /&gt;
width:100%;&lt;br /&gt;
color:black;&lt;br /&gt;
-webkit-box-sizing:border-box;&lt;br /&gt;
-moz-box-sizing:border-box;&lt;br /&gt;
box-sizing:border-box;&lt;br /&gt;
-webkit-appearance:none;&lt;br /&gt;
cursor:text;&lt;br /&gt;
padding:5px 10px;&lt;br /&gt;
}&lt;br /&gt;
#translator-wrapper a,&lt;br /&gt;
#translator-wrapper a:hover {&lt;br /&gt;
display:block;&lt;br /&gt;
background-color:#0A340A;&lt;br /&gt;
border:none;&lt;br /&gt;
color:white;&lt;br /&gt;
margin:0 0;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
position:absolute;&lt;br /&gt;
top:0;&lt;br /&gt;
right:0;&lt;br /&gt;
bottom:0;&lt;br /&gt;
cursor:pointer;&lt;br /&gt;
width:30px;&lt;br /&gt;
}&lt;br /&gt;
#translator-wrapper a:before {&lt;br /&gt;
content:&quot;&quot;;&lt;br /&gt;
display:block;&lt;br /&gt;
width:0;&lt;br /&gt;
height:0;&lt;br /&gt;
border:5px solid transparent;&lt;br /&gt;
border-left-color:white;&lt;br /&gt;
position:absolute;&lt;br /&gt;
top:50%;&lt;br /&gt;
left:13px;&lt;br /&gt;
margin-top:-5px;&lt;br /&gt;
}&lt;br /&gt;
#translator-wrapper a:hover {background-color:#0A2C0A}&lt;br /&gt;
#translator-wrapper a:active {background-color:#082408}&lt;br /&gt;
#translator-wrapper select:focus,&lt;br /&gt;
#translator-wrapper a:focus,&lt;br /&gt;
#translator-wrapper select:active,&lt;br /&gt;
#translator-wrapper a:active {&lt;br /&gt;
border:none;&lt;br /&gt;
outline:none;&lt;br /&gt;
cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Style tag ends here&lt;/b&gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Translate page to:&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div id=&quot;translator-wrapper&quot;&amp;gt;&lt;br /&gt;
&amp;lt;select id=&quot;translate-language&quot;&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;en&quot; selected=&quot;selected&quot;&amp;gt;English&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;id&quot;&amp;gt;Indonesian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;af&quot;&amp;gt;Afrikaans&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;sq&quot;&amp;gt;Albanian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ar&quot;&amp;gt;Arabic&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;hy&quot;&amp;gt;Armenian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;az&quot;&amp;gt;Azerbaijani&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;eu&quot;&amp;gt;Basque&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;be&quot;&amp;gt;Belarusian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;bn&quot;&amp;gt;Bengali&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;bg&quot;&amp;gt;Bulgarian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ca&quot;&amp;gt;Catalan&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;zh-CN&quot;&amp;gt;Chinese&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;hr&quot;&amp;gt;Croatian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;cs&quot;&amp;gt;Czech&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;da&quot;&amp;gt;Danish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;nl&quot;&amp;gt;Dutch&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;en&quot;&amp;gt;English&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;eo&quot;&amp;gt;Esperanto&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;et&quot;&amp;gt;Estonian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;tl&quot;&amp;gt;Filipino&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;fi&quot;&amp;gt;Finnish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;fr&quot;&amp;gt;French&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;gl&quot;&amp;gt;Galician&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ka&quot;&amp;gt;Georgian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;de&quot;&amp;gt;German&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;el&quot;&amp;gt;Greek&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;gu&quot;&amp;gt;Gujarati&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ht&quot;&amp;gt;Haitian Creole&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;iw&quot;&amp;gt;Hebrew&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;hi&quot;&amp;gt;Hindi&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;hu&quot;&amp;gt;Hungarian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;is&quot;&amp;gt;Icelandic&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;id&quot;&amp;gt;Indonesian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ga&quot;&amp;gt;Irish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;it&quot;&amp;gt;Italian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ja&quot;&amp;gt;Japanese&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;kn&quot;&amp;gt;Kannada&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ko&quot;&amp;gt;Korean&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;la&quot;&amp;gt;Latin&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;lv&quot;&amp;gt;Latvian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;lt&quot;&amp;gt;Lithuanian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;mk&quot;&amp;gt;Macedonian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ms&quot;&amp;gt;Malay&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;mt&quot;&amp;gt;Maltese&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;no&quot;&amp;gt;Norwegian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;fa&quot;&amp;gt;Persian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;pl&quot;&amp;gt;Polish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;pt&quot;&amp;gt;Portuguese&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ro&quot;&amp;gt;Romanian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ru&quot;&amp;gt;Russian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;sr&quot;&amp;gt;Serbian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;sk&quot;&amp;gt;Slovak&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;sl&quot;&amp;gt;Slovenian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;es&quot;&amp;gt;Spanish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;sw&quot;&amp;gt;Swahili&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;sv&quot;&amp;gt;Swedish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ta&quot;&amp;gt;Tamil&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;te&quot;&amp;gt;Telugu&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;th&quot;&amp;gt;Thai&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;tr&quot;&amp;gt;Turkish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;uk&quot;&amp;gt;Ukrainian&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;ur&quot;&amp;gt;Urdu&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;vi&quot;&amp;gt;Vietnamese&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;cy&quot;&amp;gt;Welsh&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option value=&quot;yi&quot;&amp;gt;Yiddish&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/select&amp;gt;&amp;lt;a id=&quot;translate-tnb&quot; href=&quot;#&quot; title=&quot;Translate!TNB&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding The Script Tag&lt;/b&gt;&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
(function() {&lt;br /&gt;
var mylang = &quot;id&quot;, // Your website language&lt;br /&gt;
anchor = document.getElementById(&#39;translate-me&#39;);&lt;br /&gt;
anchor.onclick = function() {&lt;br /&gt;
window.open(&#39;http://translate.google.com/translate?u=&#39; + encodeURIComponent(location.href) + &#39;&amp;amp;langpair=&#39; + mylang + &#39;%7C&#39; + document.getElementById(&#39;translate-language&#39;).value + &#39;&amp;amp;hl=en&#39;);&lt;br /&gt;
return false;&lt;br /&gt;
};&lt;br /&gt;
})();&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;b&gt;Script Tag Ends&lt;/b&gt;&lt;/blockquote&gt;Go to blogger and add it in your &lt;b&gt;HTML Gadget&lt;/b&gt; our you can add it using &lt;b&gt;Edit HTML&lt;/b&gt;. Then click save, view blog and see the results.&lt;br /&gt;
&lt;br /&gt;
Image:- TNB&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/5626538605791020889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/google-translate-widget-version-2.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5626538605791020889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/5626538605791020889'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/google-translate-widget-version-2.html' title='Google Translate Widget Version 2'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPwu517wJ9mdvQg7Gix-UejYX9OZf1OB8KhJZ-HV3OnIEOI4r3UhpvkqoV-fuA-qvV24VVzQit5KEp62FyLj0GQhbo_eVAvgQpES6-1sMI5dyDym4Lyfh5e2NRIqEVvr1gSVTaTgHxNvLK/s72-c/translate.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-7689091651436393580</id><published>2014-08-20T07:07:00.000-07:00</published><updated>2014-08-20T13:36:16.938-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Author Style"/><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Add Author Box Below Posts in Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Author Box in Blogger&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw9sDBB3LdxEDM2NkeJd6TBs3wd4Rs08h7Dlh46gQD2strlty_3Zgn3SaolV5gTSOdWzRZEEgXnWJnhey8a_T_SRRPaRVWFXm1kGv4U0rEJVm8mgA4nx3yw6RMeXHjTegYMzgk1IsR3KYJ/s1600/Author-box.png&quot; height=&quot;300&quot; title=&quot;Add Author Box Below Posts in Blogger&quot; width=&quot;640&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
The big think today in blogger and website are article writer&#39;s and people find them on Google+ Twitter they even follow them on Facebook or add them as friends now what we have figure out, is adding author posted customize.&lt;br /&gt;
&lt;br /&gt;
In custom blog&#39;s and designed template there is nothing more than by the author or written by this author with an description In today post i have created a simple author style with Google+ and Facebook follow button.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To add author style below your blog post you need to follow the steps below.&lt;br /&gt;
&lt;br /&gt;
First go to you &lt;b&gt;Blogger&lt;/b&gt; template and &lt;b&gt;Edit HTML&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Then you need to find this code.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&lt;b&gt;&amp;lt;div class=&#39;post-footer-line post-footer-line-1&#39;&amp;gt;&lt;/b&gt;&lt;/blockquote&gt;
in your template after you find this code add the below code and change the Facebook follow link to your follow link.&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div class=&#39;article-author media&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;media-image&#39;&amp;gt;&lt;br /&gt;
&amp;lt;img alt=&#39;FrintonM&#39; class=&#39;avatar avatar-60 photo&#39; expr:src=&#39;data:post.authorPhoto.url&#39; height=&#39;50&#39; itemprop=&#39;image&#39; width=&#39;50&#39;/&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;author-body&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;article-author-name&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.authorProfileUrl&#39; rel=&#39;author&#39;&amp;gt;&amp;lt;span class=&#39;vcard author&#39;&amp;gt;&amp;lt;span class=&#39;fn&#39;&amp;gt;&amp;lt;data:post.author/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;fb-follow&#39; data-colorscheme=&#39;light&#39; data-href=&#39;https://www.facebook.com/&#39; data-layout=&#39;button_count&#39; data-show-faces=&#39;false&#39;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
Step three you need to add the CSS part to add this CSS you need to find &lt;b&gt;&amp;lt;/b:skin&amp;gt;&lt;/b&gt; in your template and paste the below code above it.&lt;br /&gt;
&lt;blockquote&gt;
.article-author{text-align:left;font-family:&quot;FF Tisa&quot;,Georgia,serif;color:#a6abaf;font-style:bold;line-height:1.4;padding-left:1em;border-left:1px solid rgba(217,224,226,0.4);margin-left:1em;float:right}.article-author .author-body{display:inline-block}.article-author .avatar{border-right:2px;margin-top:3px}.article-author a{color:#ff3c1f}.article-date{font-size:.875em}.article-author.media-image{margin-right:10px!important} .article-author-name a{color:#ee2e24;font-family:&#39;Frank Light&#39;,&#39;Fjalla One&#39;;margin-left:2px;text-transform:none;letter-spacing:inherit;font-style:inherit}.fb-follow a{margin-left:2px}&lt;/blockquote&gt;
Or you can use &lt;b&gt;&amp;lt;style&amp;gt;&lt;/b&gt; tag to add it after adding save your template and view your blog.&lt;br /&gt;
&lt;br /&gt;
Image:- TNB&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/7689091651436393580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-author-box-below-posts-in-blogger.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/7689091651436393580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/7689091651436393580'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-author-box-below-posts-in-blogger.html' title='Add Author Box Below Posts in Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw9sDBB3LdxEDM2NkeJd6TBs3wd4Rs08h7Dlh46gQD2strlty_3Zgn3SaolV5gTSOdWzRZEEgXnWJnhey8a_T_SRRPaRVWFXm1kGv4U0rEJVm8mgA4nx3yw6RMeXHjTegYMzgk1IsR3KYJ/s72-c/Author-box.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1476376953499184337.post-3615723058570516041</id><published>2014-08-19T07:23:00.002-07:00</published><updated>2014-08-19T07:23:56.594-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ads"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Sidebar"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Add Facebook Like Sidebar Ads to Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img alt=&quot;Facebook Sidebar Ads&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXZsF1AFEu6egdF4v_hkh1gDrO51T70uu-LwUnNXT0iifJJzaw2R3I8ak_k74uPvrSjSawsMKaE1Qy2R1IhzdPpcfCVRQdTGMNhPKhyphenhypheniNzVC1REIrG9VOL7g49Qd6fbsu2ytIVhf8gm8jy/s1600/facebook-tnb.png&quot; height=&quot;296&quot; title=&quot;Add Facebook Like Sidebar Ads to Blog&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
You all have seen Ads on Facebook on the right sidebar. Today i am going to teach how to add Facebook ads on your blog with CSS code&lt;br /&gt;
&lt;br /&gt;
You can add your website link and your own custom text to it by just changing the code so lets start the tutorial on how to create Facebook ads bar.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
1.&lt;b&gt;Adding the first part.&lt;/b&gt;&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;div id=&quot;TNB&quot; style=&quot;width:234px;background-color:#ffffff;height:290px;position:relative;&quot;&amp;gt;&amp;lt;div style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#f2f2f2;color:#333;font-size:11px;line-height:20px;text-align:left;font-weight:bold;border:none;border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9;width:234px;height:20px;text-indent:4px&quot;&amp;gt;Ads&amp;lt;/div&amp;gt;&amp;lt;div onclick=&quot;document.location.href = &amp;amp;#39;http://thenextblogs.blogspot.com&amp;amp;#39;;&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;border:none;border-bottom:1px solid #E9E9E9;width:234px;height:120px;padding-bottom:16;margin-top:8;margin-right:4px;margin-left:4px;background-color:#ffffff;line-height:14px;text-align:left;cursor:pointer;&quot;&amp;gt;&amp;lt;a class=&quot;TNB1&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#3B5998;font-size:11px;line-height:13px;text-align:left;font-weight:bold;cursor:pointer;&quot;&amp;gt;Sponsred &amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a class=&quot;TNBgs2&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#808080;font-size:11px;line-height:14px;text-align:left;font-weight:normal !important;margin-bottom:5px;cursor:pointer;display:inline-block&quot;&amp;gt;http://thenextblogs.blogspot.com&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a class=&quot;TNBgs3&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#333333;font-size:11px;line-height:14px;text-align:left;font-weight:normal !important;cursor:pointer;&quot;&amp;gt;&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbnW5DnQYYzRjeSTSseaNN4BbABS3ftQ2oiONDzsBHzcRn4gN7tzq8cL0VIb1N56Vncreg6DzSyhj6MUf5wTCGW2cNAxIqdhdMODMEDNp40zhT-9Hv1J_aXdrqQuN5Kd3HHjq9xQiMsNzR/s1600/chrome.jpg&quot; style=&quot;margin:0px;padding:0px;width:80px;height:80px;float:left;margin-right:8px;margin-top:3px;cursor:pointer;border:none !important&quot;/&amp;gt;Show your ad here..&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div onclick=&quot;document.location.href = &amp;amp;#39;http://thenextblogs.blogspot.com&amp;amp;#39;;&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;border:none;border-bottom:1px solid #E9E9E9;width:234px;height:120px;padding-bottom:16;margin-top:8;margin-right:4px;margin-left:4px;background-color:#ffffff;line-height:14px;text-align:left;cursor:pointer;&quot;&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
2. &lt;b&gt;Lets add the second part of the ads tag&lt;/b&gt;&lt;br /&gt;
&lt;blockquote&gt;
&amp;lt;a class=&quot;TNBs1&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#3B5998;font-size:11px;line-height:13px;text-align:left;font-weight:bold;cursor:pointer;&quot;&amp;gt;Free &amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a class=&quot;TNB2&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#808080;font-size:11px;line-height:14px;text-align:left;font-weight:normal !important;margin-bottom:5px;cursor:pointer;display:inline-block&quot;&amp;gt;funsgag.blogspot.com&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a class=&quot;TNB3&quot; style=&quot;margin:0px;padding:0px;text-decoration:none;font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#333333;font-size:11px;line-height:14px;text-align:left;font-weight:normal !important;cursor:pointer;&quot;&amp;gt;&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGiwnpqmLEGM52ZPnLb9dJg_JsUl4PyEUpalqxft07SbjZfb1RhFL2KBwHGFGv0jQmNl5YQjmoMu-0LNpXwdekqD04bKmPOOQfF6FaVCwQbXMVGEU4aZD6Cv4dUm80Rnam46S4LrlradYk/s1600/mom.gif&quot; style=&quot;margin:0px;padding:0px;width:80px;height:80px;float:left;margin-right:8px;margin-top:3px;cursor:pointer;border:none !important&quot;/&amp;gt;Show your ad here&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;a href=&quot;http://thenextblogs.blogspot.com/&quot; target=&quot;_blank&quot; style=&quot;position:absolute;right:0px;bottom:0px;border:none;padding:0px;margin:0px;&quot;&amp;gt;&amp;lt;img style=&quot;padding:0px;margin:0px;background-color:transparent;border:none;height:14px;float:right;&quot; src=&quot;http://www.comlaw.gov.au/WebResource.axd?d=8pcqcqQZtBvWE0Pgj9As_C7Ht5ZJK7NoZqRP7fLtGnCnQNTDP0aFZHxque8-5vmKr7haiaUYPVwlSXVoO_IkrUpGj9AViXEG_qllcuqnsN-GJBkJ0&amp;amp;t=634605906709717464&quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
3.&lt;b&gt;The last and the final part is to add the css need to add this CSS using &amp;lt;style&amp;gt;&lt;br /&gt;
tag in your blogger template.&lt;/b&gt;&lt;br /&gt;
&lt;blockquote&gt;
TNB:hover{font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#3B5998;font-size:11px;line-height:13px;text-align:left;font-weight:bold;text-decoration:underline !important;cursor:pointer;}.TNB2:hover{font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#808080;font-size:11px;line-height:14px;text-align:left;font-weight:normal !important;display:inline-block;text-decoration:none;cursor:pointer;}.TNB3:hover{font-family:Lucida Grande,tahoma,verdana,arial,sans-serif;background-color:#ffffff;color:#333333;font-size:11px;line-height:14px;text-align:left;font-weight:normal !important;text-decoration:none;cursor:pointer;}&lt;/blockquote&gt;
Add that all reload you blog and check how Facebook ads works, it recommend you to add this all tags in you HTML gadget &amp;nbsp;and not in your blogger template.&lt;br /&gt;
&lt;br /&gt;
Image:- TNB&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://thenextblogs.blogspot.com/feeds/3615723058570516041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-facebook-like-sidebar-ads-to-blogger.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3615723058570516041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1476376953499184337/posts/default/3615723058570516041'/><link rel='alternate' type='text/html' href='http://thenextblogs.blogspot.com/2014/08/add-facebook-like-sidebar-ads-to-blogger.html' title='Add Facebook Like Sidebar Ads to Blogger'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12706345946031645059</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXZsF1AFEu6egdF4v_hkh1gDrO51T70uu-LwUnNXT0iifJJzaw2R3I8ak_k74uPvrSjSawsMKaE1Qy2R1IhzdPpcfCVRQdTGMNhPKhyphenhypheniNzVC1REIrG9VOL7g49Qd6fbsu2ytIVhf8gm8jy/s72-c/facebook-tnb.png" height="72" width="72"/><thr:total>10</thr:total></entry></feed>