Home WordpressWordPress cơ bản Chèn facebook comment vào website wordpress

Chèn facebook comment vào website wordpress

by admincp

comment-facebook-wp
Chèn facebook comment sử dụng plugin cho những người không dành về code. Hiện tại mình có dùng plugin này thấy hoạt động tốt. Các bạn có thể tải plugin này facebook-comments-plugin

Trang Cài đặt plugins sau khi đã active.

Điền các thông tin:

Main Settings

  • Facebook App ID: facebook app ID. Truy cập vào: developer.facebook.com để lấy app ID.

Display Settings

  • Posts: hiển thị comment ở mỗi cuối bài viết. Note: hiển thị sau the_content()
  • Page: hiển thị comment ở mỗi cuối page. Note: hiển thị sau the_content()
  • Homepage: hiển thị facebook comment ở trang chủ.
  • width: chiều rộng khung comment.
  • Number of Comments: số lượng comments hiển thị.

Hiển thị facebook comments bằng code

Plugin cung cấp shortcode, có thể chèn vào nội dung bài viết, widget text, hay vào code Sử dụng:

echo do_shortcode('[fbcomments]');

Các thuộc tính dùng trong shortcode:
url – để trống mặc định lấy URL trang hiện tại
width – kích thước width min thường là 350px
title with a CSS class of titleclass
num – number of comments
count – comment count on/off
countmsg with a CSS class of countstyle
scheme – colour scheme: light/dark
linklove – enter “1” to link to the plugin

Xem ví dụ dưới đây:

[fbcomments url="http://peadig.com/wordpress-plugins/facebook-comments/" width="375" count="off" num="3" countmsg="wonderful comments!"]
<?php echo do_shortcode('[fbcomments][fbcomments url="http://peadig.com/wordpress-plugins/facebook-comments/" width="375" count="off" num="3" countmsg="wonderful comments!"]'); ?>

Chúc bạn thành công.

Nếu bạn thấy bài viết này hữu ích, hãy chia sẻ với bạn bè bằng cách nhấn nút chia sẻ ở bên dưới. Theo dõi chúng tôi trên TwitterFacebook

Liên hệ

Công ty chuyên Thiết kế website uy tín nhất Miền Bắc: http://vinastar.net

Hotline tư vấn: 0989 48 3456

Nguồn: Sưu tầm trên internet

You may also like

Leave a Comment