Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

Chèn Comments Facebook Responsive Cho Blogger

1 min read
Facebook hiện nay là một mạng xã hội lớn nhất toàn cầu, và xuất hiện khắp nơi trên internet, ở Blogspot là không ngoại lệ, tuy nhiên Google lại ko hỗ trợ Comment Facebook cho blogspot. Vì vậy ta phải chèn nó qua blogspot để dùng, nay mình sẽ hướng dẫn các bạn chèn khung comments facebook cho blogspot
Chèn Comments Facebook Responsive Cho Blogger

1. Đầu tiên vào Blog >> Mẫu >> Chỉnh sửa HTML

2. Sau đó tìm thẻ mở <head> và chèn sau nó đoạn code sau

<meta content='ID Facebook Admin' property='fb:admins'/>
<meta content='ID Application Facebook' property='fb:app_id'/>
Các bạn thay ID facebook Admin và ID Application Facebook thành cái mã của bạn.
Tìm mã ID Facebook Admin 3. Sau đó chèn đoạn JQuery sau và trước thẻ đóng </head>
<script type="text/javascript">
//<![CDATA[
$(window).bind("load resize", function(){
 var url = location.protocol+'//'+location.host+location.pathname;
  var containercm_width = $('#container-commentfb').width(); 
    $('#container-commentfb').html('<div class="fb-comments" ' +
    'data-href="'+url+'"' +
    ' width="' + containercm_width + '" data-num-posts="10"></div>');
    FB.XFBML.parse( ); 
  });
//]]>
</script>
4. Tiếp các bạn tìm đoạn code  <data:post.body/> và chèn đoạn code bên dưới và sau <data:post.body/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='fb-root'/>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<div id='container-commentfb' style='width: 100%;'><fb:comments expr:href='data:post.url' num_posts='10' width='650'/></div>
</b:if>
Nếu các bạn tìm thấy hai dòng <data:post.body/> thì các bạn chỉ chèn đoạn code trên vào dòng <data:post.body/> thứ hai trở đi bạn tìm thấy
5. Lưu Mẫu lại và xem kết quả

Lời Kết

Vậy là mình đã hướng dẫn các bạn Chèn Comments Facebook Responsive Cho Blogger, nếu có thắc mắc các bạn cứ comment bên dưới hoặc liên hệ mình, mình sẽ giải đáp.
Chúc các bạn thành công

You may like these posts

  • Slash is a clean, customizable and feature rich blogger template that can be used for categories such as Technology, Magazine, Entertainment Blogs and much more. With the all ne…
  • Safety is a modern, clean, flexible, elegant and mobile ready responsive multipurpose blogger template. It’s perfect for creating high quality blog, portfolio, magazine, news, p…
  • MagNews là một trong sạch, thân thiện với SEO, linh hoạt và đáp ứng template Blogger. Nó hoàn hảo cho tạp chí, tin tức và blog cá nhân Blogger. Có được sử dụng nhiều blogger …
  • Mega mag blogger template is a another beautiful modern blogger template. its clean and fresh style responsive blogger design and high user friendly blogger template.This theme …
  • Newsly blogger template is a beautiful look and clean flat style responsive blogger design. This theme perfect for news, magazine or personal websites. 100% Responsive Des…
  • Có rất nhiều nguyên nhân dẫn tới chất lượng ảnh thumbnail blog bị mờ. Tuy nhiên nguyên nhân chủ yếu là do chế độ cắt ảnh tự động của blogger ( data:post.firstImageUrl ) s72-c.…

Post a Comment