Camly - A Responsive Blogger Theme, Lets Take your blog to the next level.

This is an example of a Optin Form, you could edit this to put information about yourself.


This is an example of a Optin Form, you could edit this to put information about yourself or your site so readers know where you are coming from. Find out more...


Following are the some of the Advantages of Opt-in Form :-

  • Easy to Setup and use.
  • It Can Generate more email subscribers.
  • It’s beautiful on every screen size (try resizing your browser!)
by

Cài Đặt XFBML cho Blog để sử dụng Facebook Social Plugin

Thông thường, để cài Facebook Social Plugin (các khung comment, nút Like,...) bạn phải chèn một đoạn mã iframe dài và kèm theo một đoạn mã <b:if> như thế này:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

     XFBML là một giải pháp của Facebook giúp bạn làm các điều này một cách dễ dàng hơn nhiều. Ổn định và linh hoạt hơn iframe rất nhiều. Khi sử dụng XFBML, bạn chỉ cần sử dụng một đoạn mã rất ngắn gọn như:

<fb:like></fb:like>
     Ngoài ra, khi dùng XFBML thì bạn còn sử dụng thêm một số tính năng mà iframe không có như thumbnail avatar.
     Cách cài đặt XFBML rất dễ dàng, bạn làm theo các bước sau:

     1/ Mở template của Blogspot lên, và tìm đến dòng sau:

<body>
   2/ Dán đoạn code này ngay sau đó (bạn nên dán NGAY sau body tag, nếu không code có thể không hoạt động tốt):
<div id='fb-root'/>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : &#39;130803183627286&#39;,
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(&#39;script&#39;);
e.src = document.location.protocol + &#39;//connect.facebook.net/en_US/all.js&#39;;
e.async = true;
document.getElementById(&#39;fb-root&#39;).appendChild(e);
}());
</script>

Hoàn tất!

     Các lựa chọn khác:
     - Số màu đỏ trong đoạn code trên có thể thay bằng số riêng của bạn. Số này cho biết Facebook sẽ hiển thị tên Application nào khi bài viết của bạn được post lên facebook. Ví dụ:
Cài Đặt XFBML cho Blog để sử dụng Facebook Social Plugin
     - Như hình trên, Application tên là Full Software. Để tạo một Application, bạn truy cập vào http://developers.facebook.com/setup/, điền tên App và địa chỉ trang web của bạn (phải kết thúc với dấu /, ví dụ http://www.vnpaypal.com/). Sau đó bạn sẽ nhận được một số của Application của bạn. Nếu thích, bạn cứ giữ nguyên số mặc định cũng được.
http://developers.facebook.com/setup/

Chúc bạn thành công!
Xem thêm các Facebook Social Plugin tại đây.

Hocvietblog™  {^_^} Từ vTechTip Computer Video Tutorials

0 nhận xét:

Đăng nhận xét