我们如何Facebook
在新窗口中打开Tab
而不是在新窗口中打开window
?
我的 HTML 如下
<div style="position: relative; top: 3px;" id="likeButton">
<iframe frameborder="0" scrolling="no" allowtransparency="true" style="border: none;
overflow: hidden; width: 260px; height: 35px;" src="http://www.facebook.com/plugins/like.php?href=http:\\localhost\login.aspx|@&send=false&layout=button_count&width=100&
show_faces=false&action=like&colorscheme=light&font=arial&height=35">
</iframe>
</div>
问题是- 单击 时Like Button
,会在新窗口中打开Facebook
登录窗口。我怎样才能在新版本中打开它Tab
我的 JSFiddle 在这里