Cara Membuat Widget Daftar isi pada Blogspot Update (Juli 2019)
Langkah-Langkah Membuat Widget Daftar isi
1. Sobat login dulu ke blog milik sobat
2. Kmudian klik "Halaman" kemudian klik lagi "Halaman Baru"
3. di kiri atas ada pilihan " HTML dan Compose" selanjutnya silakan sobat klik "HTML"
4. Selanjutnya untuk judul isikan "Daftar isi"
5. dan untuk konten silakan copy kode script yang telah saya siapkan dibawah.
Kode Script Widget Daftar isi
<div class="tabbed-toc" id="tabbed-toc">
<span class="loading">Memuat…</span></div>
<script>
var tabbedTOC = {
blogUrl: "https://anoksa27.blogspot.com/", // Blog URL
containerId: "tabbed-toc", // Container ID
activeTab: 1, // The default active tab index (default: the first tab)
showDates: true, // `true` to show the post date
showSummaries: false, // `true` to show the posts summaries
numChars: 200, // Number of summary chars
showThumbnails: true, // `true` to show the posts thumbnails (Not recommended)
thumbSize: 60, // Thumbnail size
noThumb: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC", // A "no thumbnail" URL
monthNames: [ // Array of month names
"Januari",
"Februari",
"Maret",
"April",
"Mei",
"Juni",
"Juli",
"Agustus",
"September",
"Oktober",
"November",
"Desember"
],
newTabLink: true, // Open link in new window?
maxResults: 99999, // Maximum post results
preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || "onload")
sortAlphabetically: true, // `false` to sort posts by published date
showNew: 7, // `false` to hide the "New!" mark in most recent posts, or define how many recent posts are to be marked
newText: ' – <em style="color:red;">New!</em>' // HTML for the "New!" text
};
</script>
<script src="//cdn.rawgit.com/tovic/dte-project/2fd2d2971c3398029ea5e149696447243e7f4d94/tabbed-toc.min.js"></script>
Keterangan: untuk tulisan yang berwarna merah, silakan ganti dengan alamat url milik sobat. kemudian baru klik Publikasikan.


0 Response to "Cara Membuat Widget Daftar isi pada Blogspot Update (Juli 2019)"
Posting Komentar