Skip to main content

Hướng dẫn quản lý comment facebook trên Blogspot

Hướng dẫn quản lý comment facebook trên Blogspot

Các bạn truy cập đường dẫn sau: https://developers.facebook.com/apps

Điền thông tin của bạn vào như hình dưới


Bấm tạo ứng dụng

Chúng ta sẽ được dẫn đến 1 trang quản trị ứng dụng của chúng ta




Các bạn chú ý App ID mỗi người sẽ có 1 con số khác nhau

Bước 1: 

Chèn code sau trước thẻ </head> 

<meta content='App ID' property='fb:app_id'/> 

Chú ý: App ID là mã ứng dụng (id App face mà bạn vừa tạo ở bước trên) bạn thay nó thành mã App ID của bạn nhé


Bước 2: chèn tiếp bên trên thẻ đóng </head> 



<script type='text/javascript'>
//<![CDATA[
var purl= location.href;
var fb_href = purl.substring(0,purl.indexOf(".html")+5);
var fbcm ='<div class="fb-comments" data-href="'+fb_href+'" data-num-posts="5" data-width="540"></div>';
//]]>
</script>





Bước 3 - Thêm đoạn mã bên dưới vào trước thẻ </body>.





<div id='fb-root'/>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = &quot;//connect.facebook.net/en_US/all.js#xfbml=1&quot;;
fjs.parentNode.insertBefore(js, fjs);
}(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));</script>


Bước 4 - Tìm một trong các đoạn code như sau: 
<b:include data='post' name='post'/>


- Rồi thêm ngay dưới nó đoạn code sau:


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='text/javascript'>
document.write(fbcm);
</script>
</b:if>


Đây là chỗ để hiển thị comment facebook 

Giờ là cách quản lý comment facebook 

Truy cập vào link sau https://developers.facebook.com/tools/comments


Mình sẽ nhìn được những ai comment trên blog của mình

Comments

  1. http://www.rafaytutorials.com/2014/01/top-10-best-blogger-templates-of-2014.html

    ReplyDelete

Post a Comment

Popular posts from this blog

Socket Android Client to PC Server C#

Using AsynCallback C# Android Client connect Server C# Source code:  http://ow.ly/OlXj309O1mj c# socket multi client, socket c# example, socket server c#, socket c# tutorial, asynchronous socket in c#, c# socket multiple clients, c# socket server multiple clients, Download source code:  Click Here

Bài tập thuật toán C/C++ Và Tuyển tập đề thi olympic

Gồm: +  Các thuật toán của Lê Minh Hoàng + Tuyển tập các đề thi olympic tin học sinh viên Link down: Tại đây

Mẹo và giải thuật C# dành cho người mới bắt đầu

Với nội dung kiến thức cơ bản nhất. Gồm 31 trang với những nội dung:  1. Kết nối CSDL SQL  -----------How to Create SQL Connection in C# 2. Đọc ghi file text với C#  -----------How to Write Text to a Txt File in C# -----------How to Read Text from a TXT File 3. Xóa Cookie C# -----------How to Delete Cookie Using C# 4. Gửi main sử dụng tài khoàn Gmail với C# -----------How to Send Email Using Your Gmail Account in C# 5. Kiểm tra ký tự nhập vào từ bàn  phím -----------How to Check If a Key Is Pressed In C# 6. Đổi tên file trong C# -----------How to Rename a File Using C# 7. Vô hiệu hóa chuột trong ô textbox C# -----------How to Disable Right Click in C# Textbox 8. Chọn tất cả trong listbox -----------How to Add Select All Button or Checkbox in CheckedListBox 9. Tạo mới thư mục bằng C# -----------How to Create a New Folder Using C# 10. Lấy các tiến trình đang chạy C# ----------- How to Get List of All the Running  Processes in C# 11. Tả...