How to Make Automated Carousel Slider By Category In Blogs

Demo
>>> Live Demo CLICK HERE <<<

How to Make Automated Carousel Slider In Blog - This tutorial I will discuss how to make the slider Carousel automatically based on the label. The working principle of this same slider as the slider automatically based on category. You just replace with your label and the slider will work in accordance with the label that you enter. Carousel slider that I made this time is very simple and just use the script without adding jCarousellite easing effects and mousewheel.

How the installation is also very easy, if you've been practicing my previous article titled makes the slider automatically based on specific categories, this tutorial was very easy, because the steps of making almost the same. Immediately following steps to make it:

1. Login to blogger with your account
2. After that select the blog you want to add this slider.
3. Log into the template >> Edit HTML
4. Precaution to avoid mistakes in the later editing, first backup your template.
5. Having all the above steps you do, put the following code above the code ]]></b:skin>

#carousel{width:950px;height:185px;margin-bottom:0px;position:relative;display:block}
#carousel .container{position:absolute;left:49px;width:895px;height:185px;overflow:hidden;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcIGizJP3TwnACUA6roJBssbSBTLQMfF1EHTrddi3nCI-1SrzCeNhpvLUY2k6IP4BxD1AoFY4BQng56wntHK4mmUVIka9-VgVxxioB33CjGOuxzIIVAKsBq-KIyUemnitEV-dydtU8Z6s/s1600/scroller-bg.png) repeat center}
#carousel #previous_button{position:absolute;width:49px;height:185px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCQPV5arnH4gsR5AoeeVwkzLpXPnaB0Pt5gZfnNJRleF7X5-Vxdkz6zcfOheKLedAnglkLFbDwmwBbzTzRifBDu3PkF3IUWPb_UuTPg2MRuQhVKU9tv7oEQRvDxQOyDrMZdrnsGj_lDoI/s1600/prev.png) center;z-index:100;cursor:pointer;border-right:1px solid #ccc}
#carousel #previous_button:hover{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkHsKfO4Lgl7eS-BUWQkPWB9aKHFVk8AXSFX6EfAhH1hFn6-zeYAFZO4bvOvH4RIq3JzQAk_SVb-Z1hIHJVeYLX37InRGcY9lxiR9NBzdvWd34PiL5-H6Rt2eidimm_wxh1C5uKy9rri4/s1600/prev.png) center}
#carousel #next_button{position:absolute;right:0;width:49px;height:185px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDgp1QQIGP8qOFuBgqmsWiUiFHyeXw3-QTjX0TGqbzQKWCCQDK8VlyiQ-QN8pw4i-cx2lGlrn8ZpJrneQ-S24gL26_uX9aHCv8SCxBCDExfm9NqgPSh0Qrgqv4dP4AtrQDuOAI-b4TySE/s1600/next.png) center;z-index:100;cursor:pointer;border-left:1px solid #ccc}
#carousel #next_button:hover{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxNJQiqGBXut_tRDhQOUIfh8qExzd3QZw4VeELkahBkHVCsKXSGeAMUCN5pbj9wdNgf0f5EF_47hYc2AonTXu6IczJnV8yYztdmfu_vWk8Q9P20t0hYOztwWKPicUPAM3DU0YfjdjMpeE/s1600/next.png) center}
#carousel ul{width:100000px;position:relative;margin-top:10px}
#carousel ul li{background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSfknGg0yvzSMOW0XyyrTJhh2Gz5VnlPwjHTITKwrca1DNN-_5b591NTvin3hyphenhyphen65Lqi69uwyTiGaoZhfa2MdO5CpFs7ElXF_6uZw_mRoDvCi3V_gc9FX_HUJCqTeDiu_gWhtvA_iQq-AQ/s1600/main.png) repeat-x top;display:inline;float:left;text-align:center;font-weight:700;font-size:.9em;line-height:1.2em;border:1px solid #ccc;width:145px;height:150px;margin:0 4px 20px 7px;padding:6px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
#carousel ul li:hover{filter:alpha(opacity=75);opacity:.75;}
#carousel ul li a.slider_title{color:#222;display:block;margin-top:5px}
#carousel ul li a.slider_title:hover{color:#cd1713}
#carousel a img{display:block;background:#fff;margin-top:0}


6. Next step is to position the Edit HTML, insert the following code above the </head> :

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
<script src='http://yourjavascript.com/265232511102/carousellite.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
imgr = new Array();
imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfssZoa7XBe1QJwMSCtTxtoDW4xTaWiBYVHXwjfdJZgD6sEDNIWedX87nTeF9AA2Ggcn-hF75vDj0cPeDne2oO4SHRWFLrY-LHDe26dxaqs0KWbQ6-kr1QSaelSoV5kvVbZwNUT2k6Y5U/s1600/no+image.jpg";
showRandomImg = true;
aBold = true;
summaryPost = 140;
summaryTitle = 25;
numposts1 = 15;
label1 = "news";
function removeHtmlTag(strx,chop){>
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
s = s.join("");
s = s.substring(0,chop-1);
return s;
}
function showrecentposts(json) { j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0; img = new Array();
document.write('<ul>'); for (var i = 0; i < numposts1; i++) { var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var pcm; var posturl; if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } } for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') { pcm = entry.link[k].title.split(" ")[0]; break; } } if ("content" in entry) { var postcontent = entry.content.$t;} else if ("summary" in entry) { var postcontent = entry.summary.$t;} else var postcontent = ""; postdate = entry.published.$t; if(j>imgr.length-1) j=0; img[i] = imgr[j]; s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src="",a); c = s.indexOf(""",b+5); d = s.substr(b+5,c-b-5);
if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d; //cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : ''; var month = [1,2,3,4,5,6,7,8,9,10,11,12]; var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug" ,"Sep","Oct","Nov","Dec"]; var day = postdate.split("-")[2].substring(0,2); var m = postdate.split("-")[1]; var y = postdate.split("-")[0]; for(var u2=0;u2<month.length;u2++){ if(parseInt(m)==month[u2]) { m = month2[u2] ; break; } } var daystr = day+ ' ' + m + ' ' + y ;
var trtd = '<li class="car"><div class="thumb"><a href="'+posturl+'"><img width="145" height="100" class="alignnone" src="'+img[i]+'"/></a>& lt;/div><p><a class="slider_title" href="'+posturl+'">'+posttitle+'</a></p></li>'; document.write(trtd); j++; } document.write('</ul>'); }
//]]> </script>

Description:
Note the URL in red script above, it is the latest series jquery.min.js script code that I use to make this slider. If the template you've found jquery.min.js although different series, red color code above no longer need to enter. Just one jquery.min.js existing template, it is up to serial number, preferably the latest version.

While the blue color code: 15 is the number of slider displayed. And the news is that the label will be displayed on the slider (Remember the big small letter should be the same as the label you have created).

7. The next step is to call the slider to appear on our blog. Find <div id='main-wrapper'>, then place the following code on it

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div id='carousel'>
<div id='previous_button'/>
<div class='container'>
<script>
document.write(&quot;&lt;script src=&quot;/feeds/posts/default/-/&quot;+label1+&quot;?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&quot;&gt;&lt;/script&gt;&quot;);
</script>  
<div class='clear'/>
</div>
<div id='next_button'/>
</div>
<script type='text/javascript'>
(function($) {     $(document).ready(function(){
$(&quot;#carousel .container&quot;).jCarouselLite({
auto:4000,
scroll: 1,
speed: 800, 
visible: 5,
start: 0,
circular: true,
btnPrev: &quot;#previous_button&quot;,
btnNext: &quot;#next_button&quot;
});
})})(jQuery)   
</script>
</b:if> 


The above code you can also place it below or above the navigation menu or can be placed on the footer.

8. Final step, save templates and see the results
LEARN MORE

How To Make Ads Below Blog Post Title

How To Make Ads Below Blog Post Title - It is a way to increase the number of clicks ppc ads. This trick many dirapkan by bloggers worldwide in maximizing adsense. then the question is why My Backlink 86 itself does not apply? of course I was merepakannya only if the first is not as bad now seen in some blog content on this site mybacklink86.blogspot.com. But for those of you who want the adsense ads or ppc installed in exactly the post on the left or right, My Backlink 86 will discuss the tricks.

How To Make Ads Below Blog Post Title
DEMO


>>>> Live DEMO Click Here   <<<<<


The steps are as follows:

1. Login to Blogger
2. Then click Design »»»»» Select the Edit HTML
3. Please find the code <data:post.body/>
4. Having met paste the following code before the code was <data:post.body/>

<div style='float:left;width:300px;height:250px;padding:0 0px 0px 0;'>
<--Ad Code Here-->
</div>

5. So the result will be like this:

<div style='float:left;width:300px;height:250px;padding:0 0px 0px 0;'>
<--Ad Code Here-->
</div>
<data:post.body/>


How To View Ad:
1. Copy once you get the ad code, then Parse the first code of your ad on this site http://htmlentities.net/
2. Having parsed ad code, clear code red <== Save Ad Code Here ==> then replace with your ad code that has been in Parse.


6. Save the template and view the results.


Important Notes:
- Green is the color code for the size of your banner
- Code float: left; ads meaning starting from the left side of blog posts, whereas when the change so the right advertisement means starting from the right side of the article.
LEARN MORE

How to Make a Floating Social Bookmark on Blogger with Easing Effect



Floating Social Bookmark with Easing Effect is very simple to use blog, because it does not take place anyaan blog.

If you want to install Floating Social Bookmark with Easing Effect your blog please read the following review:

1. Login to Blogger
2. Login to Template >> Edit HTML
3. Place the following CSS code above ]]></b:skin> :

.social-buttons {
    position: fixed;
    top: 130px;
    width: 45px;
    z-index: 9999;
}
.button-left {
    left: 0;
}
.button-right {
    right: 0;
}
.social-buttons #twitter-btn .social-icon,
.social-buttons #facebook-btn .social-icon,
.social-buttons #google-btn .social-icon,
.social-buttons #rss-btn .social-icon,
.social-buttons #pinterest-btn .social-icon,
.social-buttons #youtube-btn .social-icon {
    background-color: #33353B;
    background-image: url(http://1.bp.blogspot.com/-KOzIiYFlBAk/UUmLwwZSs-I/AAAAAAAAAnA/h6G772N3cpI/s1600/mas-icons.png);
}
.button-left #facebook-btn span {
    background-position: right 10px;
}
.button-left #twitter-btn span {
    background-position: right -35px;
}
.button-left #google-btn span {
    background-position: right -127px;
}
.button-left #rss-btn span {
    background-position: right -80px;
}
.button-left #pinterest-btn span {
    background-position: 11px -177px;
}
.button-left #youtube-btn span {
    background-position: 11px -223px;
}
.button-right #facebook-btn span {
    background-position: 12px 10px;
}
.button-right #twitter-btn span {
    background-position: 11px -35px;
}
.button-right #google-btn span {
    background-position: 10px -127px;
}
.button-right #rss-btn span {
    background-position: 11px -80px;
}
.button-right #pinterest-btn span {
    background-position: 11px -177px;
}
.button-right #youtube-btn span {
    background-position: 11px -223px;
}
.social-buttons #facebook-btn:hover .social-icon {
    background-color: #3B5998;
}
.social-buttons #twitter-btn:hover .social-icon {
    background-color: #62BDB2;
}
.social-buttons #google-btn:hover .social-icon {
    background-color: #DB4A39;
}
.social-buttons #rss-btn:hover .social-icon {
    background-color: #FF8B0F;
}
.social-buttons #pinterest-btn:hover .social-icon {
    background-color: #D43638;
}
.social-buttons #youtube-btn:hover .social-icon {
    background-color: #C4302B;
}
.social-buttons a:hover .social-text {
    display: block;
}
.button-left .social-icon {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}
.button-left .social-text {
    display: none;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin: 11px 40px 11px 0px;
    white-space: nowrap;
}
.button-right .social-icon {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}
.button-right .social-text {
    display: none;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 11px 0 11px 40px;
    white-space: nowrap;
}
.social-buttons .social-text {
    color: #FFFFFF;
}

4. Next adding jquery and javascript, still in Edit HTML put the following code before the </head>:

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js' type='text/javascript'/>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js' type='text/javascript'/> <script>
$(window).load(function(){
$(&#39;.social-buttons .social-icon&#39;).mouseenter(function(){
$(this).stop();
$(this).animate({width:&#39;160&#39;}, 500, &#39;easeOutBounce&#39;,function(){});
});
$(&#39;.social-buttons .social-icon&#39;).mouseleave(function(){
$(this).stop();
$(this).animate({width:&#39;43&#39;}, 500, &#39;easeOutBounce&#39;,function(){});
});
});
</script>

Jquery library for blue above, if the template you are using is installed, only abandoned.

5. Then call the widget, put the HTML code below before </body> :

<div class='social-buttons button-right hidden-phone hidden-tablet'>
<a class='itemsocial' href='https://www.facebook.com/your FB' id='facebook-btn' target='_blank'><span class='social-icon'><span class='social-text'>Follow via Facebook</span></span></a>
<a class='itemsocial' href='https://twitter.com/your twitter' id='twitter-btn' target='_blank'><span class='social-icon'><span class='social-text'>Follow via Twitter</span></span></a>
<a class='itemsocial' href='https://plus.google.com/your G+' id='google-btn' target='_blank'><span class='social-icon'><span class='social-text'>Follow via Google</span></span></a>
<a class='itemsocial' href='http://pinterest.com/your ID' id='pinterest-btn' target='_blank'><span class='social-icon'>
<span class='social-text'>Follow via Pinterest</span></span></a>
<a class='itemsocial' href='https://www.youtube.com/user/your ID' id='youtube-btn' target='_blank'><span class='social-icon'><span class='social-text'>Follow via Youtube</span></span></a>
<a class='itemsocial' href='http://feeds.feedburner.com/your feed' id='rss-btn' target='_blank'><span class='social-icon'><span class='social-text'>Follow via RSS</span></span></a>
</div>

Replace the words in blue above, with each ID should not be confused with the neighboring ID :).

6. Lastly, Save Templates
LEARN MORE

How to Change Color Links In Blogger

How to Change Color Links In Blogger

How to Change Color Links In Blogger - Link to a blog is indispensable for the content of blogs linking to each other. Blog visitors would be more interested if you've visited links on the blog interesting. Maybe my friends do not like the color of the links in the blog my friends and want to change it. By default this link typically use a standard template selected colors and bring down the line when the cursor touched. If the premises are not satisfied the default settings, we can change it. With a one-time setup, the changes made have been applicable to all existing links, including new links which followed. Well, here are the steps how to change the color of links on blogspot:

1. Login to Blogger => Design => Edit HTM
2. Search Code is a:link { sample structure the code in the blog template:

a:link {
color: #0AF251;
color:#04B33A;
text-decoration:none;
}

3. Replace the color code (color) to suit your taste;
4. Save Template, and then see what happens? completed.

It was an explanation of changing the color of my links, easy right? Oh yes often wrote nanya let me not to bother looking for material for this blog post, but that should be asked about this blog, if it means I have beyond googling first or reply with the answer "I do not know", knowing still learning too .

Hopefully helpful
LEARN MORE

How to Make Colorful Labels In Blogger

How to Make Colorful Labels In Blogger - If yesterday I've shared about how to Make Popular Post Widget Being Colorful, this time the topic is still the same colors but different in terms of the widget to be modified. Widgets that we make this colorful label is a widget or it could be called a widget category.


Read also: How to Make Colorful Popular Posts In Blogger
 

How to Make Colorful Labels In Blogger
Demo

Step One :

1 . Logi to your blogger account .
2 . Choose Layout menu = > Add Gadget .
3 . Choose a Label widget by clicking on the plus button
4 . Subsequently , in the settings section select Show Cloud and the rest please change according to taste .
5 . Finally, click Save



Step Two: Installing the CSS code in Blog

1. Choose a menu template => Edit HTML
2. Search Code ]]></b:skin> (use Ctrl + F to make it easier)
3. Copy and paste the following code just above the code ]]></b:skin>

DOWNLOAD CODE HERE

6. Finally, click Save Template

Ok , so tutorial on " How to Make Colorful Labels In Blogger " . Please also refer to other articles about blogging at MY BackLink 86 . Hopefully useful ^ _ ^
LEARN MORE

How to Make Colorful Popular Posts In Blogger

How to Make Colorful Popular Posts In Blogger - Popular post widget shows some of the most popular articles or frequently visited on a blog. Another function of the widget popular posts is to lure the visitor's eyes so that they click and view the articles that are popular. But what if the location or color of the popular post widget was not interesting to look at? Therefore my advice popular post widgets make it to stand out from other widgets

How to Make Colorful Popular Posts In Blogger
Demo

How can I make a difference to the post popular widgets from other widgets?. One of the tips is to Make Popular Post Widget Being Colors. By doing so, popular post widget will be very striking presence that may not be not visible to the eye pengunjug. Ok, now I will tell how, and for demos or examples can be directly seen on this blog.

Here are the steps you should do:

1. Logi to your blogger account.
2. Attach the popular post widget (Layout => Add Gadge t => Popular Posts => Save.
3. You go to Template => Edit HTML.
4. Insert the following code just above the code ]]></b:skin>

DOWNLOAD CODE HERE



5.Save Template

Done and now see the widget display your popular posts. Must have been as colorful as the rainbow in the sky blue, hahaha. A few tutorial on "Creating Popular Post Widget Be Colorful" may be useful
LEARN MORE

How to Make a Specific Post Page Shown One Full Page

How to Make a Specific Post Page Shown One Full Page


My Backlink - Maybe you've seen a blog with a posting page looks full without existing widgets in Sidebar blog. well now I will give turorialnya Creating Pages Posts Appear One Full Page, for example, that have been made on this blog, you try to see the DEMO page. nah so think about which will be discussed on this occasion


Okay, if you are interested in Creating Pages Posts Appear One Full page please do the following steps:

  1. Log in to Blogger Account
  2. Choose a design
  3. Select Edit HTML
  4. Next, please find the code </head>
  5. First download the template, so that when an error occurs friend can bring it back to normal
  6. Copy the code below and place it right above the </head>

<b:if cond='data:blog.url == &quot;https://mybacklinks86.blogspot.com/p/sitemap.html&quot;'>
<style>
.sidebar{display:none!important;align:none;}
.post{width:900px;background:#ffffff;}
</style>
</b:if>


7. Replace the words https://mybacklinks86.blogspot.com/p/sitemap.html the post URL address that will be made Appear One Full Page.

8. Change the numbers 900 and adjust the width of the friends want

9. Replace #ffffff background color as desired with friends

10. Save the template
LEARN MORE