We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<script src="https://cdn.jsdelivr.net/npm/share-this/dist/share-this.js"></script> <script type="text/javascript"> var shareThis = window.ShareThis; var twitterSharer = window.ShareThisViaTwitter; var facebookSharer = window.ShareThisViaFacebook; var linkedInSharer = window.ShareThisViaLinkedIn; var emailSharer = window.ShareThisViaEmail; console.log("TWT", twitterSharer); var selectionShare = shareThis({ sharers: [ twitterSharer, facebookSharer, linkedInSharer, emailSharer ] }); selectionShare.init(); </script>
Inject above script in a web page, console.log("TWT", twitterSharer); is undefined. Same for other sharers
console.log("TWT", twitterSharer);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inject above script in a web page,
console.log("TWT", twitterSharer);
is undefined. Same for other sharersThe text was updated successfully, but these errors were encountered: