Update Code Widget Dan Template Untuk Simple Safelink Converter

Update code Safelink Converter untuk Widget Atau Template/Theme
Tambahan : Protected Links
<script type='text/javascript' async='async'> var myArray = ['https://web-manajemen.blogspot.com/p/redirect.html?u=', 'https://web-manajemen.blogspot.com/p/advertisement.html?u=', 'http://web-manajemen.blogspot.com/p/advertise.html?u=']; var safelink = myArray[Math.floor(Math.random() * myArray.length)]; var protectedLinks = /(bing.com|google|linkedin.com|facebook|manajemen|safelink|pinterest|digg.com|twitter|codepen.io|blogger.com|ask.com|DOMAINKAMU.COM)/ $( 'a' ).each(function() { if (this.href.match( protectedLinks ) ){ $(this).attr("href", $(this).attr("href")+'?success'); //$(this).addClass('w3-text-green'); //Add Class On Internal Links } else { $(this).attr("href", safelink+encodeURIComponent($(this).attr("href")+'?utm=web-manajemen.blogspot.com')); //$(this).addClass('w3-text-red'); //Add Class On External Links } }); </script>
ubah DOMAINKAMU.COM dengan domain kamu. Untuk menambahkan lebih dari 1 domain, kasih separator |. Misal domain.com|domain.me|domain.net
Untuk Kode Halaman Bisa menggunakan kode terupdate sebelumnya di Update Code Safelink Converter 12 Des 2017
0 Response to "Update Code Widget Dan Template Untuk Simple Safelink Converter"
Post a comment
Jangan Lupa Cek Box "Notify Me" agar tahu komentar kamu dibalas oleh saya.
If there are any posts that are missing, or error or anything else, please leave a comment for the article / post to be fixed.
Do not Forget Check Box "Notify Me" to know our comments replied by me.