0
試圖讓我的「喜歡」按鈕鏈接到Wordpress附加圖片的URL。Facebook的「喜歡」圖像按鈕
是否有可能「喜歡」只是一個圖像文件?
這裏就是我有
<?php $large_image_url = wp_get_attachment_url(get_post_thumbnail_id(), 'large'); ?>
<div class="likeButton" style="float: left;"><iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode($large_image_url); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:25px"></iframe></div>
螢火蟲顯示它的鏈接,但按像yileds沒有結果我的FB。 Hewlp!
謝謝您的及時和富有洞察力的答案先生。 –