— For Responsive Skin —
On the Admin page, click on the ‘Themes’ and click ‘Edit HTML’.
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='"post-body-" + 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='"post-body-" + data:post.id'>
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.
There are many errors in setting log collection scripts and meta tags.