201 – 400 of 1129
#1

NineStreame - Template blogger streaming. Tema ini apik dan bersih, serta UX/UI yang memukau membuat pengunjung semakin betah dan lama menonton.
Dikemas dengan fitur standar untuk membuat situs anime streaming idamanmu.

Tema ini menggunakan system unipost yang artinya semua episode tercantum dalam satu post. Ini tentunya berbeda dari system multi post, yang memisahkan post series dan episode.

Membuat template streaming tidaklah mudah, prosesnya rumit, perlu dana, tenaga, dan pikiran.
Jika kalian merasa tema ini layak dapat dukungan, kirim bantuan kalian dengan membeli lisensi tema ini.

Fungsi utama template ini adalah untuk streaming hasil terjemahan sendiri atau orang lain. Apabila sumber videonya dari fansub maka wajib mencantumkan credit.

Cara membuat post

Simak baik baik bagian ini, karena bagian ini merupakan kunci untuk mencapai ranking SEO tinggi. Terutama bagian Pemalink, Judul, Deskripsi
Seluruh proses penyuntingan post wajib memakai HTML View.

Permalink

Pengaturan permalink ada di Post > Setelan entry > Link > Permalink Khusus
Permalink adalah permanent link, contoh:

https://anime-la-bt.blogspot.com/2022/03/demon-slayer-kimetsu-no-yaiba.html
Yang ingin aku fokuskan adalah url setelah tanggal, bagian ini: demon-slayer-kimetsu-no-yaiba.html. Tipsnya adalah semakin pendek permalink semakin bagus tetapi tetap tidak menghilangkan makna linknya. Permalink blogger dibuat dengan memasukkan singkatan judul di Permalink Khusus letaknya di sidebar kanan pengaturan post.

Cara membuat permalink adalah dengan membuat singkatan dari judul yang panjang seperti: Demon Slayer: Kimetsu no Yaiba Entertainment District Arc
Karena judulnya terlalu panjang kita ambil bagian yang penting saja: Kimetsu Yaiba Entertainment Arc.
Perhatikan kalimat no dan District tidak dimasukkan untuk mempersingkat judul. Permalink yang bagus:

https://anime-la-bt.blogspot.com/2022/03/kimetsu-yaiba-entertainment-arc.html
Contoh permalink yang jelek:
https://anime-la-bt.blogspot.com/2022/03/demon-slayer-kimetsu-no-yaiba.html

Buatlah permalink yang tidak membingungkan search engine dan user, mudah dibaca dan dipahama. Copy singkatan judul lalu paste dan publish

Label yg valid

Hampir semua support label genre, kalau masih kurang silahkan input manual dalam <b:includable id='genrePost'>

Penulisan label selalu diawali huruf kapital. Adapun untuk label khusus, gunakan panduan label di bawah ini:

Type:
TV
Movie
OVA
ONA
Special
Status:
Ongoing
Completed
Dropped
Upcoming
Country:
Japan
Chinese
Language:
Sub
Dub
Quality:
Webrip
BD

Syarat dan ketentuan

tidak boleh di jual uang

Random Tutorial

Requst dari komentar berupa konstumisasi khusus atau yang tutorial lainnya.

Source

Multi Tab Video Streaming
Rating Bintang Blogger
Countdown Timer
Homepage Image Slider
Random Post Simple Image
Version Release date Downloads Perubahan
v1.0 Box 0 Changes
= v1.0 =
Fitur NineStream Lite
  • Filter Search
  • Schedule
  • Filter Search
  • Slider auto play
  • Bookmark
  • Multi tab random post
= Berkas ZIP =
  • Folder page
  • post.format.xml
  • NineStreame_Lite_v1.0.xml
  • NineStream.jpg
  • download.button.xml
  • countdown.xml
#ads
#10

Everything is working thanks

If it's possible when you open an index page on episode list possible to open last added episode
What to need to change Image: https://i.imgur.com/s9X9ob1.png

#12

Please help us to create categories using Post Labels on the homepage.

I have already identified the lines of code in the post thumbs area:
<b:class cond='data:view.isMultipleItems' name='blog-posts'/>
<b:with value='data:widgets.FeaturedPost filter (w =&gt; w.sectionId == &quot;main&quot;) map (w =&gt; w.postId)' var='featuredPostIds'>
<b:with value='data:view.isHomepage ? data:posts filter (post =&gt; post.id not in data:featuredPostIds): data:posts' var='posts'>
<b:if cond='data:view.isMultipleItems'>
<div class='mb-10 flex jcsb' id='newest'>
<h2 class='lh-2 c-fff fw-500'>Adicionados Recentemente</h2>
<div class='flex aic'>
<div class='flex aic tabs'>
<a class='tablinks' href='/search'>Tudo</a>
<a class='tablinks' href='/search/label/Leg'>Leg</a>
<a class='tablinks' href='/search/label/Dub'>Dub</a>
<a class='tablinks' onclick='feelingLucky();'>Aleatório</a>
</div>
<b:include name='postPagination'/>
</div>
</div>
<div class='grid gtc-raf g-var hfeed'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='thumbList'/>
</b:loop>
</div>
</b:if>
<b:if cond='data:view.isSingleItem'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='postCommentsAndAd'/>
</b:loop>

</b:if>
</b:with>
</b:with>




#17

I duplicated that part of the code:

<b:class cond='data:view.isMultipleItems' name='blog-posts'/>
<b:with value='data:widgets.FeaturedPost filter (w =&gt; w.sectionId == &quot;main&quot;) map (w =&gt; w.postId)' var='featuredPostIds'>
<b:with value='data:view.isHomepage ? data:posts filter (post =&gt; post.id not in data:featuredPostIds): data:posts' var='posts'>
<b:if cond='data:view.isMultipleItems'>
<div class='mb-10 flex jcsb' id='newest'>
<h2 class='lh-2 c-fff fw-500'>Adicionados Recentemente</h2>
<div class='flex aic'>
<div class='flex aic tabs'>
<a class='tablinks' href='/search'>Tudo</a>
<a class='tablinks' href='/search/label/Leg'>Leg</a>
<a class='tablinks' href='/search/label/Dub'>Dub</a>
<a class='tablinks' onclick='feelingLucky();'>Aleatório</a>
</div>
<b:include name='postPagination'/>
</div>
</div>
<div class='grid gtc-raf g-var hfeed'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='thumbList'/>
</b:loop>
</div>
</b:if>
<b:if cond='data:view.isSingleItem'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='postCommentsAndAd'/>
</b:loop>

</b:if>
</b:with>
</b:with>


Please, light the way! 🥺🙏

#30

sama minus di fitur FILTER nya,

jadi misal searching judul kemudian menekan tombol filter, hasil yg dicari tidak sesuai
tapi kalau searching judul kemudian menekan enter keyboard baru hasilnya sesuai

cuma itu aja si min minus di blog saya, yg lain sudah jos semua

#47

Multi tab komment atau yg blogger doang? Ini untuk blogger doang Link.
Kalau untuk multi tab susah juga, letaknya terpisah2.
Copy 3 b:includable berikut:<b:includable id='threadedComments-modifV2' var='post'>
<b:includable id='Disqus'>
<b:includable id='rule'>
Paste dalam widget blog1.
Cari <b:includable id='commentPicker' var='post'> Sisinya di hapus ganti dengan:<b:include data:post.allowComments' data='post' name='threadedComments-modifV2'/>Cssnya ada di bawah /* Post Comment */Script JS tab cari function openTab(evt, cityName) { Copy seluruh JS-nya. letakkan di atas </body>
Belum tentu sempurna stylenya, karena kebiasaanku menulis css acak, agak susah menentukna lokasi CSS-nya.

#49

Hello can you help me with a next page ( More> )
When I pushing on it's not going on the next page just adding the new poste in the same page Maybe it's because I have old version 1.0v Can it be fixed without changing all XML This Is My blog: https://ygymsite.blogspot.com/

#77

<nav aria-label='breadcrumbs' class='c95-a cbd:last-li mb-10' itemscope='itemscope' itemtype='https://schema.org/BreadcrumbList'>
<ol class='flex lsn m-0 p-0 svg-bg:after'>
<li itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'>
<a aria-current='location' expr:href='data:blog.homepageUrl.canonical' itemprop='item' title='Home'>
<span itemprop='name'>Home</span>
</a><meta content='1' itemprop='position'/>
</li>
<b:if cond='data:post.labels'>
<b:loop index='num' values='data:post.labels' var='label'>
<b:if cond='data:num == 0'>
<li itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'>
<a aria-current='location' expr:href='data:label.url.canonical' itemprop='item'><span itemprop='name'><data:label.name/></span></a><meta expr:content='data:num+2' itemprop='position'/>
</li>
</b:if>
<b:if cond='data:num == 1'>
<li itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'>
<a aria-current='location' expr:href='data:label.url.canonical' itemprop='item'><span itemprop='name'><data:label.name/></span></a><meta expr:content='data:num+2' itemprop='position'/>
</li>
</b:if>
<b:if cond='data:num == 2'>
<li itemprop='itemListElement' itemscope='itemscope' itemtype='https://schema.org/ListItem'>
<a aria-current='location' expr:href='data:label.url.canonical' itemprop='item'><span itemprop='name'><data:label.name/></span></a><meta expr:content='data:num+2' itemprop='position'/>
</li>
</b:if>
</b:loop>
<b:else/>
<li><a aria-current='location'><data:post.title/></a></li>
</b:if>
</ol>
</nav>

#94

I want to add a section to my blog where players are introduced. Can you make a code for this?


sample site: https://mydramalist.com/63415-love-playlist-season-5-2021


Cast & Credits section

#124

@Wernayasa
min hasil pencarian Post Pagination More, kucek didemo hasil pencarian untuk halaman/tabs berikutnya saat menekan tombol More > mereplace dengan hasil post 15, sedangkan kucoba di ninestreams punyaku, bukannya mereplace, melainkan menambah kebawah padahal hasil settingan Post 15, atau mungkin dikarenakan membutuhkan sekitar 30 post, per halaman/tabs 15, maka baru hasilnya akan mereplace?

maaf kalau agak bingung bacanya, karna aku juga sedikit bingung, baru kali ini kulihat tipe Pagination seperti itu.

#128

Iya, ini pagination more yang aneh, cara kerjanya yaitu dengan menhidden 20* post sebelumnya. Makanya kalau mendekati post terakhir, maka yang muncul 20 post terakhir termasuk yang sudah di tampilkan sebelumnya. (kalau gk paham jangan dipahami. wkwk)
Coba aja hapus .hfeed .hentry:nth-last-child(n+21), sapa tau itu lebih cocok buat km.

*20 tergantung settingan.

#129

Kamu yang nanya ini di youtube?
Ada orang yg sama persis nanya seperti itu.
Cut code ini dalam tema:<section class='stream'>
<data:post.body/>
</section>
Paste di atas:</article>
<b:include data='post' name='postMeta'/>
Hasilnya seperti ini:<section class='stream'>
<data:post.body/>
</section>
</article>
<b:include data='post' name='postMeta'/>

#132

perbedaannya apa min bila dihapus .hfeed .hentry:nth-last-child(n+21),???
oiya min, aku ada sedikit problem tidak tau asalnya dari mana, pada bagian widget random genre dibawah Widget Trending pada bagian homepage, kulihat ada garisan, setelah kucek bagian garisan itu masuk ke CSS .nav-tabs anehnya dicari gada CSS border-bottom: 1px solid #ddd sedemikian rupa.

dan juga script countdown, bikin resah min, spam error berkali kali dibagian dalam post wkwk
sebenarnya itu script dijadikan satu penempatan dengan code html countdown'nya min, kalau dipisah dalam keadaan html code Countdown tersebut tidak ada, tetapi scriptnya masih terload/berjalan, alhasil jadi begitu, bikin load streams juga laggy karnanya.

#133

1. Which widgets?
2. The problem with the ads was the vpn of my network hahaha

One more thing, I divided the posts on the homepage into categories, but I'm having problems because, despite dividing them into categories, they are not independent. Only the recent ones appear and always the number of posts in each category are different from each other.

Is there a way to create independent widgets (for each category (labels), with the same thumbnails etc) and hide the posts area on homepage?

#137

Yes, i know , that why i don't put them under category.
Each post cannot be separated, this is blogger issue, not developer.

You can use JavaScript to separated post (ex: manga template), but its add another complexity.

I'm working on another theme, can't update this theme yet.

#163

Jadwal Rilis AnimeStream work schedule
Thread link : https://www.forum.projexcode.com/2022/03/jadwal-rilis-animestream.html
Demo : https://tkopd.blogspot.com/p/schedule.html
Please put it on ninestream

#169

Hai admin , hai semua nya numpang lewat min mau kasih tau aja dikit bagi pemilik blogger movie yang upload data nya di google drive mau pakai player beda silahkan pakai url dari blog saya aja gak ada iklan
demo https://player-dunia21.blogspot.com/search?q=1pjUIvEeESUXBJS26QFSINuOgxNmZpeSJ
tinggal masukin ID Google Drive nya aja silahkan coba :)
https://player-dunia21.blogspot.com/search?q= ID GOOGLE DRIVE

#180

Hello I have one question How often do anime blogger sites get blocked the same way as normal sites like WP? I just want to know how safe it is to set up a site like this on Blogger Just don't want to move the site to blogger and then get it blocked

#185

Mungkinkah Anda hanya dapat meninggalkan skrip streaming multi tab dari template ini, untuk menginstalnya di yang lain?

Saya akan menjelaskan, saya telah menginstal template Zeitmanga Anda tetapi saya juga memiliki konten film anime dan saya ingin dapat menonton dan mengunduh di blog dan skrip streaming template Anda. Saya menyukainya


Ini hanya pertanyaan, dan maafkan kesalahan ejaan. Gunakan google translate.
Terima kasih atas kerjamu .

#187

I want to delete the picture before pressing the pictures on the main page of this theme I wonder how can I do it it looks like a play button or pause button I want to remove it from the site

#189

I'm talking about animes that are on the home page of the property. I want to remove the view from my site when I click there.

https://hosting.photobucket.com/images/i/tanbik83/Screenshot_20230214-085059_Chrome.jpg?width=320&height=320&fit=bounds

#193

Hi there 😊
In desktop: no bookmark button on the top.
In mobile phone: no bookmark or search next to the logo.
But, what is strange is that they appear in both versions when I do preview (about me is active in layout section, and used "clean template code" method)
Any thoughts?
P.S: i used the them in another blog and works fine, I tried to use it in a number 3 blog but it doesn't work 🤯

#196

Tidak ada. Tema saya gk punya source code, karna temanya dibuat langsung lewat browser.

Kalau ada pun untuk dijual, tidak dibagikan gratis.
Berbagi source sangat beresiko, org bisa memodifikasi sumbernya untuk dijual.

Entah kebetulan atau apa, saat ini gw membuat source code tema novel.
Filenya source-nya sebesar 9.1MB, kalau sudah jadi tema blogger bisa dibawah 300Kb.

Bikin source code tema mudah kok cuman copy paste sudah jadi, setelah itu diconvert manual ke blogger. Yang lama cuman setupnya doang.

Kalau ada waktu nanti gw bikin tutorialnya, sangat mudah caranya, yg sulit convert-nya ke wordpress.
Bikin sendiri aja, terserah mau dijual/dibagikan gratis.

201 – 400 of 1129

Forum rules
You can use English or Indonesian


image quote pre code