Bước 1: Yêu cầu phải có jQuery. (Có rồi thì bỏ qua)
1. Tải về máy một trong ba phiên bản jQuery sau: 1.3.1 | 1.3.2 | 1.4.3
2. Up lên host cho link direct.
- Gợi ý: Dùng host của google: http://code.google.com/
- Hướng dẫn: Here
- Sau khi up lên host, thì lấy link vừa up.
3. Tìm thẻ <head>
- Thêm vào dưới nó đoạn code sau:
(Nhớ thayjQuery.JS bằng link mới bạn vừa up lên host)
2. Up lên host cho link direct.
- Gợi ý: Dùng host của google: http://code.google.com/
- Hướng dẫn: Here
- Sau khi up lên host, thì lấy link vừa up.
3. Tìm thẻ <head>
- Thêm vào dưới nó đoạn code sau:
(Nhớ thay
<script src='jQuery.JS' type='text/javascript'/>
4. Save template. (Lưu mẫu)
Bước 2: Tìm thẻ đóng </body>
- Thêm vào trước nó đoạn code sau:
<!-- Khung thông báo cho blog --> <b:if cond='data:blog.url == data:blog.homepageUrl'> <style type='text/css'> /*Khung thông báo*/ .notification{ height:70px; width:500px; display:block; position:fixed; /*Vị trí của khung thông báo trên blog*/ bottom:10px; left:10px; /*Taọ bóng và bo góc*/ border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; /*Hiệu ứng bóng đổ*/ -moz-box-shadow:2px 2px 2px #cfcfcf; -webkit-box-shadow:2px 2px 4px #cfcfcf; box-shadow:2px 2px 2px #cfcfcf } /*Dấu X đóng khung thông báo*/ .notification span{ background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir4KTSVSdR0docFNqLd3-R_FL_GC6nFgv281ABVHZq2PJlEsqnLiIIWIh2_n_wKgvmVnDvrMcKn7xkY12s4wcM39MsCn2d4utF2phC50vHhyQwcbgb_o_lMbGhjwbZp6K7hyphenhyphenhSABj2eKY/) no-repeat right top; cursor:pointer; display:block; width:48px; height:48px; position:absolute; /*Vị trí dấu X*/ top:-20px; right:-25px } /*Màu chữ, font, canh lề trong khung thông báo*/ .notification p{ width:400px; font-family:Arial,Helvetica,sans-serif; color:#323232; font-weight:bold; font-size:14px; line-height:21px; text-align:left; float:right; margin:10px 15px 0 0; margin-top:15px; text-shadow:0 0 1px #f9f9f9 /*for lt IE8*/padding:0;/* TEXT SHADOW */ } /*Viền khung thông báo*/ .warning{ border-top:1px solid #fefbcd; border-bottom:1px solid #e6e837; /*Nền khung kiểu Gradients*/ background:#feffb1; background:-moz-linear-gradient(top,#feffb1,#f0f17f); background:-webkit-gradient(linear,left top,left bottom,from(#feffb1),to(#f0f17f)) } /*Hình Waring*/ .warning:before{ content: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0nWx6LUoaFkGtm7ORaRv2mcHjJuXSQgF9R4t9jEzyzoLi3_5eUCYF6hC9YKSfei2zW9HAEr7k6mhPx8_9LOLBsN0fYHextcgCrVHKe2gQfhXLNcxHNzq5IF-apUoUaMWBfvfbLpWTrmk/); float:left; margin:0px 10px 0 0px } /*Chữ Warning*/ .warning strong{ color:#e5ac00; margin-right:15px } </style> <script type='text/javascript'> $(document).ready(function(){$('.notification').hover(function(){$(this).css('cursor','auto');});$('.notification span').click(function(){$(this).parent().fadeOut(800);});});</script> <div class='notification warning'><span/> <p><strong>Warning!</strong>ĐÂY LÀ MỘT THÔNG BÁO! CLICK VÀO NÚT ĐỎ CÓ DẤU X BÊN PHẢI ĐỂ TẮT!!!</p></div></b:if>
Bước 3: Save template. (Lưu mẫu)
CHÚC CÁC BẠN THÀNH CÔNG.
• Bạn phải đăng nhập tài khoản Google thì có thể bình luận.
• Không SPAM & không quảng cáo website
• Lưu ý: Có thể chèn link <a href="Link" rel="nofollow">Tiêu Đề</a>
XIN CÁM ƠN!