Guideline Menu

Dable Blogger Setup Guide

For Responsive Skin

Blogger
1. Insert the required meta tag

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

2. Insert the necessary tags in the body
  • Find the </head> part of the code and add the following code right before the </head> tag.

    Copy and paste the code below.

  • <meta expr:content='data:post.date.iso8601' property='dable:published_time'/>


  • 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='"post-body-" + data:post.id'>


  • Modify the code as shown below. Find the code above and insert 3 additional lines on it, and change <div class ~> to <div itemporp='articleBody' class~> .
  • <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='"post-body-" + 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 log collection script correctly. Once you've completed verification, please contact Dable team and we'll send you a recommendation widget script.






Q&A
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 URL Debugger
    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.