我尝试在我的根域中添加类似于按钮的facebook,以及其他页面。但每次我点击按钮,它总是喜欢根域。我哪里出错?
这是类似按钮的代码:
<fb:like action='like' colorscheme='light' expr:href='http://www.kliniksantai.com/2012/06/7-ciri-ciri-pria-tidak-dewasa.html' font='arial' layout='standard' send='true' show_faces='false'/>
答案 0 :(得分:0)
使用更新版本:
<div class="fb-like" data-href="http://www.kliniksantai.com/2012/06/7-ciri-ciri-pria-tidak-dewasa.html" data-send="true" data-width="450" data-show-faces="false"></div>
不要忘记按照here的说明包含JS SDK。