Guest User

Untitled

a guest
Apr 23rd, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <script src="//cdn.jsdelivr.net/npm/jquery-floating-social-share@2.1.2/dist/jquery.floating-social-share.min.js" type="text/javascript"></script>
  2. <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/jquery-floating-social-share@2.1.2/dist/jquery.floating-social-share.min.css" />
  3. <script type="text/javascript">
  4. $(document).ready(function() {
  5.  
  6. // EDIT HERE -------------------
  7. $("body").floatingSocialShare({
  8. place: "top-left", // or content-left, content-right, top-right
  9. counter: true,
  10. buttons: [
  11. "mail", "facebook", "google-plus", "linkedin", "odnoklassniki",
  12. "pinterest", "reddit", "stumbleupon", "telegram", "tumblr", "twitter",
  13. "vk", "whatsapp"
  14. ],
  15. title: 'Title Here',
  16. url: 'Your Website URL',
  17. text: {
  18. 'default': 'share with ',
  19. 'facebook': 'share with facebook',
  20. 'google-plus': 'share with g+'
  21. }
  22. });
  23. // -------------------
  24.  
  25. })
  26. </script>
Add Comment
Please, Sign In to add comment