2014-02-10 79 views
0

下面是我現在用來在Facebook上分享我的狀態的代碼。問題在於,Facebook狀態字段中的描述不是自動填充的。如何填寫Facebook共享按鈕的狀態

當用戶點擊這個鏈接,它把它們分享狀態頁

<a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=http://www.4fj.com.fj/get-involved/take-the-pledge/" class="share_button share_fb"></a> 

是的,我擁有所有必要的Facebook的meta標籤

<meta property="og:title" content="<?php echo the_title(); ?>" /> 
<meta property="og:description" content="I made the #4FJ pledge to not eat, buy or sell kawakawa and donu during the june-sept spawning season. Check out my pledge and others at http://www.4fj.com.fj/get-involved/our-pledgers. Then join the movement." /> 
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/logo.jpg" /> 
<meta property="og:url" content="<?php echo curPageURL(); ?>" /> 

我」我是做什麼或他們缺少什麼?

回答

0
https://www.facebook.com/sharer/sharer.php?u=http://www.4fj.com.fj/get-involved/take-the-pledge 

它的作品適合我。你可以檢查鏈接。