loading...

របៀបរាប់ចំនួនអ្នកចុចលើ Link សំរាប់downloadអ្វីមួយ

នេះគឹជាវិធីសាស្រ្តមួយ​ដែល​អាច​អោយយើង​រាប់ចំនួន​អ្នកដែលចូលក្នុង​វេបសាយ​របស់យើង​ហើយចុចលើលីង​ដែលបានដាក់អោយដោនលោត​នៅលើប្លុកស្ពតរបស់យើង​។ វាគឺជា Plugin មួយដែលអស្ចាច្យបំផុតដែលអាច​ដាក់លើ WordPress ឬ Blogger ក៏បាន ។ វាត្រូវបានប្រើ វេបសាយជំនួយ មួយ គឺ Firebase សំរាប់​ធ្វើជាកន្លែងរាប់ចំនួននៃអ្នកចូលទៅចុចលើLink របស់យើង ។ ខាងក្រោមនេះគឺជាចំនុចដែលត្រូវអនុវត្តតាមបង្កើត

  • ជំហាន ទីមួយ៖ បង្កើត Account


                    -បង្កើតគណនេយ្យលើ FireBase   ចុចលើនេះដើម្បីចុះឈ្មោះ



  • ជំហាន ទីពី៖  បង្កើតproject លើ firebase


  • ជំហាន ទីបី៖
                  ស្វែងរក database រូចចុចលើ​ដើម្បីរក លីងដែលត្រូវប្រើ EX: songhakblogstate-xxxxx


  • ជំហាន ទីបួន៖​ របៀបដំឡើង ក្នុងប្លុង

  1. Go To Blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. *Search for </b:skin>.  Click the black arrow to expand the code.
  5.  Paste the following Styles just above </b:skin>

    /*----- download counter by SongHak-----*/
    .songhakloading {
    background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpBe8cSQ3NQemU_WVj9-eB4b3ZDT6_5Frn9ZyVuMGlY9WbV-Oqu4hmBeqfFp3x2IMpZB0ulM7t5lAvA-EHte_axHPwBAvSFoWht2pSFAXYf-QgBtjWs9EU_yS2z-DSzT9dW-GbBPEEbVjh/s1600/songhakloading.gif') no-repeat left center;
    width: 16px;
    height: 16px;
    }
    .blog-stats {
    color: #289728;
    font: bold italic 18px georgia, arial;
    float: right;
    }


    Tip: 
  6. Now search </body> and just above it paste the following script:

    <!-- Download Counter by SongHak 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://songhakblogstate-xxxxx.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;songhakloading&#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-->

    Replace songhakblogstate-xxxxx with your Firebase name that you created in step#2.
  7. Now search for <head>   and paste the following JQuery library just below <head>

    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>
  8. Save your blog and you are all done with coding!

  • ជំហានបញ្ចប់ ៖
ដាក់ លីងលើPost ត្រូវអោយគេដោនលោត
<div style="width:120px;"> 
<a data-download-count="true" href="#">Download Now!</a> 
<div class="blog-stats" id="download-count"> 
</div> 
</div>
  • Replace the # sign with your File link.
  • You can write anything instead of Download Now! If your link is bigger in length then increase the width of the counter so that it shows the count in alignment.

Post a Comment

[facebook][blogger]

Author Name

Contact Form

Name

Email *

Message *

Powered by Blogger.