Tính năng này hiện đã có trong Bản nháp Blogger . Dưới đây là hướng dẫn cài đặt :
Vào mục phần tử trang trong Bản nháp Blogger và click vào Edit vào mục Bài đăng trên blog.
Đánh dấu vào mục Phản ứng rồi Save
Tuy nhiên , đối với một số Templates nhất định, đòi hỏi phải có code để thêm được tính năng này vào
Nếu template của bạn thuộc dạng đó , thì hãy làm như sau
Vào Edit HTML, sao lưu lại template trước , đồng thời Mở rộng mẫu tiện ích rồi tìm đoạn code sau
<p class='post-footer-line post-footer-line-1'>
Sau đó , thêm vào đoạn code này vào ngay sau code trên
<span class='reaction-buttons'>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' width='100%'><tr>
<td valign='center'><span class='reactions-label'>
<data:top.reactionsLabel/></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>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' width='100%'><tr>
<td valign='center'><span class='reactions-label'>
<data:top.reactionsLabel/></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>
Nếu có thắc mắc hãy để lại comment cho mình nhé .