Trong blogger thường hỗ trợ sẵn khung comment bằng tài khoản Google
và nhiều openid khác nhau nhưng không hỗ trợ comment Facebook, vì vị
muốn thêm comment Facebook bạn phải tự tay làm. Nhưng cũng không khó lắm
đâu các bạn, chỉ cần làm theo các bước sau là bạn cũng có thể làm dễ
dàng.
Bước 1: Đăng nhập blogger => Template => Edit HTML => Tìm (Ctrl + F) đoạn <html và thành <html xmlns:og='http://ogp.me/ns#'
Bước 2: Tìm <body> thêm đoạn code sau vào:
Thay YOUR_APP_ID thành App ID của bạn
Bước 3: Tìm thẻ <head> thêm vào bên dưới đoạn code sau:
<meta property = "fb:app_id" content= "YOUR_APPLICATION_ID" />Thay YOUR_APP_ID thành App ID của bạn
Bước 4: Tìm đoạn code sau: <div class='post-footer-line post-footer-line-2'>
Dán đoạn code sau vào bên dưới:
Dán đoạn code sau vào bên dưới:
Chúc các bạn thành công!
Bước 1: Đăng nhập blogger => Template => Edit HTML => Tìm (Ctrl + F) đoạn <html và thành <html xmlns:og='http://ogp.me/ns#'
Bước 2: Tìm <body> thêm đoạn code sau vào:
<div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId : 'YOUR_APP_ID', status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); }; (function() { var e = document.createElement('script'); e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); </script
Thay YOUR_APP_ID thành App ID của bạn
Bước 3: Tìm thẻ <head> thêm vào bên dưới đoạn code sau:
<meta property = "fb:app_id" content= "YOUR_APPLICATION_ID" />Thay YOUR_APP_ID thành App ID của bạn
Bước 4: Tìm đoạn code sau: <div class='post-footer-line post-footer-line-2'>
Dán đoạn code sau vào bên dưới:
Bước 5: Tìm <div class='post-footer-line post-footer-line-3'><b:if cond='data:post.isFirstPost'> <script>(function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; d.getElementsByTagName('head')[0].appendChild(js); }(document));</script> </b:if> <a expr:href='data:post.url + "#fb-root"'><fb:comments-count expr:href='data:post.canonicalUrl'/> comments</a>
Dán đoạn code sau vào bên dưới:
Sau đó các bạn lưu lại và chạy thử trong trang chi tiết bài viết xem kết quả nhé.<b:if cond='data:blog.pageType == "item"'> <div id='fb-root'/> <script>(function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; d.getElementsByTagName('head')[0].appendChild(js); }(document));</script> <div style='margin: 20px 0 0 0;'><fb:comments colorscheme='light' expr:href='data:post.canonicalUrl' expr:title='data:post.title' expr:xid='data:post.id' width='900'/></div> </b:if>
Chúc các bạn thành công!