How To Add New and Old Ribbon To Latest And older Posts andrey пятница, 8 ноября 2013 г. No Comment

Everyone Wants to make their blog stylish. Recently I developed a code to add new post and old post ribbon in blog posts. This ribbons will make your homepage more stylish. These ribbons are developed in css3. Everyone wants to make his blog more stylish then anyone else and for that he add so many codes and widgets that will make him so bad that none of other is. So the simple rule is that you have to use that code which is best for user's eyes and mind too. Means that it should not to be so heavy and must should be awesome. In the way to find these type of code we are keeping our journey running and we are creating new codes with lot of features and 0% cons. So this is also a part of these codes that we are going to share in this article below. See the Screenshots given below to understand how does the ribbon looks after adding the codes.
new old ribbonnew old ribbon
Before adding this code, have a look at its features given below:

1.) Pure HTML Code.
2.) No JQuery Or JavaScript no worries!!!
3.) Quick To Load and Easy To Install.
4.) Will Not affect Your Blog Loading Time
5.) Two Ribbons Are Hosted On Picasa About 2-3Kb/Image.
6.) Blogger Official Conditional Tag Used.
7.) Fully Customizable.
8.) New Ribbon On Latest/Recent Post Of Your Blog.
9.) Old Ribbon On Your All Old Post Automatically.
10.) It Will Repeat Only on your home page.
Now lets begin to add this ribbon.

Adding the Ribbon Style Codes In Blogger Blog

1.) Go to blogger.com
2.) Open Your Blog.
3.) Go To "Template".
4.) Click "Edit HTML".
5.) Now, Search For "]]>" 
6.) Add the code given below above "]]>"
/*########new old ribbon styles by brain-of-computer.blogspot.com start ########*/
.brain-of-computer-new-ribbon {
width: 56px;
height: 56px;
position: relative;
left: 20px;top: -13px;
float: right;
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAaM8fISOXi11bDqaQfzG5miC0vvVYjnK6A1To4CCODNz7M6KrZS6WAWWCjqZfGjL83BsUl9SK-3JUcvZWvEksL3f5u47MA6X2kbMVgZFppLjFV1I26PIuWXoNBcW76XRbOpblKSAIV_Tr/s400/New.png") no-repeat scroll 0% 0% transparent;
}
.brain-of-computer-old-ribbon {
width: 56px;
height: 56px;
position: relative;
left: 20px;top: -13px;
float: right;
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZbPrIASu_CncfPDYpEKfur4lZqT-6jdw16sCEJAKCm-hJWEiew2G9MCvIGAtwz_zHBI0p5blRwFfLwd9gzGN7f-MzvLsC_QYRX7DGuPfzVr7DO1isXICwkT-Pwcw0j655NBodASt7z36J/s400/old.png") no-repeat scroll 0% 0% transparent;
}
/*########new old ribbon styles by brain-of-computer.blogspot.com end ########*/
 You may need to change the left margin to align the ribbon correctly.
 7.) Add the code given below above "" tag






If you couldn't find
code then search for "post hentry" only, there may be two "post hentry" codes in your blog. Add the ribbon html code after "post hentry" code in your entire template.
 7.) Save your template
 Now visit your blog and see if it is working or not.

Copyrights

These codes are created by brain-of-computer and if you want to share this codes, then you may not remove the credits from it. If you are a genius blogger then you will not remove the credits.
Everyone Wants to make their blog stylish. Recently I developed a code to add new post and old post ribbon in blog posts. This ribbons will make your homepage more stylish. These ribbons are developed in css3. Everyone wants to make his blog more stylish then anyone else and for that he add so many codes and widgets that will make him so bad that none of other is. So the simple rule is that you have to use that code which is best for user's eyes and mind too. Means that it should not to be so heavy and must should be awesome. In the way to find these type of code we are keeping our journey running and we are creating new codes with lot of features and 0% cons. So this is also a part of these codes that we are going to share in this article below. See the Screenshots given below to understand how does the ribbon looks after adding the codes.
new old ribbonnew old ribbon
Before adding this code, have a look at its features given below:

1.) Pure HTML Code.
2.) No JQuery Or JavaScript no worries!!!
3.) Quick To Load and Easy To Install.
4.) Will Not affect Your Blog Loading Time
5.) Two Ribbons Are Hosted On Picasa About 2-3Kb/Image.
6.) Blogger Official Conditional Tag Used.
7.) Fully Customizable.
8.) New Ribbon On Latest/Recent Post Of Your Blog.
9.) Old Ribbon On Your All Old Post Automatically.
10.) It Will Repeat Only on your home page.
Now lets begin to add this ribbon.

Adding the Ribbon Style Codes In Blogger Blog

1.) Go to blogger.com
2.) Open Your Blog.
3.) Go To "Template".
4.) Click "Edit HTML".
5.) Now, Search For "]]>" 
6.) Add the code given below above "]]>"
/*########new old ribbon styles by brain-of-computer.blogspot.com start ########*/
.brain-of-computer-new-ribbon {
width: 56px;
height: 56px;
position: relative;
left: 20px;top: -13px;
float: right;
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAaM8fISOXi11bDqaQfzG5miC0vvVYjnK6A1To4CCODNz7M6KrZS6WAWWCjqZfGjL83BsUl9SK-3JUcvZWvEksL3f5u47MA6X2kbMVgZFppLjFV1I26PIuWXoNBcW76XRbOpblKSAIV_Tr/s400/New.png") no-repeat scroll 0% 0% transparent;
}
.brain-of-computer-old-ribbon {
width: 56px;
height: 56px;
position: relative;
left: 20px;top: -13px;
float: right;
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZbPrIASu_CncfPDYpEKfur4lZqT-6jdw16sCEJAKCm-hJWEiew2G9MCvIGAtwz_zHBI0p5blRwFfLwd9gzGN7f-MzvLsC_QYRX7DGuPfzVr7DO1isXICwkT-Pwcw0j655NBodASt7z36J/s400/old.png") no-repeat scroll 0% 0% transparent;
}
/*########new old ribbon styles by brain-of-computer.blogspot.com end ########*/
 You may need to change the left margin to align the ribbon correctly.
 7.) Add the code given below above "" tag






If you couldn't find
code then search for "post hentry" only, there may be two "post hentry" codes in your blog. Add the ribbon html code after "post hentry" code in your entire template.
 7.) Save your template
 Now visit your blog and see if it is working or not.

Copyrights

These codes are created by brain-of-computer and if you want to share this codes, then you may not remove the credits from it. If you are a genius blogger then you will not remove the credits.
by Jillur Rahman

Jillur Rahman is a Web designers. He enjoys to make blogger templates. He always try to make modern and 3D looking Templates. You can by his templates from Themeforest.

Follow him @ Twitter | Facebook | Google Plus

No Comment