In-feed Ad

Step by step enable In-Feed Ad on all themes.

In-Feed is an ad format that appears between a list of posts, this feature is available on all themes, to enable it follow these instructions:

Enabling In-Feed Ads

  1. Go to Blogger HTML Editor.
  2. Find the code as below and remove the comment tags <!-- and --> to activate it:
    <!--<b:if cond='data:i == 2'>
      <b:include name='post-adI'/>
    </b:if>
    <b:if cond='data:i == 6'>
      <b:include name='post-adI'/>
    </b:if>-->
    <b:if cond='data:i == 2'>
      <b:include name='post-adI'/>
    </b:if>
    <b:if cond='data:i == 6'>
      <b:include name='post-adI'/>
    </b:if>

    Loop counting starts from 0, based on the above code, the ads are displayed at 3rd and 7th in the post list, change the tagged number to change the order of the ads.

Adding Ad Units

The next step is to add your ad unit in the code below, replace the marked part:

<!--[ In-feed ad ]-->
<b:includable id='post-adI'>
  <div class='p nAd noPrint'>
    <b:comment>Paste your ad code right under this tag</b:comment>
  
  </div>
</b:includable>

In-Feed adalah format iklan yang muncul di antara daftar postingan, fitur ini tersedia di semua tema, untuk mengaktifkannya ikuti petunjuk berikut:

Mengaktifkan Iklan In-Feed

  1. Buka Editor HTML Blogger.
  2. Temukan kode seperti di bawah ini dan hapus tag komentar <!-- dan --> untuk mengaktifkannya:
    <!--<b:if cond='data:i == 2'>
      <b:include name='post-adI'/>
    </b:if>
    <b:if cond='data:i == 6'>
      <b:include name='post-adI'/>
    </b:if>-->
    <b:if cond='data:i == 2'>
      <b:include name='post-adI'/>
    </b:if>
    <b:if cond='data:i == 6'>
      <b:include name='post-adI'/>
    </b:if>

    Penghitungan loop dimulai dari 0, berdasarkan kode di atas, iklan ditampilkan di urutan ke-3 dan ke-7 dalam daftar posting, ubah nomor yang ditandai untuk mengubah urutan iklan.

Menambahkan Unit Iklan

Langkah selanjutnya adalah menambahkan unit iklan Anda pada kode di bawah ini, ganti bagian yang ditandai:

<!--[ In-feed ad ]-->
<b:includable id='post-adI'>
  <div class='p nAd noPrint'>
    <b:comment>Paste your ad code right under this tag</b:comment>
  
  </div>
</b:includable>