javascript - Prevent automatic close of the Facebook share popup -


i using below mentioned code share page facebook.

my problem when click share button shares page correctly closes popup window don't want close popup.please advice me.

<html> <head> <title>fb</title>  </head> <body>  <a href="#"    onclick="     window.open(       'https://www.facebook.com/sharer/sharer.php?u=http://google.com',        'facebook-share-dialog',        'width=626,height=436');      return false;">   share on facebook </a>  </body> </html> 


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -