Talk:Fb:create-button

From Facebook Developer Wiki

Jump to: navigation, search

i have something like <fb:create-button href="#" onclick="show_object_info(123);return false;">Link</fb:create-button> but the function not responding at all. And I tried with a direct link like <a href="#" onclick="show_object_info(123);return false;">link</a>, it works just fine. So is it a bug with this control?

reference