HƯỚNG DẪN:
Bước 1: Đăng nhập Blogger > Mẫu > Chỉnh sửa HTMLBước 2: Tìm đến thẻ ]]></b:skin> hoặc thẻ đóng </style> và chèn đoạn code sau lên trên nó và Lưu Mẫu
/* Subscribe Box */
#thinhnd-subscribe{background-color:#2A3744;margin:20px 0 0 0;padding:20px;overflow:hidden}
#thinhnd-subscribe h4{color:#827459;font-size:16px;margin-bottom:20px;text-align:center;text-transform:uppercase}
#thinhnd-subscribe .emailfield{margin:auto;text-align:center;}
#thinhnd-subscribe .emailfield form {margin:0;}
#thinhnd-subscribe .emailfield input{padding:10px;color:#bcc4ca;border:1px solid #03A9F4;font-size:13px;margin-bottom:10px}
#thinhnd-subscribe .emailfield input:focus{color:#454545;outline:none;border-color:#d5bc88;}
#thinhnd-subscribe .emailfield .submitbutton{background-color:#03A9F4;color:#fff;margin:0;font-size:13px;letter-spacing:.7px;text-transform:uppercase;cursor:pointer;border:0;transition:all .3s}
#thinhnd-subscribe .emailfield .submitbutton:active,#thinhnd-subscribe .emailfield .submitbutton:hover{background-color:#e0594f;color:#fff;}
Bước 3: Chèn đoạn code sau vào chỗ bạn muốn Khung Subscribe Box hiển thị
<div id="thinhnd-subscribe">
<h5 style="text-align: center;">
<span style="color: white; font-family: Arial, Helvetica, sans-serif; font-size: large;">THEO DÕI BLOG QUA EMAIL</span></h5>
<div style="text-align: center;">
<span style="color: white; font-family: Arial, Helvetica, sans-serif;">Xác nhận email để hoàn tất đăng kí !</span>
<br/>
<br/>
<div class="emailfield">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ThinhNd', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<input name="email" onblur="if (this.value == "") {this.value = "Nhập email của bạn...";}" onfocus="if (this.value == "Nhập email của bạn...") {this.value = "";}" type="text" value="Nhập email của bạn..." />
<input name="uri" type="hidden" value="ThinhNd" />
<input name="loc" type="hidden" value="vi_VN" />
<input class="submitbutton" type="submit" value="Đăng Kí" />
</form>
</div>
</div>
<div style="clear: both;">
</div></div>
Thay ThinhNd (chữ in đậm, màu đỏ) thành url feedburner của bạn
Bạn có thể xem hướng dẫn cách lấy url feedburner cho Blogspot/Blogger tại bài viết: Tạo hộp Theo dõi qua Email cho Blogspot


