POSTS
PORTFOLIO
SEARCH
SHOP
  • Your Cart Is Empty!
Your address will show here +12 34 56 78
Dable Blogger Setup Guide

— For Responsive Skin —

Apply Dable's Personalized Recommendation and Native Ad easily!
 

 

1. Insert the required meta tag

On the Admin page, click on the ‘Themes’ and click ‘Edit HTML’.

  • Text Hover
2. Insert the necessary tags in the body


1) Find the </head> part of the code and add the following code right before the </head> tag.

(Copy and paste the code below.) 

<script defer='defer' src='//static.dable.io/dist/blogger.min.js'/>

 


2) Find the <b:includable id=’postBody’ var=’post’> in the code. Then, click the “►” shape on the left to expand the code and find the following code.

<div class='post-body entry-content float-container' expr:id='&quot;post-body-&quot; + data:post.id'>

 

 

3) Modify the code as shown below.

Find the code above and insert 3 additional lines on it, and change <div class ~> to <div itemprop=’articleBody’ class ~>.

<meta expr:content='data:post.timestampISO8601' property='article:published_time'/>
<meta expr:content='data:post.id' property='dable:item_id'/>
<b:if cond='data:post.labels'><b:loop index='i' values='data:post.labels' var='label'>
<b:if cond='data:i == 0'><meta expr:content='data:label.name' property='article:section'/></b:if></b:loop></b:if>
<div itemprop='articleBody' class='post-body entry-content float-container' expr:id='&quot;post-body-&quot; + data:post.id'>

 

 
3. Contact Dable after completion

Please refer to the FAQ at the bottom of the page. Make sure that you inserted the 1) meta tag and 2) log collection script correctly. Once you’ve completed verification, please contact Dable team and we’ll send you a recommendation widget script.

 

How can I check if the meta tag and log collection scripts are set correctly?

Meta Tag Verification

Copy one of the URL of your blog content, and go to the URL Debugger at http://api.dable.io/tools/meta_test.html. Change the 'Service Type' to the blog, paste the copied URL, and click OK. If there is any part in red, it means the tag corresponding to that part is not inserted properly. If you see a red background, please check the part again.

 

Log Collection Script Verification

Login to the Dable dashboard and click 'Log Status' on the left. If the logs are coming in real time, the log collection script has been applied properly. If not, please review log collection script.

 

What are the common mistakes?

There are many errors in setting log collection scripts and meta tags.

1. If the format of the double quote ("") is different
2. If there is a typing error such as typing dable into able
3. You entered a code and tag in an incorrect location.