June 2016

There is a debatable topic on selecting comment box for blogger blog, there are numbers of comment platform available on for blogger user like Disqus, Facebook, Livefyre, and so on. There is a positive and negative points of individual comment platform, If we want to gain the all advantages of each comment system than we have to add multiple comment system in our blogger blog.

How to Use Blogger, Disqus and Facebook Comment tab Together on Blogger. 

 Today i am here bring the plugins that will helps you to integrate major comment like blogger, facebook and Disqus. I had visited one WordPress based blog which having all three integrated comment system, based on that idea i had develop this plugins i hope you will enjoy this.

Demo Here

Integrate Facebook, Disqus and Blogger Comment Together

Before proceeding you must have to have disqus and Facebook App Id

Follow Instruction

  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below code above </head>


  5. <meta content='priosoft' property='fb:admins'/>
    <meta content='3840756250xxxxx' property='fb:app_id'/>
    <script src='http://code.jquery.com/jquery-latest.pack.js'/>
    <script src='http://prio-soft.sextgem.com/js/tabcommentstyle.js'/>
    <script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>


    Replace priosoft with with your own personal facebook username.
    replce 3840756250xxxxx with your own facebook App Id.

  6. Now search for below code

  7. <div class='comments' id='comments'>


    If you find multiple code than paste below code under each
    <div class='comments' id='comments'> code

  8. Use Below Integrated Facbook, disqus and blogger tab generator, Copy and Paste Generated Code Just After <div class='comments' id='comments'>  code.

  9. Click Here

  10. Locate <body> By Pressing Ctrl+F (Windows) or CMD+F (Mac) and copy
    the below JavaScript and paste it above/before </body>

  11. 
    <script type='text/javascript'>
    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
    var disqus_shortname = &#39;Disqus-Site-Name&#39;; // required: replace example with your forum shortname
    /* * * DON&#39;T EDIT BELOW THIS LINE * * */
    undefinedfunction undefined) {
    var s = document.createElementundefined&#39;script&#39;); s.async = true;
    s.type = &#39;text/javascript&#39;;
    s.src = &#39;//&#39; + disqus_shortname + &#39;.disqus.com/count.js&#39;;
    undefineddocument.getElementsByTagNameundefined&#39;HEAD&#39;)[0] || document.getElementsByTagNameundefined&#39;BODY&#39;)[0]).appendChildundefineds);
    }undefined));
    </script>
    


    Replace Green Highlighted Disqus-Site-Name with your own disqus site username.
  12. You're done. Now Save template and see result by refreshing page.
If you find any trouble regarding appearance of 3 comment box, kindly change the comment setting as per instruction. Go to Setting > Post and Comment > In field of comment location select option "Embedded or Full Page" and check it respectively

If you have any problem, then feel free to communicate by comment box. If you like this widget, then don't forget to share this post with your social media.

Installing the Share Button with Counter Responsive Blog .This time i will share a widget is already familiar for Blogger. Yes, this is a share button widget that is often encountered in the blog buddy who put it up. The function of the share button widget is still the same as other widgets share button that allows visitors to share articles were deemed useful to the social media. Reviews Reviews This widget also supports the display responsive and augmented with plugins counter from Donreach .which will bring the number of shares that is clicked by visitors. To view this from the share button can mate look like the picture above. Reviews Reviews This widget uses font-awesome, make sure the template is already there is a link font-awesome.Now Follow This Steps.

Responsive Share Buttons with Counter For Blogger.

Demo Here

Install Responsive Share Buttons with Counter For Blogger

  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below code above </head>


  5. 
    <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet'/> 
    


    If this script above previously has been installed on your blogger template then skip this step

  6. Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  7. Copy and Paste the below code above ]]></b:skin>


  8. 
    /* Responsive Share Buttons with Counter For Blogger by http://prio-soft.blogspot.com */
    .tbn_horizontal_sharebar {
        position: relative;
        background: none;
        z-index: 2;
        width: 100%;
        padding: 10px 0;
        display: inline-block;
        font-family: sans-serif;
        margin: 5px 0px;
        border-top: 1px dotted rgba(0, 0, 0, 0.05);
        border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
    }
    .tbn_horizontal_sharebar .Share_buttons {
     display: block;
    }
    .tbn_horizontal_sharebar .Share_buttons .wrap {
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        min-width: 41px;
    }
    .tbn_horizontal_sharebar .Share_buttons .wrap1 {
        display: inline-block;
        width: 31px;
        float: left;
    }
    .tbn_horizontal_sharebar .Share_buttons ul {
        margin: 0;
        padding: 0;
    }
    .tbn_horizontal_sharebar .Share_buttons ul li a, .tbn_horizontal_sharebar .Share_buttons ul li a:hover {
        color: #FFF !important;
        cursor: pointer;
        line-height: 25px;
        height: 100%;
        display: block;
        text-decoration: none;
    }
    .tbn_horizontal_sharebar .Share_buttons ul li {
        list-style: none;
        list-style-type: none;
        padding: 0;
        margin: 1px;
        float: left;
        width: 16%;
        max-width: 115px;
        display: inline-block;
        font-size: 13px;
        overflow: hidden;
        text-align: left;
        height: 25px;
        line-height: 25px;
        color: #fff;
        border: 1px solid rgba(0,0,0,0.04);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .tbn_horizontal_sharebar .Share_buttons ul li .fa {
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        font-family: FontAwesome;
        display: inline-block;
        text-align: center;
        padding: 0;
        height: 25px;
        line-height: inherit;
        width: 30px;
        background-color: rgba(0,0,0,0.1);
        border-right: 1px solid rgba(0,0,0,0.05);
    }
    /*--Facebook---*/
    .tbn_horizontal_sharebar .Share_buttons .btn_fb {
        background: #3a579a;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_fb:hover {
        background: #314a83;
    }
    /*--Tweeter---*/
    .tbn_horizontal_sharebar .Share_buttons .btn_twtr {
        background: #00abf0;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_twtr:hover {
        background: #0092cc;
    }
    /*--Google Plus---*/
    .tbn_horizontal_sharebar .Share_buttons .btn_gplus {
        background: #df4a32;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_gplus:hover {
        background: #be3f2b;
    }
    /*--Pinterest---*/
    .tbn_horizontal_sharebar .Share_buttons .btn_pntrst {
        background: #cd1c1f;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_pntrst:hover {
        background: #ae181a;
    }
    /*--linkedin---*/
    .tbn_horizontal_sharebar .Share_buttons .btn_linkdin {
        background: #2554BF;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_linkdin:hover {
        background: #224EB4;
    }
    /*---Total Share----*/
    .tbn_horizontal_sharebar .Share_buttons .share.h6 {
        font-size: 10px;
        font-weight: bold;
        text-shadow: none!important;
        text-decoration: none;
        text-align: center;
        color: #000000;
        border-top: 3px solid #FFF600 !important;
        border-bottom: 0;
        padding: 0px !important;
        padding-top: 5px!important;
        margin: 0 !important;
        line-height: 8px;
        border-radius: 75% 0;
    }
    .tbn_horizontal_sharebar .Share_buttons .share {
        border: none;
        margin: 0px 5px 0px 1px;
        overflow: visible !important;
        width: 95px !important;
    }
    .tbn_horizontal_sharebar .Share_buttons .share .count.h4 {
        font-size: 18px;
        font-weight: bold;
        text-shadow: none;
        text-decoration: none;
        font-family: sans-serif;
        text-align: center;
        color: #FF0000;
        line-height: 15px;
        margin-top: 0px;
        margin: -4px 0px 2px 0;
        min-height: 15px;
        padding: 0px;
        border: none;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_fb .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_twtr .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_gplus .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_pntrst .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_linkdin .share-btn {
        position: relative;
        color: #C3C3C3;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        font-size: 11px;
        float: right;
        min-width: 12px;
        font-family: sans-serif;
        padding: 0px 5px;
        background-color: rgba(0,0,0,0.28);
        border-radius: 0px 0px 0px 15px;
    }
     @media only screen and (max-width: 979px) {
     .tbn_horizontal_sharebar .Share_buttons .btn_linkdin {
      width: 34px;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_fb .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_twtr .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_linkdin .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_gplus .share-btn,
    .tbn_horizontal_sharebar .Share_buttons .btn_pntrst .share-btn
     {
     display: none !important;
    }
    }
     @media only screen and (max-width:768px) {
    .tbn_horizontal_sharebar .Share_buttons ul li a, .tbn_horizontal_sharebar .Share_buttons ul li a:hover {
        color: #FFF !important;
        cursor: pointer;
        line-height: 25px;
        font-size: 11px;
        height: 100%;
        display: block;
        text-decoration: none;
    }
    .tbn_horizontal_sharebar .Share_buttons .wrap {
        min-width: 34px;
    }
    .tbn_horizontal_sharebar .Share_buttons .btn_linkdin,
    .tbn_horizontal_sharebar .Share_buttons .btn_pntrst {
        width: 30px;
    }
    .tbn_horizontal_sharebar .Share_buttons ul li {
       margin: 1px 3px;
    }
     @media only screen and (max-width:479px) {
     .tbn_horizontal_sharebar .Share_buttons .share {
        border: none;
        margin: 0px 5px 0px 1px;
        overflow: visible!important;
        width: 80px!important;
    }
    .tbn_horizontal_sharebar .Share_buttons ul li {
        width: 25px !important;
        margin: 2px;
        border-radius: 50px;
        border: 2px solid rgba(0, 0, 0, 0.14);
    }
    .tbn_horizontal_sharebar .Share_buttons .wrap {
        display: none !important;
    }
    .tbn_horizontal_sharebar .Share_buttons ul li .fa {
        width: 25px !important;
    }
    }
    

  9. Add the code below just below or above the <data:post.body/> or <div class='post-footer'>

  10. 
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
    <script type='text/javascript'>//<![CDATA[
    $(document).ready(function () {
      var shareUrl = $("link[rel=canonical]").attr("href");
        $.getJSON('http://sharecount.twistblogger.com/?url=' + encodeURIComponent(shareUrl) + "&callback=?", function (data) {
            shares = data.shares;
            $(".count").each(function (index, el) {
                service = $(el).parents(".share-btn").attr("data-service");
                count = shares[service];
                if (count > 1000) {
                    count = (count / 1000).toFixed(1);
                    if (count > 1000) count = (count / 1000).toFixed(1) + "M";
                    else count = count + "k";
                }
                $(el).html(count);
            });
        });
    });
    //]]></script>
    <div class='tbn_horizontal_sharebar'>
    <div class='Share_buttons'>
      <ul>
      <li class='share'>
        <div class='share-btn' data-service='total'>
            <div class='count h4'></div>
            <div class='share h6'>SHARES</div>
      </div>
      </li>
      <li class='btn_fb'><a expr:href='&quot;   http://www.facebook.com/share.php?v=4&amp;   src=bm&amp;   u=&quot; + data:post.url + &quot;   &amp;   t=&quot; + data:post.title' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=436&quot;   );   return false;' rel='nofollow'>
    <div class="wrap1"><i class="fa fa-facebook"></i> </div>
      <div class="wrap">Share</div>
      <div class='share-btn' data-service='facebook'>
            <div class='count'/></div>
      </a>
      </li>
      <li class='btn_twtr'><a expr:href='&quot;https://twitter.com/intent/tweet?url=&quot; + data:blog.url + &quot;&amp;text=&quot; + data:post.title + &quot; via @TwistBlogger - &quot;' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=436&quot;   );   return false;' rel='nofollow'>
      <div class="wrap1"><i class='fa fa-twitter'></i></div>
      <div class="wrap">Tweet</div>
      <div class='share-btn' data-service='twitter'>
            <div class='count'/></div>
      </a>
      </li>
      <li class='btn_gplus'><a expr:href='&quot;http://plus.google.com/share?url=&quot; + data:blog.url' onclick='javascript:window.open(this.href,&quot;   &quot;   ,&quot;   menubar=no,toolbar=no,resizbutton_le=yes,scrollbars=yes,height=600,width=600&quot;   );   return false;   ' rel='nofollow'>
      <div class="wrap1"><i class='fa fa-google-plus'></i></div>
      <div class="wrap">Share</div>
      <div class='share-btn' data-service='google'>
            <div class='count'/></div>
      </a>
      </li>
      <li class='btn_pntrst'><a data-pin-config='beside' expr:href='&quot;   http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;   &amp;media=&quot; + data:blog.postImageUrl + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=500&quot;   );   return false;' rel='nofollow'>
      <div class="wrap1"><i class='fa fa-pinterest'></i></div>
      <div class="wrap">Pin</div>
      <div class='share-btn' data-service='pinterest'>
            <div class='count'/></div>
      </a>
      </li>
      <li class='btn_linkdin'><a expr:href='&quot;   http://www.linkedin.com/shareArticle?mini=true&amp;   url=&quot; + data:post.url + &quot;   &amp;   title=&quot; + data:post.title + &quot;   &amp;   summary=&amp;   source=&quot;   ' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=500&quot;   );   return false;' rel='nofollow'>
      <div class="wrap1"><i class='fa fa-linkedin'></i></div>
      <div class="wrap">Share</div>
      <div class='share-btn' data-service='linkedin'>
            <div class='count'/></div>
      </a>
      </li>
      </ul>
      </div>
      </div>
    </b:if>
    </b:if>
  11. Step You're done. Now Save template and see result by refreshing page.

If you have any problem, then feel free to communicate by comment box. If you like this widget, then don't forget to share this post with your social media.
Any type of information please Contact us.

Hello Guys Today i will share an awesome widget for blogger.Its look really beautiful
You can make your blog look more attractive by installing a slider image on your blog, to add to the appeal so that visitors interested to see pictures and links in seven by the slider.
Wow Slider with thumbnails Widget For Blogger.
There are many kinds of sliders that you can post on your blog, such as automatic slider recent article discussed earlier and also image slider where comrade must enter the picture buddy want into the slider.Now Follow The Steps.

[accordion][item icon="eye" title="DEMO"]
[/item][/accordion]

jQuery Image Slider with Thumbnails:

  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Copy and Paste the below code above ]]></b:skin>


  5. /* image slider by prio-soft */
    .slider-box { background:none repeat scroll 0 0 #FAFAFA; border-radius:5px 5px 5px 5px; box-shadow:0 0 3px #333333; margin:0 auto; width:675px; overflow:hidden; }
    #slider-wrapper { margin:0 auto; padding:10px; }
    #jslider-container { border:2px solid #FFFFFF; max-width:550px; position:relative; text-align:left; z-index:90; }
    

  6. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  7. Step  Copy and Paste the below code above </head>


  8. 
    <link href="http://project.dimpost.com/image-slider/wowslider/css/wow-slider.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script type="text/javascript" src="http://dimpost.googlecode.com/files/wow-slider.js"></script>
    



  9. Click on Save template to apply the CSS code to your blog.
  10. After adding the code to your blog’s template, all you need to do next is add the below line of code where ever you want to add the download button while composing a post.


<div class="slider-box"><div id="slider-wrapper"><div id="jslider-container"><div class="jslider_images"><ul><li><a href="http://prio-soft.blogspot.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8SxEo2kw1V23NiL106mY4N4YHnn44kEeRo_41Gl9ob8riPkAXrfKLzV_5nb_9ENeh3KZWzfSkpJOyAKkIHKllf1adjw9bvIgpFT9U91kEGr3ZygACjaXKKbo_vAdNeDkvfmJLoRRiS7cX/s550/sample1.jpg" title="Sunset"/></a>A boat with beautiful sunset.</li><li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV11ItZAUyeELtpk4c2_Ji7acTmHOsGfa_aUtzyeShcguoh8Np7NkVp97RT4MGC7OuOjwoXFWGs4ejdXxGKLO-JUe6fa8UmAHc9_btJuUxa4M9-zMLpZPAKkzoIQ5GNIMW6PHerxvojcq2/s550/sample2.jpg" title="Rainbow"/></a></li><li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijY5OpVklQqdWgoixrRSqmMuEEDBPoHz3zyJx4dqn1LSC4hCCpBeX8X5c5b6fZrlimTJVBUcjlyNjdCGo3xtTYaStjXXEUDHPYvVm2txb9KsOYAl7he57vWyAiA5kjZHYz1rHGazsch-cn/s550/sample3.jpg" title="True Nature"/></a>Tree in field with blue sky.</li><li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIcQNX7MA3ziHwrlV8c6MsaTKvegLn_GvafxoyKbiDzC9GrHVpz3k51ccEMUI1wkakyZhlFfyT3Yr6q8JLhD3gNoVxJR7ndevDoJdMDYXGyKKlvbBiShou8iRiK04LoKUpCRY-BApG6cTV/s550/sample4.jpg" title="Sunrise""/></a>Amaizing sunrise moment</li><li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZryszgIU9azE8_lnyQux-Dnl6W03nl04zHt2NEi97lUIBPtAIYiPjgX1LjGGQiaintqiJD0eN7RgkYZfqnmvm_Anro3Vs5f9KiJsvbDtSleXG2QXbG8_Pv9k2TtfotrPvLXY0QoqcIZEM/s550/sample5.jpg" title="CAR in HDR Nature"/></a></li><li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrKnZx5S6v0QVOKB8hSvgnG49q2ss9Rj24T3dqXV62uHPB6sacgVczTiN0wW0l6w01VVoNjjJB9RjQN5B7zqXXP9QQ7t8kODa1SBn3e5ebuJ0_-5wtzD3raJ5bRCMI7LSpcPoasdb6NEU0/s550/sample6.jpg" title="Sunshine"/></a></li></ul></div><div class="jslider_thumbs"><div><a href="#" title="Sunset"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivcF5cUxIq-7BQvgU0hyphenhyphenRcaFA1No5-M9HxNSaEw-VZQ4uKKWfbLMwMPzoEh8Zdh3R0CRKeaKqMndWyeH6km5WkCVilspd2WGvWezMjbTywIMewd_ML80H5GMz_rXMfFotjVDat8AwvcAvY/s85/sample1.jpg"/></a><a href="#" title="Rainbow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX-yZd6zmZi9Mgkv1tnuLqRcTx1YCVVmh9rExaNeDpJrJzYD10Ce5PkhbFO3qz6T8UoN_FxUf_-r-NQtVGcYDZpQvQgPaIr-JoGxWSRRbUSPVVQpMuxtKr7grJ7NMpqBIOlXcWUZh0Caqm/s85/sample2.jpg"/></a><a href="#" title="True Nature"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Kqxk1u1pzXmhktriW3Sflu37lhUAElE60Eu7mQ0Kc04cPV1shn1uLq_-GBH4zED68GU3ZdYmWjR3WCm8mUHb_X0na47eKUGJkoN7n3Pj3qyptO5MtxafIjARXtS-AxYod9p1Rli0XQmo/s85/sample3.jpg"/></a><a href="#" title="Sunrise"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2qytaJZUn7uSwsoMGHiS8NQsFPpGaP-FOV3MlbAp_g9jYw8Qa9N5F9hh45d-zmSazLzFHxeKT2HE6GO-54gFDG1-s7eNXxZhtuUIwNH4rL5jfT3gOfU3d9TPQlU5SN24ryCwaKmnr-08b/s85/sample4.jpg"/></a><a href="#" title="CAR in HDR Nature"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkzYsqLNYUKh8D-Lba_Ui5ItmG3wxDfMQyx48zizeTWBwHcNOCuZ33Gd34aLxgifHymHCDz9S0phgtMCtAJ0kQVhj7dyMrPGqxXUQ7lLVtIJs6B3BE4YRaAk6C_UA6aXVZXIcNf8CqowFF/s85/sample5.jpg"/></a><a href="#" title="Sunshine"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaDKXwhfLINZhAYuqcfXetVK-K_3ZUKU1va2K_hlxRoFtM9_xmJMhnt4c7mN17mDgKruiif0tlL9cBCJHnuE6EMzs5Ar0pe9CTxvQ9Uf_Z_5iRJ3MRjrn467micYKH6H_Y-Vs_-SS4t5oO/s85/sample6.jpg"/></a></div></div></div></div></div>

Customization:


Now replace all with a link destination image and caption.

If you have any problem, then feel free to communicate by comment box. If you like this widget, then don't forget to share this post with your social media.
Any type of information please Contact us.

Image slider is very popular widget blogger.Its Look your image more beautiful.
Today i will share awesome css slider.just follow my step, here steps are current blows.

Awesome Css Image Slider widget for blogger.


[accordion][item icon="eye" title="DEMO"]
[/item][/accordion]

Install Css Image Slider widget blogger:

  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Copy and Paste the below code above ]]></b:skin>


  5. 
    /* image slider by prio-soft */
    #sliderFrame { position:relative; width:100%; margin:0 auto 10px; }
    #slider { width:100%; height:306px; background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm1LMt8pyJxPMbqMM2AOg0XnG2nAvT1DSPUrsgDpSCYTBLucQ49j8Q4aGrE7b_E0C5LR4wkfrZ95njn35qBavPVotvyWmyZEhoLRx8CbyL4OqMEclmOMS2T4baP2XfMicVKmEjCsvXVumf/s1600/loading.gif) no-repeat 50% 50%; position:relative; margin:0 auto; box-shadow:0 1px 5px #999999; }
    #slider img { position:absolute; border:none; display:none; }
    #slider a.imgLink { z-index:2; display:none; position:absolute; top:0; left:0; border:0; padding:0; margin:0; width:100%; height:100%; }
    div.mc-caption-bg,div.mc-caption-bg2 { position:absolute; width:100%; height:auto; padding:0; left:0; bottom:15px; z-index:3; overflow:hidden; font-size:0; 
    div.mc-caption-bg { background-color:black; }
    div.mc-caption { font:bold 14px/20px Arial; color:#EEE; z-index:4; padding:10px 0; text-align:center; }
    div.mc-caption a { color:#FB0; }
    div.mc-caption a:hover { color:#DA0; }
    div.navBulletsWrapper { background:none; padding-left:20px; position:relative; z-index:5; cursor:pointer; }
    div.navBulletsWrapper div { width:11px; height:11px; background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYEwG2hFbH9SUSDe0qqjBE86PoGxNR0FSGzsDquo_uCd7gVUkDQlqTUP_e15LtFCULR8QWOUinDepKB4SvccyJn41zgiTxzOANWIwAHLeE1wGoX4wau33NSK9eJqAnHtNvay5wMSHv7xet/s1600/bullet.png) no-repeat 0 0; float:left; overflow:hidden; vertical-align:middle; cursor:pointer; margin-right:11px; position:relative; }
    div.navBulletsWrapper div.active { background-position:0 -11px; }
    .intro { bottom:0; color:rgba(0,0,0,0.2); font-size:16px; position:absolute; right:0; text-decoration:none; z-index:99999; }
    #slider { transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); }
    

  6. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  7. Step  Copy and Paste the below code above </head>


  8. 
    <script src='https://project.dimpost.com/image-slider/js-image-slider-2.js' type='text/javascript'></script>
    



  9. Click on Save template to apply the CSS code to your blog.
  10. After adding the code to your blog’s template, all you need to do next is add the below line of code where ever you want to add the download button while composing a post.

<div id="sliderFrame">
<div id="slider">
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXptWoOq3MCulhnpVONrNmkreFcxCLKArBMY0sy2cqnB9a6rzjU0kI8qtJPnTI4FwZRTw5gcArtw6IIpNI3VfXYlgIPJbihcC_Iyaamg2EYECbkz7-tcc-rlX1u_0pfTfZEevUBSyHjhq8/s1600/image-slider-1.jpg" alt="#htmlcaption1" /></a>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipX82Uq01FQbMmgGeXyCqJ-jK78yioH965kwGzoHG4ckUGCDQwKEcwkLU6Xee0DYjxwnWaN4OW5B-y4mZMXcYR1ZKbKhul5EPuLdXo_UHrJbLs8yT1l6nnXLbcB2Yho-gBLkp2wmex3eFf/s1600/image-slider-2.jpg" alt="Go UP!" /></a>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgSrx98Mhv4ZbKJbHlOcP7pcpgrMq6Rou_qA1TrAfHvg86p9z7MsBGiqAEOe4lbZgUwATAlqPHfAYnWkRpt-m6NEhh9IsCozS2JgxuEX_VCeaqnVMVgcUcCiBD-ut_0iqOPKSMYeSEHSC/s1600/image-slider-3.jpg" alt="Pure Javascript. No jQuery. No flash." /></a>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGSOMy3uWZj781TZc7-P3JDeaSX0pibzL2p_7J4xSkVChF1zhqGHR171-YDvjEOAaZRUW5YdOswxC4tXfgST-iHX3MqMsHr0ck4XAmlfxdHIJN4I761bJGad-xHhRW8KEisU0V7KguyUmv/s1600/image-slider-4.jpg" alt="#htmlcaption2" /></a>
<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6cr1yi9-INDRyZH9Fxf0PKl7czA1fV99zDnXZLIMVzaPqOCzPoDvo2fYSYiteVbUMGj7hXq9ylBLENsBfCuhISmHsYTg4Nna4fsiCP1WjbhcW42QiaJhpwVeB4A9IwfOJwi2ZAaugQF_9/s1600/image-slider-5.jpg" alt="Stay Connected"/></a>
</div>
<div id="htmlcaption1" style="display: none;"> Image Slider by <a href="https://prio-soft.blogspot.com/" target="_blank">prio-soft</a>
</div>
<div id="htmlcaption2" style="display: none;"> <a href="http://prio-soft.blogspot.com/" target="_blank">CSS</a> <a href="http://prio-soft.blogspot.com" target="_blank">JavaScript</a> Rocks.
</div>

Customization:


Now replace all code blue above with a link destination image, color coded green is an image link, and code / writing in red is the caption.

If you have any problem, then feel free to communicate by comment box. If you like this widget, then don't forget to share this post with your social media.
Any type of information please Contact us.

This loading effect is triggered whenever a link to the blog is clicked (when the switch is still in the blog page and it is) then this animation will appear.Toady I will share this.
How, interested to install it?

Awesome Css Animation Loading Screen Ball For Blogger

Here are the steps.
DEMO HERE:
Awesome Css Animation Loading Screen Ball For Blogger

Install Simple Animation Loading blogger:

  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below code above </head>


  5. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
    


    If this script above previously has been installed on your blogger template then skip this step

  6. Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  7. Copy and Paste the below code above ]]></b:skin>


  8. /* CSS loading ball by prio-soft */
     #loadingHalaman {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSW1bEPtYAkBGLGTyMB5bD94fJJ084_2-pF-V74iJqVOUt928xXiMzS2C4Af04_D4v6bC8JHurhAT6uKzLtCKtWdYZXl5m00jH88PjcL-6tuL4MA5-w10N7AdhmzUbwdg-yya_VkwZ_rUW/s1600/dark-loading.gif) no-repeat center;
    background-color:rgba(0, 0, 0, 0.32);
    width:100%;height:100%;
    position: fixed; left: 0px; top:0px; z-index: +100000;
    


  9. Locate <body> By Pressing Ctrl+F (Windows) or CMD+F (Mac) and copy
    the below JavaScript and paste it above/before </body>

  10.  //<![CDATA[
    //Loading Halaman
    $undefinedwindow).bindundefined"load", functionundefined) {
        $undefined'#loadingHalaman').slideUpundefined1000);
    });
    //]]>


  11. Copy and Paste the below code above </body>


  12. <div id="loadingHalaman"></div>
    


  13. You're done. Now Save template and see result by refreshing page.

If you have any problem, then feel free to communicate by comment box. If you like this widget, then don't forget to share this post with your social media.
Any type of information please Contact us.

Today i am Share PopUp Video Youtube Widget For blogger.It really awesome widget.you can add this any post in blogger.now follow my instruction.

PopUp Video Youtube Widget For blogger
[accordion] [item icon="eye" title="DEMO"]
[/item] [/accordion]

How Install Popup video widget :

  1. Step  Log in to your Blogger Account and Go to your Blogger Dashboard
  2. Step  Click on -> Template -> Edit HTML->
  3. Step  Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below any Style Which you want , above ]]></b:skin>

  5. a.popup-link { padding:17px 0; text-align:center; margin:7% auto; position:relative; width:220px; color:#fff; text-decoration:none; background-color:#FFBA00; border-radius:3px; box-shadow:0 5px 0 0 #eea900; display:block; }
    a.popup-link:hover { background-color:#ff9900; box-shadow:0 3px 0 0 #eea900; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; }
    #popup { position:fixed;visibility:hidden; opacity:0; margin-top:-300px; }
    #popup:target { visibility:visible; opacity:1; background-color:rgba(255,255,255,0.7); position:fixed; top:0; left:0; right:0; bottom:0; margin:0; z-index:99999999999; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; }
    @media (min-width:768px) { .popup-container { width:600px; } }
    @media (max-width:767px) { .popup-container { width:100%; } }
    .popup-container { position:relative; margin:7% auto; padding:30px 50px; background-color:#333; color:#fff; border-radius:3px; }
    a.popup-close { position:absolute; top:3px; right:3px; background-color:#fff; padding:7px 10px; font-size:20px; text-decoration:none; line-height:1; color:#333; }
    

  6. Click on Save template to apply the CSS code to your blog.
  7. After adding the CSS code to your blog’s template, all you need to do next is add the below line of code where ever you want to add the code while composing a post.

  8. <div id="closed"></div>
    <a href="#popup" class="popup-link">DEMO VIDEO</a>
    <div class="popup-wrapper" id="popup">
    <div class="popup-container">
    <center>
    <embed allowfullscreen="true" height="375" src="https://www.youtube.com/v/UOvvTehcAV0?fs=1&amp;amp" type="application/x-shockwave-flash" width="580"></embed>
    <a class="widgetku" href="http://prio-soft.blogspot.com/" id="widgetku" target="blank">Prio-Soft™</a>
    </center>
    <a class="popup-close" href="#closed">X</a>
    </div>
    </div>
    

Customization:

Change video url (red blue) OR replaced only ID Video Youtube (in blue)
Any type of information please Contact us.

Music player widget on blogs responsive. The music player widget is made responsive to customize the tools that are often used today, namely smartphones.

For you who want to put music widget on their blog and happen to use responsive template then you can try this music player widget. This music widget you can put your own choice song.





The music player widget will not automatically play songs, so your blog visitors or should press the play button to play a song that is attached to this widget. In addition there is also a button play button -button other, like, Pause, Next, prev, volume, random, menu music list. The interface you can see the demo below.



<!-- Audio player -->
<div class="ap"id="ap"><div class="ap-inner"><div class="ap-panel"><div class="ap-item ap--playback"><button class="ap-controls ap-prev-btn"><svg xmlns="http://www.w3.org/2000/svg"fill="#ffffff"height="24"viewBox="0 0 24 24"width="24"><path d="M6 6h2v12H6zm3.5 6l8.5 6V6z"/><path d="M0 0h24v24H0z"fill="none"/></svg></button><button class="ap-controls ap-toggle-btn"><svg xmlns="http://www.w3.org/2000/svg"fill="#fff"height="30"viewBox="0 0 24 24"width="30"class="ap--play"><path d="M8 5v14l11-7z"/><path d="M0 0h24v24H0z"fill="none"/></svg><svg xmlns="http://www.w3.org/2000/svg"fill="#ffffff"height="30"viewBox="0 0 24 24"width="30"class="ap--pause"><path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/><path d="M0 0h24v24H0z"fill="none"/></svg></button><button class="ap-controls ap-next-btn"><svg xmlns="http://www.w3.org/2000/svg"fill="#ffffff"height="24"viewBox="0 0 24 24"width="24"><path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z"/><path d="M0 0h24v24H0z"fill="none"/></svg></button></div><div class="ap-item ap--track"><div class="ap-info"><div class="ap-title">Unknown</div><div class="ap-time"><span class="ap-time--current">--</span><span>/</span><span class="ap-time--duration">--</span></div><div class="ap-progress-container"><div class="ap-progress"><div class="ap-bar"></div><div class="ap-preload-bar"></div></div></div></div></div><div class="ap-item ap--settings"><div class="ap-controls ap-volume-container"><button class="ap-volume-btn"><svg fill="#ffffff"height="48"viewBox="0 0 24 24"width="24"xmlns="http://www.w3.org/2000/svg"class="ap--volume-on"><path d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"/><path d="M0 0h24v24H0z"fill="none"/></svg><svg xmlns="http://www.w3.org/2000/svg"fill="#ffffff"height="48"viewBox="0 0 24 24"width="24"class="ap--volume-off"><path d="M7 9v6h4l5 5V4l-5 5H7z"/><path d="M0 0h24v24H0z"fill="none"/></svg></button><div class="ap-volume"><div class="ap-volume-progress"><div class="ap-volume-bar"></div></div></div></div><button class="ap-controls ap-repeat-btn"><svg fill="#ffffff"height="24"viewBox="0 0 24 24"width="24"xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z"fill="none"/><path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/></svg></button><button class="ap-controls ap-playlist-btn"><svg fill="#ffffff"height="24"viewBox="0 0 24 24"width="24"xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z"fill="none"/><path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"/></svg></button></div></div></div></div>
<script>
;(function(window,undefined){'use strict';var AudioPlayer=(function(){var player=document.getElementById('ap'),playBtn,prevBtn,nextBtn,plBtn,repeatBtn,volumeBtn,progressBar,preloadBar,curTime,durTime,trackTitle,audio,index=0,playList,volumeBar,volumeLength,repeating=false,seeking=false,rightClick=false,apActive=false,pl,plLi,settings={volume:0.1,autoPlay:false,notification:true,playList:[]};function init(options){if(!('classList'in document.documentElement)){return false}if(apActive||player===null){return}settings=extend(settings,options);playBtn=player.querySelector('.ap-toggle-btn');prevBtn=player.querySelector('.ap-prev-btn');nextBtn=player.querySelector('.ap-next-btn');repeatBtn=player.querySelector('.ap-repeat-btn');volumeBtn=player.querySelector('.ap-volume-btn');plBtn=player.querySelector('.ap-playlist-btn');curTime=player.querySelector('.ap-time--current');durTime=player.querySelector('.ap-time--duration');trackTitle=player.querySelector('.ap-title');progressBar=player.querySelector('.ap-bar');preloadBar=player.querySelector('.ap-preload-bar');volumeBar=player.querySelector('.ap-volume-bar');playList=settings.playList;playBtn.addEventListener('click',playToggle,false);volumeBtn.addEventListener('click',volumeToggle,false);repeatBtn.addEventListener('click',repeatToggle,false);progressBar.parentNode.parentNode.addEventListener('mousedown',handlerBar,false);progressBar.parentNode.parentNode.addEventListener('mousemove',seek,false);document.documentElement.addEventListener('mouseup',seekingFalse,false);volumeBar.parentNode.parentNode.addEventListener('mousedown',handlerVol,false);volumeBar.parentNode.parentNode.addEventListener('mousemove',setVolume);document.documentElement.addEventListener('mouseup',seekingFalse,false);prevBtn.addEventListener('click',prev,false);nextBtn.addEventListener('click',next,false);apActive=true;renderPL();plBtn.addEventListener('click',plToggle,false);audio=new Audio();audio.volume=settings.volume;if(isEmptyList()){empty();return}audio.src=playList[index].file;audio.preload='auto';trackTitle.innerHTML=playList[index].title;volumeBar.style.height=audio.volume*100+'%';volumeLength=volumeBar.css('height');audio.addEventListener('error',error,false);audio.addEventListener('timeupdate',update,false);audio.addEventListener('ended',doEnd,false);if(settings.autoPlay){audio.play();playBtn.classList.add('playing');plLi[index].classList.add('pl-current')}}function renderPL(){var html=[];var tpl='<li data-track="{count}">'+'<div class="pl-number">'+'<div class="pl-count">'+'<svg fill="#000000" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg">'+'<path d="M0 0h24v24H0z" fill="none"/>'+'<path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"/>'+'</svg>'+'</div>'+'<div class="pl-playing">'+'<div class="eq">'+'<div class="eq-bar"></div>'+'<div class="eq-bar"></div>'+'<div class="eq-bar"></div>'+'</div>'+'</div>'+'</div>'+'<div class="pl-title">{title}</div>'+'<button class="pl-remove">'+'<svg fill="#000000" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg">'+'<path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/>'+'<path d="M0 0h24v24H0z" fill="none"/>'+'</svg>'+'</button>'+'</li>';playList.forEach(function(item,i){html.push(tpl.replace('{count}',i).replace('{title}',item.title))});pl=create('div',{'className':'pl-container hide','id':'pl','innerHTML':!isEmptyList()?'<ul class="pl-list">'+html.join('')+'</ul>':'<div class="pl-empty">PlayList is empty</div>'});player.parentNode.insertBefore(pl,player.nextSibling);plLi=pl.querySelectorAll('li');pl.addEventListener('click',listHandler,false)}function listHandler(evt){evt.preventDefault();if(evt.target.className==='pl-title'){var current=parseInt(evt.target.parentNode.getAttribute('data-track'),10);index=current;play();plActive()}else{var target=evt.target;while(target.className!==pl.className){if(target.className==='pl-remove'){var isDel=parseInt(target.parentNode.getAttribute('data-track'),10);playList.splice(isDel,1);target.parentNode.parentNode.removeChild(target.parentNode);plLi=pl.querySelectorAll('li');[].forEach.call(plLi,function(el,i){el.setAttribute('data-track',i)});if(!audio.paused){if(isDel===index){play()}}else{if(isEmptyList()){empty()}else{audio.src=playList[index].file;document.title=trackTitle.innerHTML=playList[index].title;progressBar.style.width=0}}if(isDel<index){index--}return}target=target.parentNode}}}function plActive(){if(audio.paused){plLi[index].classList.remove('pl-current');return}var current=index;for(var i=0,len=plLi.length;len>i;i++){plLi[i].classList.remove('pl-current')}plLi[current].classList.add('pl-current')}function error(){!isEmptyList()&&next()}function play(){index=(index>playList.length-1)?0:index;if(index<0)index=playList.length-1;if(isEmptyList()){empty();return}audio.src=playList[index].file;audio.preload='auto';document.title=trackTitle.innerHTML=playList[index].title;audio.play();notify(playList[index].title,{icon:playList[index].icon,body:'Now playing',tag:'music-player'});playBtn.classList.add('playing');plActive()}function prev(){index=index-1;play()}function next(){index=index+1;play()}function isEmptyList(){return playList.length===0}function empty(){audio.pause();audio.src='';trackTitle.innerHTML='queue is empty';curTime.innerHTML='--';durTime.innerHTML='--';progressBar.style.width=0;preloadBar.style.width=0;playBtn.classList.remove('playing');pl.innerHTML='<div class="pl-empty">PlayList is empty</div>'}function playToggle(){if(isEmptyList()){return}if(audio.paused){audio.play();notify(playList[index].title,{icon:playList[index].icon,body:'Now playing'});this.classList.add('playing')}else{audio.pause();this.classList.remove('playing')}plActive()}function volumeToggle(){if(audio.muted){if(parseInt(volumeLength,10)===0){volumeBar.style.height='100%';audio.volume=1}else{volumeBar.style.height=volumeLength}audio.muted=false;this.classList.remove('muted')}else{audio.muted=true;volumeBar.style.height=0;this.classList.add('muted')}}function repeatToggle(){var repeat=this.classList;if(repeat.contains('ap-active')){repeating=false;repeat.remove('ap-active')}else{repeating=true;repeat.add('ap-active')}}function plToggle(){this.classList.toggle('ap-active');pl.classList.toggle('hide')}function update(){if(audio.readyState===0)return;var barlength=Math.round(audio.currentTime*(100/audio.duration));progressBar.style.width=barlength+'%';var curMins=Math.floor(audio.currentTime/60),curSecs=Math.floor(audio.currentTime-curMins*60),mins=Math.floor(audio.duration/60),secs=Math.floor(audio.duration-mins*60);(curSecs<10)&&(curSecs='0'+curSecs);(secs<10)&&(secs='0'+secs);curTime.innerHTML=curMins+':'+curSecs;durTime.innerHTML=mins+':'+secs;var buffered=audio.buffered;if(buffered.length){var loaded=Math.round(100*buffered.end(0)/audio.duration);preloadBar.style.width=loaded+'%'}}function doEnd(){if(index===playList.length-1){if(!repeating){audio.pause();plActive();playBtn.classList.remove('playing');return}else{index=0;play()}}else{index=(index===playList.length-1)?0:index+1;play()}}function moveBar(evt,el,dir){var value;if(dir==='horizontal'){value=Math.round((evt.clientX-el.offset().left)*100/el.parentNode.offsetWidth);el.style.width=value+'%';return value}else{var offset=el.offset().top+el.offsetHeight;value=Math.round((offset-evt.clientY));if(value>100)value=100;if(value<0)value=0;volumeBar.style.height=value+'%';return value}}function handlerBar(evt){rightClick=(evt.which===3)?true:false;seeking=true;seek(evt)}function handlerVol(evt){rightClick=(evt.which===3)?true:false;seeking=true;setVolume(evt)}function seek(evt){if(seeking&&rightClick===false&&audio.readyState!==0){var value=moveBar(evt,progressBar,'horizontal');audio.currentTime=audio.duration*(value/100)}}function seekingFalse(){seeking=false}function setVolume(evt){volumeLength=volumeBar.css('height');if(seeking&&rightClick===false){var value=moveBar(evt,volumeBar.parentNode,'vertical')/100;if(value<=0){audio.volume=0;volumeBtn.classList.add('muted')}else{if(audio.muted)audio.muted=false;audio.volume=value;volumeBtn.classList.remove('muted')}}}function notify(title,attr){if(!settings.notification){return}if(window.Notification===undefined){return}window.Notification.requestPermission(function(access){if(access==='granted'){var notice=new Notification(title.substr(0,110),attr);notice.onshow=function(){setTimeout(function(){notice.close()},5000)}}})}function destroy(){if(!apActive)return;playBtn.removeEventListener('click',playToggle,false);volumeBtn.removeEventListener('click',volumeToggle,false);repeatBtn.removeEventListener('click',repeatToggle,false);plBtn.removeEventListener('click',plToggle,false);progressBar.parentNode.parentNode.removeEventListener('mousedown',handlerBar,false);progressBar.parentNode.parentNode.removeEventListener('mousemove',seek,false);document.documentElement.removeEventListener('mouseup',seekingFalse,false);volumeBar.parentNode.parentNode.removeEventListener('mousedown',handlerVol,false);volumeBar.parentNode.parentNode.removeEventListener('mousemove',setVolume);document.documentElement.removeEventListener('mouseup',seekingFalse,false);prevBtn.removeEventListener('click',prev,false);nextBtn.removeEventListener('click',next,false);audio.removeEventListener('error',error,false);audio.removeEventListener('timeupdate',update,false);audio.removeEventListener('ended',doEnd,false);player.parentNode.removeChild(player);pl.removeEventListener('click',listHandler,false);pl.parentNode.removeChild(pl);audio.pause();apActive=false}function extend(defaults,options){for(var name in options){if(defaults.hasOwnProperty(name)){defaults[name]=options[name]}}return defaults}function create(el,attr){var element=document.createElement(el);if(attr){for(var name in attr){if(element[name]!==undefined){element[name]=attr[name]}}}return element}Element.prototype.offset=function(){var el=this.getBoundingClientRect(),scrollLeft=window.pageXOffset||document.documentElement.scrollLeft,scrollTop=window.pageYOffset||document.documentElement.scrollTop;return{top:el.top+scrollTop,left:el.left+scrollLeft}};Element.prototype.css=function(attr){if(typeof attr==='string'){return getComputedStyle(this,'')[attr]}else if(typeof attr==='object'){for(var name in attr){if(this.style[name]!==undefined){this.style[name]=attr[name]}}}};return{init:init,destroy:destroy}})();window.AP=AudioPlayer})(window);
// test image for web notifications
var iconImage = 'http://funkyimg.com/i/21pX5.png';
AP.init({
  playList: [
    {'icon': iconImage, 'title': 'Hitman', 'file': 'http://incompetech.com/music/royalty-free/mp3-royaltyfree/Hitman.mp3'},
    {'icon': iconImage, 'title': 'Forever Believe', 'file': 'https://a.clyp.it/zbh0qeyo.mp3'},
    {'icon': iconImage, 'title': 'Drifting', 'file': 'https://a.clyp.it/bthbgqcs.mp3'},
    {'icon': iconImage, 'title': 'Clap Along (Lorem ipsum dolor sit amet, consectetur adipisicing.)', 'file': 'https://a.clyp.it/lygki3hx.mp3'},
    {'icon': iconImage, 'title': 'Pop Tune', 'file': 'https://a.clyp.it/enddsv44.mp3'}
  ]
});
</script>

Any type of information please Contact us.

Do you want to make your blog Navigation more easy and user-friendly? Are you fed up with the default blogger "Older Posts" and "Newer Posts" navigation? By default, Blogger provides us an option to set the number of posts on our homepage, when the limit of the posts exceeds it shows Older Posts or Newer Posts button for navigating posts. But if you want to make your blog more user-friendly Numbered Page Navigation is better than the Newer and Older Posts. Page numbers instead of older and newer could help our visitors to navigate quicker and easily. If you're looking to add a Numbered Page Navigation to your website then you're at the place. In this tutorial we're going to show you that How to Add Numbered Page Navigation to Blogger. We have also designed 7 clean and stylish styles for this navigation, choose the one you like and don't forget to leave your feedback about our designs in the comments section below.

How to Add Stylish  Numbered Page Navigation to Blogger.

How to Add Numbered Page Navigation to Blogger

Now Follow The instruction:
  1. Step  Log in to your Blogger Account and Go to your Blogger Dashboard
  2. Step  Click on -> Template -> Edit HTML->
  3. Step  Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below any Style Which you want , above ]]></b:skin>
  5. Style 1


    add Stylish  Numbered Page Navigation to Blogger.

    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#404042;border:2px solid #ccc;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#666666;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #000;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    


    Style 2

    Add Stylish  Numbered Page Navigation to Blogger

    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #000; background-color:#fff;border:2px solid #ccc;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#222;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #ccc;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    

    Style 3


    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#00CC00;border:2px solid #008E00;border-radius:2px;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#008E00;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #000;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    


    Style 4


    Add Stylish  Numbered Page Navigation to Blogger

    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#2aa4cf;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#1D7290;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #000;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    


    Style 5


    Add Stylish  Numbered Page Navigation to Blogger

    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#FF8000;border:2px solid #B25900;border-top-right-radius:7px;border-bottom-left-radius:7px;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#B25900;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #000;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    


    Style 6


    Add Stylish  Numbered Page Navigation to Blogger

    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#009999;border:2px solid #006B6B;border-radius:999px 999px 999px 0px;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#006B6B;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #000;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    


    Style 7


    Add Stylish  Numbered Page Navigation to Blogger

    
    #blog-pager{clear:both;margin:30px auto;text-align:center; padding: 7px;}
    .blog-pager {background: none;}
    .displaypageNum a,.showpage a,.pagecurrent{padding: 5px 10px;margin-right:5px; color: #F4F4F4; background-color:#FFCC00;border:2px solid #B28F00;border-radius:999px 999px 999px 999px;}
    .displaypageNum a:hover,.showpage a:hover, .pagecurrent{background:#B28F00;text-decoration:none;color: #fff;}
    #blog-pager .showpage, #blog-pager, .pagecurrent{font-weight:bold;color: #000;}
     .showpageOf{display:none!important}
    #blog-pager .pages{border:none;-webkit-box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);-moz-box-shadow:0px 5px 3px -1px rgba(50, 50, 50, 0.53);box-shadow: 0px 5px 3px -1px rgba(50, 50, 50, 0.53);}
    

  6. Step After Selcet Style any next Locate <body> By Pressing Ctrl+F (Windows) or CMD+F (Mac) and copy the
    below JavaScript and paste it above/before </body>


  7. <b:if cond='data:blog.pageType != &quot;item&quot;'> <b:if cond='data:blog.pageType != &quot;static_page&quot;'> <script type='text/javascript'> /*<![CDATA[*/ var perPage=6; var numPages=6; var prevText ='◄'; var nextText ='►'; var urlactivepage=location.href; var home_page="/"; /*]]>*/ </script> <script type="text/javascript" src="http://yourjavascript.com/1285534128/pagenavigationupdated.js"></script> </b:if> </b:if>

    Customization:


    var perPage=6; No. of posts to show perPage
    var numPages=6; No. of pages to show in Navigation
    var prevText =''; Text to show for Previous Page button
    var nextText =''; Text to show for Next Page button

  8. Step You're done. Now Save template and see result by refreshing page.

If you have any problem, then feel free to communicate by comment box. If you like this widget, then don't forget to share this post with your social media.
Any type of information please Contact us.
Swicther!
Layout
Boxed Full
Boxed Background Image
Main Color
#007ABE

Shawon Khan

{picture#https://1.bp.blogspot.com/-BDYMzedJdjs/UAI7F8ZNFKI/AAAAAAAAACY/yhMlXb-dkDU/s50/avatku.jpg} Nor is it at all prudent for the hunter to be over curious touching the precise nature of the whale spout. {facebook#http://facebook.com} {twitter#http://twitter.com} {google#http://google.com} {pinterest#http://pinterest.com} {youtube#http://youtube.com}

Contact Form

Name

Email *

Message *

Powered by Blogger.