內容簡介
Like Buttons 可讓您的網站立即分享。此外掛會在您網頁的 HTML <head> 內加入 <meta> 標籤,當有人在 Facebook 分享您網站的 URL 時,它可以從您的網站中提取正確的內容。使用一些簡單的佈景主題功能,您可以為文章/頁面/自訂文章類型添加 Like 按鈕,以及為您的部落格/網站添加 Like 按鈕。
// 迴圈中 - 針對文章/頁面/自訂文章類型
the_like_button()
// 為您的部落格/網站添加 Like 按鈕,放在任何地方!
the_blog_like_button()
// 如果您不想註冊應用程式,則可使用此功能。
the_like_iframe()
閱讀更多:http://scottctaylor.wordpress.com/2011/01/04/new-plugin-like-buttons/
外掛標籤
開發者團隊
原文外掛簡介
Like Buttons makes your site instantly share-able. The plugin adds tags to your pages’ HTML
which will pull the proper content from your site when someone shares one of your site’s URLs on Facebook. Using some simple Theme functions, you can add Like buttons to posts / pages / custom post types AND a Like button for your blog / website// in the Loop - for posts / pages / custom post types
the_like_button()
// a Like button for your blog / website, put it anywhere!
the_blog_like_button()
// use this if you don't want to register your app
the_like_iframe()
Read More: http://scottctaylor.wordpress.com/2011/01/04/new-plugin-like-buttons/
