How can we open the Facebook window in new Tab instead of opening in new window?
My HTML is below
<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>
Issue is - On clicking the Like Button, opens the Facebook login window in new Window. How can I open it in new Tab
My JSFiddle is here