jssocials icon indicating copy to clipboard operation
jssocials copied to clipboard

Window should not close after sharing

Open pajaydev opened this issue 8 years ago • 1 comments

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?

pajaydev avatar Sep 22 '17 19:09 pajaydev

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.

tabalinas avatar Nov 26 '17 13:11 tabalinas