CÓDIGO DA FONTE ESPECIAL:
(colar abaixo de <head>)
CÓDIGO CSS
(colar acima de ]]></b:skin>)
color:#FF1493;
font-size:21px;
padding:1px;
}
.reactions-label{
float: center !important;
margin-left: 23em;
}
.reactions-iframe {
float: center !important;
text-decoration: none;
margin-left: -1em;
margin-top: 0.1em;
}
CÓDIGO JAVASCRIPT
(colar abaixo de <div class='post-footer-line post-footer-line-1'> ou substituir caso o código já exista em seu blog)
<span class='reaction-buttons'>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
<span class='reactions-label'><i class='fa fa-heart'/></span> 
</td>
<td>
<iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/>
</td>
</tr>
</table>
</b:if>
</span>