jssocials
jssocials copied to clipboard
Window should not close after sharing
I am using jssocials for one of my project. For Example: I don't want to close the window after sharing the post in facebook, it should redirect to homepage of facebook where I can see the post.
Is there any way to do this?
jsSocials allows to define custom sharing strategies http://js-socials.com/docs/#custom-share-strategy. window.open returns new window instance, you can change opened window url like this https://stackoverflow.com/a/10774233/1140893.