サンプルコードがあります:
<fb:like onclick="example();displayThread('likepost')" href="http://stackoverflow.com" send="false" width="450" show_faces="false" style="border:none; overflow:hidden; width:50px; height:23px;"></fb:like>
そしてジャバスクリプト
function example() {
alert('test');
}
ページが好きでボタンをクリックすると、javascript can't work(alert('test')) のようになります。修正方法