Explore Our Collection

Browse through our gallery of expertly-crafted themes to find the perfect one for your needs.

Hiển thị các bài đăng có nhãn Thủ Thuật Blogspot. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Thủ Thuật Blogspot. Hiển thị tất cả bài đăng

Hướng Dẫn Tích Hợp Plugin Comment Zalo Vào Blogger

Chào các bạn đã đến với blog cnit , trước kia mình có chia sẻ đến bạn một thủ thuật tích hợp plugin comment facebook vào blogger  rồi comment facebook tuy có nhiều mặt có lợi hơn so với comment blogger nhưng chúng khá phiền phức vì website bị block domain là không dùng được comment facebook fb nữa vì vậy nay mình viết bài này hướng dẫn các bạn một comment mới từ api zalo , tích hợp comment zalo vào blogger nhanh nhất không sợ mất comment vì zalo sẽ không chặn domain cuả website bạn.

hướng dẫn tích hợp comment zalo vào blogger

Bước 1 : các bạn truy cập vào đường link sau https://developers.zalo.me/apps tiến hành tạo cho mình một apps id zalo cho bạn
hướng dẫn tích hợp comment zalo vào blogger
hình minh họa

Bước 2 : sau khi đã hoàn tất tạo apps id các bạn tiến hành thêm miền ứng dụng cho apps zalo develop tại bảng điều khiển ứng dụng  
Bước 3 : sau khi đã thêm xong miền ứng dụng cho apps zalo các bạn truy cập vào đường link sau https://developers.zalo.me/docs/social/zalo-comment-widget tiến hành cấu hình comment để tiến hành lấy mã chèn vào website.

Bước 4 : các bạn copy 2 đoạn mã bao gồm html và js của chúng chèn vào nơi bạn muốn hiển thị plugin comment zalo là được ( hoặc mã js chèn trước thẻ đóng body và html nơi muốn hiển thị )
hình minh họa

Lưu Ý :
để quản lý comment zalo các bạn có thể truy cập vào công cụ kiểm duyệt comment zalo sau Tại Đây để kiểm tra

lời kết

chúc các bạn thành công , nếu thấy hay thì thường xuyên ghé thăm website mình để xem những bài viết được cập nhật mới nhất nhé , hoặc bạn có thể đăng ký nhận báo cáo bài viết mới nhất qua email bằng cách kích thêm email muốn nhận tin vào button submit email bên dưới website nhé.

HƯỚNG DẪN TẠO NÚT CALL ĐẸP - ĐƠN GIẢN CHO WEBSITE

Là một website bán hàng hay dịch vụ online điều không thể thiếu là có cho mình một tiện ích để khách hành dễ dàng liên lạc với mình , ở bài trước thì ad có viết một bài Hướng Dẫn Tạo Tiện ích live chat chuyên nghiệp cho website để đi đôi với live chat đó là một tiện ích không thể thiếu để khách hàng nhanh chống nhất để liên lạc với bạn , với tiện ích này họ có thể gọi trực tiếp cho bạn để tăng sự uy tín và trách nhiệm cho mình và sự an tâm hơn trong việc nhắn tin ... Để làm được điều này thì nay ad xin chia sẻ cho các bạn một source code tạo tiện ích đó , các bạn cùng tham khảo nhé .

Mẫu nút call 1

để cài đặt nút call cho website các bạn copy đoạn code sau đặt vào nơi mà bạn muốn hiển thị . ví dụ trong tiện ích của blogger .

<style>
/* HOTLINE */
.phonering-alo-phone {position:fixed;visibility:hidden;background-color:transparent;width:200px;height:200px;
cursor:pointer;z-index:200000!important;right:150px;bottom:-50px;left:-50px;display:block;
-webkit-backface-visibility:hidden;
-webkit-transform:translateZ(0);
transition:visibility .5s;
}
.phonering-alo-phone.phonering-alo-show {visibility:visible}
.phonering-alo-phone.phonering-alo-static {opacity:.6}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {opacity:1}
.phonering-alo-ph-circle {width:160px;height:160px;top:20px;left:20px;position:absolute;
background-color:transparent;border-radius:100%;border:2px solid rgba(30,30,30,0.4);
opacity:.1;
-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition:all .5s;
-webkit-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
-webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
-webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
border-color:#00aff2;
opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
border-color:#272d6b;
opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
border-color:#00aff2;
opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
border-color:#ccc;
opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
border-color:#75eb50;
opacity:.5
}
.phonering-alo-ph-circle-fill {width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;
border-radius:100%;border:2px solid transparent;
-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition:all .5s;
-webkit-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
-webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
background-color:rgba(39,45,107,0.5);
opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
background-color:rgba(39,45,107,0.5);
opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
background-color:rgba(0,175,242,0.5);
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
background-color:rgba(204,204,204,0.5);
opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
background-color:rgba(117,235,80,0.5);
opacity:.75!important
}
.phonering-alo-ph-img-circle {
width:60px;
height:60px;
top:70px;
left:70px;
position:absolute;
background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
border-radius:100%;
border:2px solid transparent;
-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
-webkit-transform-origin:50% 50%;
-ms-transform-origin:50% 50%;
transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
-webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
background-color:#00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
background-color:#272d6b;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
background-color:#00aff2;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
background-color:#ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform:rotate(0) scale(.5) skew(1deg);
-webkit-opacity:.1
}

30% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
-webkit-opacity:.5
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
-webkit-opacity:.1
}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform:rotate(0) scale(1) skew(1deg)
}

10% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg)
}

20% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg)
}

30% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg)
}

40% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg)
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg)
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg)
}
}

@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform:rotate(0) scale(.5) skew(1deg);
transform:rotate(0) scale(.5) skew(1deg);
opacity:.1
}

30% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.5
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.1
}
}

@keyframes phonering-alo-circle-anim {
0% {
-webkit-transform:rotate(0) scale(.5) skew(1deg);
transform:rotate(0) scale(.5) skew(1deg);
opacity:.1
}

30% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.5
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.1
}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

@keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg);
opacity:.2
}

100% {
-webkit-transform:rotate(0) scale(.7) skew(1deg);
transform:rotate(0) scale(.7) skew(1deg);
opacity:.2
}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

10% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

20% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

30% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

40% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}
}

@keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

10% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

20% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

30% {
-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
transform:rotate(-25deg) scale(1) skew(1deg)
}

40% {
-webkit-transform:rotate(25deg) scale(1) skew(1deg);
transform:rotate(25deg) scale(1) skew(1deg)
}

50% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}

100% {
-webkit-transform:rotate(0) scale(1) skew(1deg);
transform:rotate(0) scale(1) skew(1deg)
}
}
</style>
<div class="hotline">
<div id="phonering-alo-phoneIcon" class="phonering-alo-phone phonering-alo-green phonering-alo-show">
<div class="phonering-alo-ph-circle"></div>
<div class="phonering-alo-ph-circle-fill"></div>
<div class="phonering-alo-ph-img-circle">
<a class="pps-btn-img " title="Liên hệ" href="tel:0382676858"> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4QgOeTEfSSROMmtOuI9hdhRglWc9bylUUmL4OKxAx5-h6XQYXR3GaW6bjvWpYCcKaQIDiAJN-E_vfOhgVI4rM-ECsu60Bjd5bM2WFI8uB3Gn32pLWr-hqC2t2l_HdV8i9BB2zugjiwpbJ/s1600/v8TniL3.png" alt="Liên hệ" width="50" class="img-responsive"/> </a>
</div>
</div>
</div>
Hình Minh Họa


Mẫu nút call 2




<style>

/*Alo-Phone*/

.suntory-alo-phone{background-color:transparent;cursor:pointer;height:100px;position:fixed;left:0;bottom:0;transition:visibility 0.5s ease 0s;width:100px;z-index:999!important}

.suntory-alo-ph-circle{animation:1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;background-color:transparent;border:2px solid rgba(30,30,30,0.4);border-radius:100%;height:100px;left:0;opacity:0.1;position:absolute;top:0;transform-origin:50% 50% 0;transition:all 0.5s ease 0s;width:100px}

.suntory-alo-ph-circle-fill{animation:2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;border:2px solid transparent;border-radius:100%;height:70px;left:15px;position:absolute;top:15px;transform-origin:50% 50% 0;transition:all 0.5s ease 0s;width:70px}

.suntory-alo-ph-img-circle{border-radius:100%;height:50px;left:25px;opacity:1;position:absolute;top:25px;transform-origin:50% 50% 0;width:50px;border:3px solid #fff000}

.suntory-alo-phone.suntory-alo-hover,.suntory-alo-phone:hover{opacity:1}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle{animation:1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim!important}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle{animation:2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim!important}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,.suntory-alo-phone:hover .suntory-alo-ph-circle{border-color:#00aff2;opacity:0.5}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle{border-color:#f00;opacity:1}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle{border-color:#fff000;opacity:1}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,.suntory-alo-phone:hover .suntory-alo-ph-circle-fill{background-color:rgba(0,175,242,0.9)}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill{background-color:#02A6E8}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill{background-color:#02A6E8}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,.suntory-alo-phone:hover .suntory-alo-ph-img-circle{background-color:#00aff2}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle{background-color:#02A6E8}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle{background-color:#02A6E8}

@keyframes suntory-alo-circle-anim{0%{opacity:0.1;transform:rotate(0deg) scale(0.5) skew(1deg)}30%{opacity:0.5;transform:rotate(0deg) scale(0.7) skew(1deg)}100%{opacity:0.6;transform:rotate(0deg) scale(1) skew(1deg)}}

@keyframes suntory-alo-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0deg) scale(1) skew(1deg)}100%{transform:rotate(0deg) scale(1) skew(1deg)}}

@keyframes suntory-alo-circle-fill-anim{0%{opacity:0.2;transform:rotate(0deg) scale(0.7) skew(1deg)}50%{opacity:0.2;transform:rotate(0deg) scale(1) skew(1deg)}100%{opacity:0.2;transform:rotate(0deg) scale(0.7) skew(1deg)}}

.suntory-alo-ph-img-circle img{animation:1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;font-size:30px;line-height:39px;color:#fff;display:block;max-width:100%;height:auto}

@keyframes suntory-alo-ring-ring{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0deg) scale(1) skew(1deg)}100%{transform:rotate(0deg) scale(1) skew(1deg)}}

@media screen and (max-width:1280px){

.main-container{padding:0 20px}

}

@media screen and (max-width:1024px) {

#backer .header{width:calc(100% - 284px);padding-right:0}

</style>

<!-- /Call Back Request -->

<a class='suntory-alo-phone suntory-alo-green' href='tel:0382676858' rel='nofollow' title='Gọi điện'>

<div class='suntory-alo-ph-circle'></div>

<div class='suntory-alo-ph-circle-fill'></div>

<div class='suntory-alo-ph-img-circle'>

<img alt='phone' class='img-responsive' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj12KosQrKqJLnMyByUc1XiyNXfR7W29nLchyo_nAHQWSjbIHOKynkblcvPB1eIcwYlRhq16M2mPN5pZ7ShxbOWyaUDHB6SXwL-s0PJESv0wEuXV68h-A4ldMclvwdr2Tvp_iJyTIXSiaA/s1600/phone_alo.png'/>

</div>

</a>

<div class='overlay hidden'></div>

<div class='modal'></div>



Lời kết

Chúc các bạn thành công nhé , cực kỳ đơn giản để tạo một tiện ích nút call cho website đúng không nào .

WINDGET BÀI VIẾT GẦN ĐÂY HIỂN THỊ NGẪU NHIÊN

Các bạn cũng đã biết đến bài viết mới nhất hoặc hiển thị random ngẫu nhiên sẽ tăng thêm được tính chuyên nghiệp đồng thời sẽ tăng khả năng bắt mắt nó sẽ giúp bạn hướng đến bạn đọc blog có thể ngay mục yêu thích của họ cũng rất có thể sẽ giúp bạn giữ được chân bạn đọc blog lâu hơn đấy,... Vậy để làm sao tạo cho mình một tiện ích như vậy thì mình mời bạn đọc và tham khảo bài viết dưới đây nhé.

Hướng dẫn

Các bạn copy đoạn code bên dưới chèn vào Bố Cục => Tiện Ích => Html JavaScript trong blogger của bạn .
<style scoped="" type="text/css">
ul.rcentside *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}ul.rcentside{font-size:11px}ul.rcentside,ul.rcentside li{margin:0;padding:0;list-style:none;position:relative}ul.rcentside{width:100%;height:500px}ul.rcentside li{height:24.5%;position:absolute;padding:0;width:49.5%;float:left;overflow:hidden;display:none}ul.rcentside li:nth-child(1),ul.rcentside li:nth-child(2),ul.rcentside li:nth-child(3),ul.rcentside li:nth-child(4){display:block}ul.rcentside img{border:0;width:100%;height:auto}ul.rcentside li:nth-child(1){width:100%;height:49.5%;margin:0 0 2px;left:0;top:0}ul.rcentside li:nth-child(2){left:0;top:50%}ul.rcentside li:nth-child(3){left:50.5%;top:50%}ul.rcentside li:nth-child(4){width:100%;left:0;top:75%}ul.rcentside .overlayx,ul.rcentside li{transition:all .4s ease-in-out}ul.rcentside .overlayx{width:100%;height:100%;position:absolute;z-index:2;left:0;top:0;opacity:.6;background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi73Tsq2yuj2oiX-NjvApxDPstGapZyHhxGsTM3RGCQImU1ylXMb3ROYC3KuVaxMrGg03T6NAJFCnuqLvly_wj3_NVB-aO7Hxo4eEJnAmDnKbagS6Cz6tcmCx9iUhCuijpFn5jnulOBZ2s/s1600/linebg-fade.png);background-position:50% 50%;background-repeat:repeat-x}ul.rcentside .overlayx,ul.rcentside img{margin:3px}ul.rcentside li:nth-child(1) .overlayx{background-position:50% 25%}ul.rcentside .overlayx:hover{opacity:.1}ul.rcentside h4{position:absolute;bottom:10px;left:10px;right:10px;z-index:2;color:#fff;font-weight:700;margin:0;padding:10px;line-height:1.5em;font-weight:normal;overflow:hidden;transition:all .3s;font-size:1em}ul.rcentside li:hover h4{bottom:30px}ul.rcentside li:nth-child(1) h4,ul.rcentside li:nth-child(4) h4{font-size:150%}ul.rcentside .label_text{position:absolute;bottom:0;left:20px;z-index:2;color:#fff;font-size:90%;opacity:0;transition:all .3s}ul.rcentside li:hover .label_text{bottom:20px;opacity:1}ul.rcentside li:nth-child(2) .autname,ul.rcentside li:nth-child(3) .autname{display:none}.buttons{margin:5px 0 0}.buttons a{display:inline-block;text-indent:-9999px;width:15px;height:25px;position:relative}.buttons a::before{content:"";width:0;height:0;border-width:8px 7px;border-style:solid;border-color:transparent #535353 transparent transparent;position:absolute;top:50%;margin-top:-8px;margin-left:-10px;left:50%}.buttons a.nextx::before{border-color:transparent transparent transparent #535353;margin-left:-3px}
</style>

<div id="featuredpostside"></div>
<script type='text/javascript'>
function FeaturedPostSide(a){(function(e){var h={blogURL:"",MaxPost:4,idcontaint:"",ImageSize:100,interval:10000,autoplay:false,loadingClass:"loadingxx",pBlank:"http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s1600/grey.gif",MonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],tagName:false};h=e.extend({},h,a);var g=e(h.idcontaint);var d=h.MaxPost*200;g.html('<div class="sliderx"><ul class="rcentside"></ul></div><div class="buttons"><a href="#" class="prevx">prev</a><a href="#" class="nextx">next</a></div>');var f=function(w){var q,k,m,u,x,p,t,v,r,l="",s=w.feed.entry;for(var o=0;o<s.length;o++){for(var n=0;n<s[o].link.length;n++){if(s[o].link[n].rel=="alternate"){q=s[o].link[n].href;break}}if("media$thumbnail" in s[o]){u=s[o].media$thumbnail.url.replace(/\/s[0-9]+\-c/g,"/s"+h.ImageSize+"-c")}else{u=h.pBlank.replace(/\/s[0-9]+(\-c|\/)/,"/s"+h.ImageSize+"$1")}k=s[o].title.$t;r=s[o].published.$t.substring(0,10);m=s[o].author[0].name.$t;x=r.substring(0,4);p=r.substring(5,7);t=r.substring(8,10);v=h.MonthNames[parseInt(p,10)-1];l+='<li><a target="_blank" href="'+q+'"><div class="overlayx"></div><img class="random" src="'+u+'"/><h4>'+k+'</h4></a><div class="label_text"><span class="date"><span class="dd">'+t+'</span> <span class="dm">'+v+'</span> <span class="dy">'+x+'</span></span> <span class="autname">'+m+"</span></div></li>"}e("ul",g).append(l).addClass(h.loadingClass)};var c=function(){e(h.idcontaint+" .nextx").click()};var b=function(){e.get((h.blogURL===""?window.location.protocol+"//"+window.location.host:h.blogURL)+"/feeds/posts/summary"+(h.tagName===false?"":"/-/"+h.tagName)+"?max-results="+h.MaxPost+"&orderby=published&alt=json-in-script",f,"jsonp");setTimeout(function(){e(h.idcontaint+" .prevx").click(function(){e(h.idcontaint+" .sliderx li:first").before(e(h.idcontaint+" .sliderx li:last"));return false});e(h.idcontaint+" .nextx").click(function(){e(h.idcontaint+" .sliderx li:last").after(e(h.idcontaint+" .sliderx li:first"));return false});if(h.autoplay){var i=h.interval;var j=setInterval(c,i);e(h.idcontaint+" .sliderx li:first").before(e(h.idcontaint+" .sliderx li:last"));e(h.idcontaint+" .sliderx").hover(function(){clearInterval(j)},function(){j=setInterval(c,i)})}e("ul",g).removeClass(h.loadingClass)},d)};e(document).ready(b)})(jQuery)};
//<![CDATA[
FeaturedPostSide({
blogURL: "https://www.blogcnit.info",
MaxPost: 10,
idcontaint: "#featuredpostside",
ImageSize: 500,
interval: 10000,
autoplay: true,
tagName: false
,
});
//]]>
</script>

Chỉnh sửa 

Để tiện ích hoạt động bạn thay chỗ url : https://www.blogcnit.info thành link blog của bạn là được.
  • MaxPost : Số bài đăng được hiển thị ngẫu nhiên trong windget
  • ImageSize : kích thước hình ảnh , kích thước càng lớn ảnh càng rõ nét
  • interval : khoản thời gian cần thiết khi thanh trượt di chuyển.
  • autoplay: true : kích hoạt thanh trượt tự động, để thay đổi nó thành "autoplay: false"
  •  tagName: false : tắt tên của nhãn, để thêm bài viết mới nhất theo nhãn, thay đổi sai thành tên của nhãn mong muốn. Ví dụ:  "blogger"

INDEX BÀI VIẾT VỚI SEACH CONSOLE

Chắc hẳng bạn là một seocer hay một coder làm website thì việc để tăng khả năng index cho site thì đây là một việc vô cùng cần thiết phải biết đến , vậy làm sao để tăng tốc khả năng index site ta lên Google một cách nhanh nhất , sau đây mình xin chia sẻ cho những bạn mới vào nghề làm website hay mới tập tành về seo luôn nhé.

Tối ưu cơ bản đầu tiên

Thêm tệp robot.txt vào blog , để thêm tệp robot.txt chuẩn seo vào blog thì các bạn có thể tham khảo bài viết trước đây của mình nhé Tại đây robot.txt khá quan trọng đối với một website chúng sẽ điều hướng website ta đi theo những gì mà trình thu thập dữ liệu google đã sắp xếp sẵn , Sơ đồ trang web XML giúp các công cụ tìm kiếm lập chỉ mục tốt hơn blog của bạn. Sơ đồ trang web được hỗ trợ bởi tất cả các công cụ tìm kiếm chính bao gồm Google và Bing.
Hạn chế đi vào trang lỗi việc một website đi vào trang lỗi sẽ làm ảnh hưởng nhiều đến tài nguyên carwl làm ảnh hưởng xấu đến thứ hạng website ta trên Google tìm kiếm , để giảm bớt thời gian website đi vào trang lỗi thì ta sử dụng đoạn JavaScript sau đây để lỡ bạn có truy cập đến trang lỗi thì chúng sẽ tự động chuyển hướng ta về trang chủ để giảm bớt thời gian ở lại
<div id="te-container">
<script type='text/javascript'>
//<![CDATA[
document.write('<\/SCR'+'IPT>');
//]]></script>
</div><script type='text/javascript'>
//<![CDATA[
if (document.getElementById("te-container").clientHeight < 11 || document.getElementById("te-container").style.position == "absolute") {window.location = "/";}
//]]>
</script>
Cách thêm : các bạn truy cập trang quản trị blogger tìm đến mục cài đặt >>> tùy chọn tìm kiếm >>> lỗi và chuyển hướng sau đó dán đoạn JavaScript bên trên vào và lưu lại.

Tối ưu seach console ( webmaster tool)

Verified seach console : khi nói đến xác minh chủ sở hữu site với seach console thì chắc không còn xa lạ gì đến với những bạn làm seo rồi phải không nhỉ , để thực hiện việc verifi seach console thì bạn có thể tham khảo thêm trên Google nhé.
Cập Nhật Sitemap Với seach console : để gửi sơ đồ trang web các bạn lên seach console thì ta tiến hành như sau : 
  • Bước 1 : các bạn truy cập link sau Tại Đây
  • Bước 2 : sau đó thêm dòng sau sau phía cuối link blog của bạn. /sitemap.xml  ví dụ như sau
  • Bước 3 : sau đó bấm gửi và chờ google cập nhật ( Demo )
Kiểm tra và fix lỗi nhanh : khi các bạn edit , thiết kế chỉnh sửa blog vì vậy rất có thể thường xuyên xảy ra lỗi thì điều cần thiết nhất vẫn là tìm cách và fix những lỗi phát sinh từ seach console nhanh nhất có thể.
Để kiểm tra xem ta có thông báo lỗi nào không thì bạn truy cập Tại Đây

Cuối cùng gửi link bài viết yêu cầu lập chỉ mục

Bước 1 : các bạn truy cập Seach console 
Bước 2 : các bạn tìm đến mục kiểm tra url 
Bước 3 : dán link bài viết bạn vào và bấm kiểm tra ( đợi seach console kiểm tra xong )
Bước 4 : sau khi seach console đã kiểm tra xong thì ta tiến hành yêu cầu lập chỉ mục
Hình minh họa
Bước 5 : sau khi đã yêu cầu xong thì ta tiến hàng kiểm tra thử bài viết ta đã lên Google hay chưa thì các bạn gõ nội dung sau trên Google tìm kiếm của bạn. site:link bài viết của bạn [ tham khảo thêm cách submit link phiên bản củ Tại Đây ]

Lời kết

Chúc các bạn thành công trên con đường seocer marketing 

TẠO BOT GOOGLE TÌM KIẾM TÙY CHỈNH CHO WEBSITE

 Công cụ tìm kiếm thông tin trên website là một công cụ không thể thiếu đối với một website dù là lớn hay nhỏ. Có nhiều cách để tạo ra công cụ tìm kiếm này như tự code hoặc sử dụng các plugin google develop có sẵn. ở bài trước mình có hướng dẫn một cách tìm kiếm tương tự thay thế cho công cụ tìm kiếm tùy chỉnh rồi nhưng nó hơi thủ công xíu bạn có thể xem Tại Đây

Tại sao cần tạo google seach tùy chỉnh cho site

  • Thích hợp cho dân seocer muốn tăng thêm nguồn lưu lượng traffic google cho site.
  • Giảm thiểu thời gian seach một bài gì đó nếu bạn sở hữu một site có khá nhiều bài viết , đôi khi công cụ seach của blog không tìm ra được nhưng google seach thì rất có thể giúp bạn được điều đó.
  • Tăng thêm tính chuyên nghiệp cho website 
Tuy nhiên, các bạn cung biết Google là bộ một máy tìm kiếm khổng lồ, các chuyên gia SEO thường sử dụng nó để phát triển web của mình và Google cũng cung cấp công cụ để tạo ra không tìm kiếm của google ngay trên website của bạn.
Khi nhúng công cụ tìm kiếm của google vào trong website của bạn là một phần giúp cho website của bạn SEO tốt hơn, đối với người làm SEO đây là vấn đề cần phải làm để người truy cập có thể dễ dàng tìm thông tin website của bạn thông qua google ngay tại website của bạn.
Hình Minh Họa

Hướng dẫn thực hiện

Bước 1 : các bạn truy cập vào link sau https://cse.google.com/cse/all các bạn nhập thông tin như sau , ô đầu tiên là site cần để tìm kiếm , ô thứ 2 là đặt đại một cái tên gì đó . 
Hình Minh Họa
Bước 2 : sau khi đã hoàn thành việc tạo google bot tìm kiếm tùy chỉnh , thì ta tiến hành lấy mã nhúng vào website của bạn.
Bước 3 : sau khi đã tạo hoàn tất ta tiến hành nhúng mã vào website chúng ta như sau.
  • Hướng dẫn nhúng : các bạn copy đoạn JavaScript's  mà seach console vừa tạo ra cho bạn thêm chúng vào một phần tử <div> trong phần <body> của trang web của bạn, nơi bạn muốn cả hộp tìm kiếm và kết quả tìm kiếm kết xuất. Ví dụ
<html> <head> <title>my site</title> ... <head> <body> <div1>...</div1> PASTE THE CODE HERE <div2>...</div2> </body> </html>
 Các bạn bỏ đoạn mã ngay chữ PASTE THE CODE HERE trong cấu trúc html trong template các bạn nhé.

Lời kết

Chúc các bạn thành công nhé , bài này chắc cũng khá nhiều người biết rồi nên mình không nói gì thêm chỉ chủ yếu chia sẻ cho ae chưa biết thôi nhé.

TẠO LOADING PAGE DỊCH VỤ TUYỆT ĐẸP CHO WEBSITE

Chào các bạn hôm nay star út xin chia sẻ đến các bạn tạo một trang loanding page dịch vụ cực đẹp và chuyên nghiệp cho website, tuy đơn giản không hiệu ứng màu mè nhưng mang lại một cảm giác tinh tế giản dị và trải nghiệm người dùng cực tốt, source code này mình view bên site chiasetemplate.blog thấy đẹp nên save ngay và luôn ..

HƯỚNG dẫn cài đặt

CODE
<style>.row{margin:0;padding:0}.row:after,.row:before{display:table;content:" "}.post{margin-bottom:-25px}.outer-wrapper,.main-inner-wrap{margin:0;padding:0}.BacktoTop,#blog-pager,.post-title,.breadcrumbs,.none-mobile,header,.fb-comments,.titlefoot{display:none!important}img:nth-of-type(1),.entry-content img:nth-of-type(1){width:100%;max-width:100%!important}.container{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important}.containers{padding:0 15px;margin:0 auto;max-width:1200px}
.top-post{background:#008ED0;color:#fff;text-align:center;padding:15px 0;margin-top:-10px;font-size:18px;font-family:Roboto}.top-post h1, .top-post h2{font-size:23px;color:#fff;text-align:center;font-weight:600;font-family:Roboto;display:block;margin-bottom:10px}
.top-post h3{font-size:20px;color:#fff;text-align:center;font-weight:500;font-family:Roboto}
.why{background:#3c3d49 url() no-repeat center right;float:left;width:100%;padding-bottom:20px;background-size:30%;background-position:85% 65%;position:relative}
.why:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url() no-repeat center center}
.why h2{color:#f8bc6f;font:600 24px Roboto Condensed;text-align:center;text-transform:uppercase;margin:30px 0;padding:0 10px}
.why-why{width:950px;margin:auto;max-width:100%;text-align:center;padding:5px}
.why-wrap{width:1080px;max-width:100%;margin:auto}
.why .why-left{width:60%;float:left}
.why .why-left ul{margin:0}
.why .why-left li{color:#fff;font-size:16px;margin:0 0 8px;line-height:1.5;transition:.35s;-webkit-transition:.35s;padding:5px}
.why .why-left li:hover{color:#f8bc6f}
.why .why-left li:before{content:"\f00c";margin:0 5px;font-family:"FontAwesome";font-weight:700}
.why .why-right{}
@media (max-width: 840px){.why .why-left{width:100%;float:none} .why{background-size:0%}}
</style>
<link href="ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<style>
.demo{ padding: 2em 0;background: #dedddb;
        }
        :root{
            --pricingTable-yellow: #faac01;
            --pricingTable-purple: #be4f91;
            --pricingTable-blue: #0192af;
        }
        .pricingTable{
            padding-bottom: 10px;
            background: #fff;
            border-bottom: 15px solid var(--pricingTable-yellow);
            text-align: center;
            overflow: hidden;
            position: relative;
        }
        .pricingTable:before{
            content: "";
            width: 100%;
            height: 300px;
            background: var(--pricingTable-yellow);
            position: absolute;
            top: -150px;
            left: 0;
            transform: skewY(-20deg);
        }
        .pricingTable .pricingTable-header{
            padding: 20px 20px 25px;
            text-align: left;
            position: relative;
        }
        .pricingTable .title{
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            margin: 0;
        }
        .pricingTable .sub-title{
            display: block;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
        }
        .pricingTable .year{
            width: 80px;
            height: 55px;
            background: #fff;
            padding: 7px 0;
            font-size: 15px;
            font-weight: 600;
            font-style: italic;
            color: var(--pricingTable-yellow);
            text-align: center;
            position: absolute;
            top: 30px;
            right: 20px;
            z-index: 1;
        }
        .pricingTable .year:before,
        .pricingTable .year:after{
            content: "";
            width: 57px;
            height: 57px;
            background: #fff;
            position: absolute;
            top: -28px;
            left: 50%;
            z-index: -1;
            transform: translateX(-50%) scaleY(0.5) rotate(45deg);
        }
        .pricingTable .year:after{
            top: auto;
            bottom: -28px;
        }
        .pricingTable .price-value{
            display: inline-block;
            width: 170px;
            height: 110px;
            padding: 15px;
            border: 2px solid var(--pricingTable-yellow);
            border-top: none;
            border-bottom: none;
            position: relative;
        }
        .pricingTable .price-value:before,
        .pricingTable .price-value:after{
            content: "";
            width: 121px;
            height: 121px;
            border: 3px solid var(--pricingTable-yellow);
            border-right: none;
            border-bottom: none;
            position: absolute;
            top: -60px;
            left: 50%;
            transform: translateX(-50%) scaleY(0.5) rotate(45deg);
        }
        .pricingTable .price-value:after{
            border-top: none;
            border-left: none;
            border-bottom: 3px solid var(--pricingTable-yellow);
            border-right: 3px solid var(--pricingTable-yellow);
            top: auto;
            bottom: -60px;
        }
        .pricingTable .value{
            width: 100%;
            height: 100%;
            background: #fff;
            border: 2px solid var(--pricingTable-yellow);
            border-top: none;
            border-bottom: none;
            color: var(--pricingTable-yellow);
            z-index: 1;
            position: relative;
        }
        .pricingTable .value:before,
        .pricingTable .value:after{
            content: "";
            width: 97px;
            height: 97px;
            background: #fff;
            border: 3px solid var(--pricingTable-yellow);
            border-bottom: none;
            border-right: none;
            position: absolute;
            top: -48px;
            left: 50%;
            z-index: -1;
            transform: translateX(-50%) scaleY(0.5) rotate(45deg);
        }
        .pricingTable .value:after{
            border-right: 3px solid var(--pricingTable-yellow);
            border-bottom: 3px solid var(--pricingTable-yellow);
            border-top: none;
            border-left: none;
            top: auto;
            bottom: -48px;
        }
        .pricingTable .amount{
            display: inline-block;
            font-size: 40px;
            font-weight: 600;
            line-height: 90px;
        }
        .pricingTable .amount span{
            display: inline-block;
            font-size: 30px;
            font-weight: normal;
            vertical-align: top;
            margin-top: -7px;
        }
        .pricingTable .pricing-content{
            padding: 50px 10px 0 50px;
            margin-bottom: 10px;
            list-style: none;
            text-align: left;
            transition: all 0.3s ease 0s;
        }
        .pricingTable .pricing-content li{
            padding: 7px 0;
            font-size: 16px;
            color: #808080;
            position: relative;
        }
        .pricingTable .pricing-content li:before,
        .pricingTable .pricing-content li.disable:before{
            content: "\f00c";
            font-family: fontawesome;
            width: 25px;
            height: 25px;
            line-height: 25px;
            border-radius: 50%;
            background: #98c458;
            text-align: center;
            color: #fff;
            position: absolute;
            left: -35px;
        }
        .pricingTable .pricing-content li.disable:before{
            content: "\f00d";
            background: #fe6c6c;
        }
      
        .pricingTable.purple{ border-bottom-color: var(--pricingTable-purple); }
        .pricingTable.purple:before{ background: var(--pricingTable-purple); }
        .pricingTable.purple .year{ color: var(--pricingTable-purple); }
        .pricingTable.purple .price-value{
            border-left-color: var(--pricingTable-purple);
            border-right-color: var(--pricingTable-purple);
        }
        .pricingTable.purple .price-value:before{
            border-left-color: var(--pricingTable-purple);
            border-top-color: var(--pricingTable-purple);
        }
        .pricingTable.purple .price-value:after{
            border-right-color: var(--pricingTable-purple);
            border-bottom-color: var(--pricingTable-purple);
        }
        .pricingTable.purple .value{
            border-left-color: var(--pricingTable-purple);
            border-right-color: var(--pricingTable-purple);
            color: var(--pricingTable-purple);
        }
        .pricingTable.purple .value:before{
            border-left-color: var(--pricingTable-purple);
            border-top-color: var(--pricingTable-purple);
        }
        .pricingTable.purple .value:after{
            border-right-color: var(--pricingTable-purple);
            border-bottom-color: var(--pricingTable-purple);
        }
        .pricingTable.purple .pricingTable-signup{
            color: var(--pricingTable-purple);
            border-color: var(--pricingTable-purple);
        }
        .pricingTable.purple .pricingTable-signup:hover{
            color: #fff;
            background: var(--pricingTable-purple);
        }
        .pricingTable.blue{ border-bottom-color: var(--pricingTable-blue); }
        .pricingTable.blue:before{ background: var(--pricingTable-blue); }
        .pricingTable.blue .year{ color: var(--pricingTable-blue); }
        .pricingTable.blue .price-value{
            border-left-color: var(--pricingTable-blue);
            border-right-color: var(--pricingTable-blue);
        }
        .pricingTable.blue .price-value:before{
            border-left-color: var(--pricingTable-blue);
            border-top-color: var(--pricingTable-blue);
        }
        .pricingTable.blue .price-value:after{
            border-right-color: var(--pricingTable-blue);
            border-bottom-color: var(--pricingTable-blue);
        }
        .pricingTable.blue .value{
            border-left-color: var(--pricingTable-blue);
            border-right-color: var(--pricingTable-blue);
            color: var(--pricingTable-blue);
        }
        .pricingTable.blue .value:before{
            border-left-color: var(--pricingTable-blue);
            border-top-color: var(--pricingTable-blue);
        }
        .pricingTable.blue .value:after{
            border-right-color: var(--pricingTable-blue);
            border-bottom-color: var(--pricingTable-blue);
        }
        .pricingTable.blue .pricingTable-signup{
            color: var(--pricingTable-blue);
            border-color: var(--pricingTable-blue);
        }
        .pricingTable.blue .pricingTable-signup:hover{
            color: #fff;
            background: var(--pricingTable-blue);
        }
        @media only screen and (max-width: 990px){
            .pricingTable{ margin-bottom: 30px; }
        }
        @media only screen and (max-width: 767px){
            .pricingTable:before{ transform: skewY(-15deg); }
            .pricingTable .title{ font-size: 22px; }
        }
</style>
<style type="text/css">
.fb-comments,.none-mobile{display:none}
.ctformpro{width:100%;max-width:700px;margin:0 auto;padding:15px}
.BsdCntct {
    float: none;
    position: relative;
    margin-bottom: 44px;
    margin-right: 9px
}
.BsdCntct input,
.BsdCntct textarea {
    font-size: 14px;
    padding: 14px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd
}
.BsdCntct input:focus,
.BsdCntct textarea:focus {
    outline: 0
}
.BsdCntct label {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 9px;
    transition: .2s ease all
}
.barbsd {
    position: relative;
    display: block;
    width: 100%
}
.barbsd:after,
.barbsd:before {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0C0;
    transition: .2s ease all
}
.barbsd:before {
    left: 50%
}
.barbsd:after {
    right: 50%
}
.BsdCntct input:focus~.barbsd:after,
.BsdCntct input:focus~.barbsd:before,
.BsdCntct textarea:focus~.barbsd:after,
.BsdCntct textarea:focus~.barbsd:before {
    width: 50%
}
.lightbsd {
    position: absolute;
    height: 50%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}
.BsdCntct input:focus~label,
.BsdCntct input:valid~label,
.BsdCntct textarea:focus~label,
.BsdCntct textarea:valid~label {
    top: -19px;
    font-size: 12px;
    color: #0C0
}
input#ContactForm1_contact-form-email-message {
    height: 150px
}
input#ContactForm1_contact-form-reset,
input#ContactForm1_contact-form-submit {
    color: #fff !important;
    background: #0C0;
    padding: 14px 25px;
    border-radius: 4px;
    border: none;
    outline: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    float: left;
    font-weight: 700;
    font-size: 14px;
    margin: 10px 5px 0 0
}
input#ContactForm1_contact-form-reset:hover,
input#ContactForm1_contact-form-submit:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
#ContactForm1_contact-form-error-message {
    float: right;
    background: #008E00;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px
}
#ContactForm1_contact-form-success-message {
    float: right;
    background: #357A37;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px
}
</style>
<div class="top-post">
<div class="containers">
<i class="fa fa-key" style="background: #008ED0; border-radius: 50px; border: 3px solid #FFFFFF; display: block; font-size: 28px; margin: 0 auto 20px; padding: 23px 14px; width: 80px;"></i>
<h1>
DV - SUPPORT FACEBOOK ONLINE </h1>
Bạn đang mong muốn cải thiện tình hình hoạt động kinh doanh cho công ty của mình, bạn muốn tất cả các khách hàng tiềm năng của bạn biết đến fanpage của mình, bạn muốn nhận được hàng trăm lượt tương tác và tin nhắn mỗi ngày. Hãy để star út blog giúp doanh nghiệp của bạn hoạt động hiệu quả hơn bằng cách trải nghiệm tính chuyên nghiệp và hiệu quả Dịch vụ Facebook Marketing.
Facebook là mạng xã hội có số người sử dụng lớn nhất thế giới với hơn 1,65 tỉ người kết nối mỗi tháng. Tại Việt Nam con số người sử dụng mạng xã hội Facebook, theo thống kê của Facebook là khoảng 42&nbsp;triệu người sử dụng, điều đó đồng nghĩa với cơ hội số lượng khách hàng tiềm năng khi doanh nghiệp của bạn sử dụng&nbsp;Dịch vụ Facebook Marketing&nbsp;có thể&nbsp;đạt được con số tương đương với số lượng người dùng Facebook. <b> Ngoài Ra </b> chúng tôi còn nhận xử lý mọi sự cố kỷ thuật , nhận mở khóa Facebook, lấy lại account chính chủ Facebook, verification profile , page... Các bạn có thể tham khảo mức giá bên dưới đối với sự cố Facebook nhé</div>
</div>
<div class="demo">
<div class="containers">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="pricingTable">
<div class="pricingTable-header">
<h3 class="title">
Gói 1</h3>
<span class="sub-title">Gói cơ bản</span>
</div>
<div class="price-value">
<div class="value">
<span class="amount">150k</span></div>
</div>
<ul class="pricing-content">
<li>Hỗ trợ cài đặt vượt trình tạo mã Facebook chưa spam</li>
<li>Hỗ trợ mọi sự cố tính năng trên Facebook </li>
<li>Hỗ trợ bảo mật account Facebook chống report, hack</li>
<li>Hỗ trợ vượt các dạng checkpoint Facebook cơ bản</li>
<li class="disable">Hỗ trợ lấy lại Facebook bị hack quá 7 ngày</li>
<li class="disable">Hỏi Đáp Tư vấp , Học Hỏi Online</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="pricingTable purple">
<div class="pricingTable-header">
<h3 class="title">
Gói 2</h3>
<span class="sub-title">Gói trung bình</span></div>
<div class="price-value">
<div class="value">
<span class="amount">250k</span></div>
</div>
<ul class="pricing-content">
<li>Hỗ trợ Sự Cố Facebook , unlock account Facebook </li>
<li>Hỗ trợ mở khóa mạo danh chưa spam có cmnd</li>
<li>Hỗ trợ Mở khóa 015 chưa spam có cmnd</li>
<li>Hỗ trợ mở khóa khác như 723 , 718...</li>
<li>Nhận Đào Tạo Tip Facebook cơ bản</li>
<li>Hỗ Trợ thiết lập Facebook, bảo mật , bảo kê Facebook hot face /tháng</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="pricingTable blue">
<div class="pricingTable-header">
<h3 class="title">
Gói 3</h3>
<span class="sub-title">Gói cao cấp</span></div>
<div class="price-value">
<div class="value">
<span class="amount">1m-50m</span></div>
</div>
<ul class="pricing-content">
<li>Là gói cao cấp nhất, bao gồm tất cả dịch vụ của gói 1 và gói 2</li>
<li>verification profile , page Facebook cho doanh nghiệp, người nổi tiếng</li>
<li>hỗ trợ chạy ads tăng doanh thu bán hàng online</li>
<li>Tăng Khả năng tương tác , chạy sub , like , kéo fan người theo dõi Facebook, auto like page, nâng cấp và chăm sóc page... </li>
<li>Hỗ trợ unlock all dạng Facebook bị khóa cân spam / ko cmnd / ko email...</li>
<li>Hỗ Trợ : khôi phục nick quên mật khẩu , mất khả năng truy cập , lấy lại Facebook bị hack quá 7 ngày...</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="why">
<div id="why-why">
<div class="why-why animatable fadeIn">
<h2>
<i aria-hidden="true" class="fa fa-gg" style="margin: 0 10px 0 0;"></i>Chính Sách Bảo Mật- Bảo hành cho khách hàng<i aria-hidden="true" class="fa fa-gg" style="margin: 0 0 0 10px;"></i></h2>
</div>
</div>
<div class="why-wrap">
<div class="why-left">
<ul>
<li>chúng tôi cam kết làm hoàn thành nhiệm vụ được giao mới nhận tiền</li>
<li>An toàn, bảo mật cao, tuyệt đối không tiết lộ thông tin khách hàng khi sử dụng dịch vụ chúng tôi</li>
<li>Không phải lo lắng về scam vì chúng tôi làm xong mới nhận tiền từ khách hàng</li>
<li>Hỗ trợ bảo hành dài hạn , ngắn hạng cho những bạn sử dụng dịch vụ vip</li>
<li>Giao tiếp thân thiện, nhiệt tình chu đáo , có nhiều ae có kinh nghiệm về marketing Facebook</li>
<li>V.v...</li>
</ul>
</div>
</div>
</div>
<div class="clear" style="clear: both;">
</div>
<div class="containers">
<div class="bool">
</div>
</div>
<div class="clear">
</div>
<div class="top-post">
<div class="containers">
<i class="fa fa-envelope-o" style="background: #008ed0; border-radius: 50px; border: 3px solid #ffffff; display: block; font-size: 28px; margin: 0 auto 20px; padding: 23px 14px; width: 80px;"></i>
<h2>
Thông Tin Liên Hệ</h2>
<h3>
<span style="font-weight: normal;">Email :</span><a href="mailto:leminhut.starut@mail.com"><span style="color: white; font-weight: normal;">leminhut.starut@gmail.com</span></a>
<span style="font-weight: normal;"> Zalo phone</span> : <a href="https://zalo.me/01682676858"><span style="color: white;">01682676858</span></a></h3>
</div>
</div>
<div class="clear">
</div>

Làm intro cho blogger

 Làm intro hiển thị đầu trang website, để làm intro hiển thị đầu trang website các bạn thêm đoạn html sau phía trên đoạn code . ( đoạn html này chỉ cho phép hiển thị ở trang chủ blogger  )
<b:if cond='data:blog.pageType == &quot;index&quot;'><b:if cond='data:blog.url != data:blog.homepageUrl'>
Và tiếp tục thêm 2 thẻ đóng </b:if></b:if> cuối đoạn code . nếu bạn muốn hiển thị ở các trang thì đừng thêm đoạn html bên trên là được, cuối cùng các bạn nhét chúng vào bên trên thẻ </body> trong template

Tạo trang riêNg

Nếu bạn không muốn chúng hiển thị trực tiếp trên blogger , thì bạn có thể thêm chúng vào trong trang của blog để chúng hiển thị 1 trang riêng biệt , để tạo trang các bạn thực hiện như sau : Truy cập vào Mục trang trong phần quản lý của blog >> tiếp theo >> Chuyển sang tab html và copy đoạn code bên trên thêm vào và lưu lại + xuất bản là bạn đã có cho mình một trang đầy chuyên nghiệp rồi đó , thật đơn giản đúng không nào ...

Lưu ý

Nếu trong template của bạn chưa có nhúng thư viện css của fonts awesome thì các bạn thêm mã nhúng sau vào dưới thẻ <head> trong template của bạn nhé , nếu bạn đã có thư viện css của fonts awesome thì bỏ qua bước này.
<link href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'/>