2010-09-03 52 views
1

使用facebook iframe like按鈕,我可以指定在用戶流中顯示哪些文本?Facebook Like按鈕Feed中的文字?

當我使用插件的WordPress的博客文章就在

的用戶名顯示出來喜歡在博客名稱

文章的標題,但是當我試圖把它的另一個頁面上直我剛剛得到:

USERNAME likes http://www.pagename.com/bla/bla/bla 

我怎樣才能指定顯示的文字?

回答

1

你有你的頁面上打開圖形標記,如:

<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> 
<head> 
    <meta property="og:image" content="..." /> 
    <meta property="og:site_name" content="..." /> 
    <meta property="og:title" content="..." /> 
    <meta property="og:url" content="..." /> 
    <meta property="og:description" content="..." /> 
    <meta property="og:type" content="article" /> 
</head> 

更多關於這些here