[Blogspot] Tạo quả chuông thông báo lắc lư đẹp mắt cho blogspot

Mai phải đi học rồi nên tranh thủ tối nay ém bài cho các bạn luôn. Thủ thuật hôm nay sẽ giúp các bạn tạo ra 1 quả chuông màu đỏ lắc lư và sẽ hiển thị thông báo khi click vào nó rất đẹp mắt và thú vị cho blog của bạn đó.
Hướng dẫn tạo quả chuông thông báo lắc lư đẹp mắt cho blogspot
Cách thực hiện: Bước 1: Truy cập quản trị blogger - Chủ đề - Chỉnh sửa HTML.
Bước 2: Thêm thư viện Material Icons vào trước thẻ </head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
Bước 3: Thêm CSS trước ]]></b:skin>
/* Notif Box */
#notif-wrapper{position:fixed;width:100%;z-index:999}
.blanternotif{background:#d32f2f;color:#FFF;width:50px;height:50px;border-radius:100%;position:fixed;z-index:999;bottom:45%;left:20px;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:notifklik;animation-duration:5s;animation-iteration-count:infinite;animation-name:notifklik;transition:all 5s ease-in-out}
.blanternotif i{color:#FFF;font-size:25px;margin:11px 10px 10px 13px;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:notificon;animation-duration:2s;animation-iteration-count:infinite;animation-name:notificon;transition:all 2s ease-in-out}
@keyframes notifklik{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}
@keyframes notificon{0%{transform:rotate(-30deg)}50%{transform:rotate(30deg)}100%{transform:rotate(-30deg)}}
@keyframes notifbox{0%{transform:rotateZ(-45deg);visibility:visible;opacity:0;bottom:68%;left:78px}100%{transform:none;visibility:visible;opacity:1;bottom:41%;left:110px}}
.notifbox{padding:20px;border-radius:3px;position:fixed;resize:none;line-height:1.5;z-index:999;left:110px;bottom:41%;max-width:30rem;background:#d32f2f;border:1px solid #d32f2f;color:#fff;font-size:13px;box-shadow:0 1px 1px 0 rgba(0,0,0,0.07),0 1px 1px 0 rgba(0,0,0,0.06);display:inline-block;opacity:0;visibility:hidden;transition:.4s ease-in-out}
.notifbox:before{content:"";width:0;height:0;position:absolute;top:-.7px;left:-15px;border-width:8px;border-style:solid;border-color:#d32f2f #d32f2f transparent transparent;display:block}.blanterxE5CD{display:none!important}#notif-wrapper.aktif .blanterxE5CD{display:block!important;animation-name:none!important}#notif-wrapper.aktif .blanterxE7F4{display:none!important}
.notifbox.aktif{-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:notifbox;animation-duration:1s;animation-iteration-count:1;animation-name:notifbox;transition:all 1s ease-in-out;opacity:1;visibility:visible}
@media screen and (max-width:680px){.notifbox:before{display:none}.notifbox{left:0%!important;bottom:0}@keyframes notifbox{0%{left:0!important}100%{left:0!important}}}
Bước 4: Thêm đoạn code hiển thị chuông vào vị trí bạn muốn:
<div id='notif-wrapper'>
<a class='blanternotif' href='javascript:;' title='Notifications'><i class='material-icons blanterxE7F4'>&#59380;</i><i class='material-icons blanterxE5CD'>&#58829;</i></a>
<div class='notifbox'>
Chào mừng bạn đến với TSM Blogger.
</div>
</div>
--- Thay đổi thông báo lại theo ý bạn nhé.
Bước 5: Thêm code sau trước thẻ </body>
<script type='text/javascript'>
$(document).ready(function(){$(".blanternotif").click(function(){$(".notifbox,#notif-wrapper").toggleClass("aktif");});});
</script>
Bước 6: Lưu template lại.
Kết luận: Vậy là mình vừa hướng dẫn xong cho các bạn cách tạo quả chuông thông báo hiệu ứng lắc lư đẹp mắt cho blogspot rồi đấy. Nhờ nó, bạn có thể dễ dàng truyền tải thông điệp đến mọi người ghé thăm blog của bạn.
Chúc các bạn thành công :)
Source code: HV Bloggers

TSM Blogger

Chào mừng các bạn đến với TSM. Blog chia sẻ thủ thuật blogspot, tin tức công nghệ, thể thao, kho template blogspot và nhiều thứ khác. Mong các bạn luôn ủng hộ để blog luôn vững mạnh!

3 bình luận Tổng hợp bình luận

avatar

Hay là được rồi, nguồn cộ chi cho mệt vậy, tui thấy mấy cái vấn đề nguồn ko qan trọng cho lắm. Đó là ý kiến cá nhân tui thôi :)

avatar

Ừ do mình thôi. Tại lúc bạn gửi k hỏi nó lấy từ đâu nên k ghi. Cảm ơn Niệm nhé (f)

ĐĂNG KÍ NHẬN BÀI VIẾT MỚI

Please Enable Javascript!Enable JavaScript