
Safe Platinum adalah template safelink dikhususkan untuk blogger yang berguna untuk mengamankan link download atau link tertentu, template ini dibuat oleh mas Irfaan dengan versi 1.0 dengan tampilan baru dari template sebelumnya.
Fitur Safe Platinum Safelink
- Menggunakan Crypto JS
- Klik 2x Untuk Memunculkan Tombol Link
- Responsive
- Random Generate Link
- Full Page Script atau Auto Safelink dengan random postingan saat di refresh
- Iklan di sidebar kana dan kiri
- Iklan didalam post
- Iklan dihalaman depan atas dan bawah
Cara Instalasi Template
- Masuk ke Blogger > Menu Tema > Edit HTML.
- Hapus semua kode Template bawaan Bloger tersebut
- Copy kode template Safe Platinum yang sudah kamu download dibawah.
- Paste Kode nya di Editor Template tersebut, lalu Save.
Cara Membuat Postingan
Postingan yang dibuat ini adalah untuk menjembatani link nantinya, jadi perlu beberapa penerapan kode safelink, untuk tutorialnya sebagai berikut:
Buat Postingan dengan cara New Post.
Tulis artikel sesuai ke inginan, tentang apa saja terserah.
Jika sudah, copy kode dibawah pada
mode HTML
, lalu paste diatas artikel tersebut.<!-- Paste Kode Berikut Tepat di Atas Postingan --> <div id='timer'></div> <div class='text-center'> <button id='getlink' class='btn bt-success hidden' disabled=''>Get Link</button> <!-- Kode Iklan Disini --> </div>
Selanjutnya copy kode ke dua dibawah ini dibagian tengah artikel.
<!-- Paste Kode Berikut Tepat di tengah Postingan --> <div class='text-center'> <button id='gotolink' class='btn bt-success hidden' disabled=''>Go to Link</button> <div style='margin:auto;display:inline-block'> <!-- iklan iklan disini --> </div> </div>
Jadi kamu hanya tinggal memasukan kedua kode tersebut jika hendak membuat postingan baru, agar safelink tidak terjadi error.
Jika kamu malas membuat membuat isi artikel bisa langsung copy kode di bawah ini lalu paste di mode HTML di setiap artikel yang kamu buat.
<div id='timer'></div> <div class='text-center'> <button id='getlink' class='btn bt-success hidden' disabled=''>Get Link</button> <!-- iklan --> </div> <p>This article is a sample text used for demonstration purposes. In this article, we will discuss several important topics that often arise in article writing.</p> <h2>The Importance of Article Writing</h2> <p>Writing articles is an essential skill that can be applied in various fields. A well-written article can inform, inspire, and influence readers. To achieve this, a writer needs to pay attention to the structure, style, and content of the article.</p> <h2>Effective Article Structure</h2> <p>A good article usually consists of several main parts: introduction, body, and conclusion. Each part should be well-organized so that readers can easily follow the writer's line of thought.</p> <h2>Tips for Writing Articles</h2> <ul> <li><strong>Define the Purpose</strong>: Before writing, determine the main goal of the article. Is it to inform, entertain, or inspire?</li> <li><strong>Know Your Audience</strong>: Understand who your target readers are and tailor the writing style and content of the article to their needs and interests.</li> <li><strong>Use Clear Language</strong>: Avoid using jargon or overly technical language unless your target audience is experts in that field.</li> </ul> <div class='text-center'> <button id='gotolink' class='btn bt-success hidden' disabled=''>Go to Link</button> <div style='margin:auto;display:inline-block'> <!-- iklan --> </div> </div> <h2>Conclusion</h2> <p>Writing an effective article requires planning and skill. By paying attention to the structure and content of the article, and understanding the needs of the readers, a writer can create an engaging and informative article. Keep practicing writing to hone your skills.</p>
Memasang Auto Safelink di Blog Utama
Untuk menerapkan auto safelink di blog utama agar setiap link download atau link eksternal mengarah terlebih dahulu ke blog safelink yang sudah dibuat tadi, kamu hanya perlu memasang kode berikut di blog utama tepat diatas penutup </body>
.
<script type='text/javascript'>
var setting = {
pengecualianstatus: true,
pengecualian: "google.com,twitter.com,javascript:;,mailto:",
hanyauntukstatus: false,
hanyauntuk: "githubusercontent.com", //use ::withpath for autolink specific path exampe.com/download/::withpath
path: "#?o="
};
</script>
<script type='text/javascript' src='https://cdn.statically.io/gh/riedayme/bloggercode/master/js/autoreplacebyfeednew.js'></script>
<script src="https://www.blogger.com/feeds/ID_BLOG/posts/default?alt=json-in-script&max-results=13&callback=showurl"></script>
Ganti ID_Blog
dengan id blog safelink milik kamu yang tadi dibuat.
How to use? Read The Documentation Here