Facebook Like button pointing to the like.php script, rather than the page itself
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.diacarbon.com%2Fblog%2F&a开发者_Go百科mp;amp;layout=button_count&show_faces=false&width=220&action=like&font=lucida+grande&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:21px;" allowTransparency="true"></iframe>
Currently the page is at http://www.diacarbon.com/blog/
The "LIKE" button on the sidebar, for some reason, is pointing towards the facebook.com/plugins/like.php rather than the www.diacarbon.com/blog URL itself.
Everytime I "LIKE" it, on my Facebook I get an ugly "Jeff likes facebook.com/plugins/like.php...." type of messy URL on there.
Try the following:
- Use the XFBML version WITHOUT the
href
attribute - Add the missing Open Graph meta tag
og:title
- Run the site again over the URL Linter
精彩评论