BLOGCU ADMİN

BLOG'DA İNDİRME LİNKİNE SAYAÇ EKLEME

1. ADIM SABLONU ACIP HTML TIKLA   ctrl+f  TIKLA BU KODU ARAMAYA YAPISTIR VE  ]]></b:skin>   VE ASAGDAKi SCRIPTI KOPYALA ve ]]></b:skin> ARKASINA YAPISTIR VE SABLONU KAYDET
    /*----- download counter by BW-----*/
    .mbtloading {
    background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgSN2JRxxmJ2wGxRFpR9q-WOf0nxJkyjUBn6Jvw260ls6ZKM8eQUhidq3m-8OVd-SwQz0W9pvMhyphenhyphen42lzBIXlLrNzJnu69fi5wvfa11KEEe3QsjmNchDRcD3NPmOlld_hYOYi8oeUG_9U/s320/mbtloading.gif') no-repeat left center;
    width: 16px;
    height: 16px;
    }
    .blog-stats {
    color: #289728;
    font: bold italic 18px georgia, arial;
    float: right;
    }


renk degisimi icin :  color: #289728;    kodu degistirebilirsiniz
örnek yesil renk kodu:   #00ff00;

2. ADIM SABLONU ACIP HTML TIKLA   ctrl+f  TIKLA BU KODU ARAMAYA YAPISTIR   </body> BUL VE ASAGDAKi SCRIPTI KOPYALA  KODUN  ÖNÜNE  YAPISTIR VE KAYDET
 

<!-- Download Counter by MBT starts-->


<script type='text/javascript'>
    window.setTimeout(function() {
        document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
      }, 10);
  </script>
<script src='https://cdn.firebase.com/v0/firebase.js' type='text/javascript'/>
<script>
$.each($(&#39;[data-download-count=true]&#39;), function (i, e) {
    var elem = $(e).parent().find(&#39;#download-count&#39;).addClass(&#39;mbtloading&#39;);
    var id = $(e).closest(&#39;.post-body&#39;).siblings(&#39;a[name]&#39;).attr(&#39;name&#39;) + &quot;-&quot; + $(e).attr(&#39;id&#39;);
                          var downloadStats = new Firebase(&quot;https://mbtblogstats.firebaseio.com/downloads/id/&quot; + id);
    var data = {}, isnew = false;
    downloadStats.once(&#39;value&#39;, function (snapshot) {
        data = snapshot.val();
        if (data == null) {
            data = {};
            data.value = 0;
            data.url = window.location.href;
            data.id = id;
            isnew = true;
        }
        elem.removeClass(&#39;mbtloading&#39;).text(data.value);
    });
    $(e).click(function (e) {
        data.value++;
        if (isnew) downloadStats.set(data);
        else downloadStats.child(&#39;value&#39;).set(data.value);
    });
});
</script>

<!-- Download Counter by MBT Ends-->


mbtblogstats yazan yere firebase adınızı yazarak degiştiriniz

3. ADIM SABLONU ACIP HTML TIKLA   ctrl+f  TIKLA BU KODU ARAMAYA YAPISTIR   <head>  BUL VE ASAGDAKi SCRIPTI KOPYALA  KODUN  ÖNÜNE  YAPISTIR VE KAYDET
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>

4. SON ADIM KAYIT SAYFASINA TIKLA,YENI YAYIN AC,HTML SEC,INDIRiLEN LiNKE DAiR BiR iSIM YAZ BIR BOSLUK BIRAK  VE ASAGDAKI SCRiPT i yapistir  ve indirme linkini asagida gösterdigim sekilde uygulayin ve kaydete tiklayin.
     <div style="width:120px;">
    <a data-download-count="true" href="#">Download Now!</a>
    <div class="blog-stats" id="download-count">
    </div>
    </div>
sonra  indirme linkinizi kirmiziyla yazilan yere karenin hemen arkasina yapistiriyoruz
 href="https://docs.google.com/uc?export=download&id=
0B2mGJxYeNQAhYTdrSktQMjlrRHc#">Download Now!</a>
ve kaydedip blogumuza bakiyoruz

ÖRNEK:
<div style="width: 100px;">
<a class="button button-red" data-download-count="true" href="https://ADRESİNİZ"><b>BUTON BAŞLIK ADI</b></a>Sayfa Tıklama Sayısı:
<br />
<div class="blog-stats" id="download-count">
</div>
</div>

ÖRNEK:
BUTON BAŞLIK ADISayfa Tıklama Sayısı:
İSTEYENLER ORJİNAL İNGLİZCE SİTESİNE BAKABİLİRLER BURDAN

Hiç yorum yok :

Yorum Gönder