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
Post a Comment