$('#Demo1').socialSharingPlugin({
url: window.location.href,
title: $('meta[property="og:title"]').attr('content'),
description: $('meta[property="og:description"]').attr('content'),
img: $('meta[property="og:image"]').attr('content'),
enable: ['copy', 'facebook', 'twitter', 'pinterest', 'linkedin']
});
On mobile, the whole tab moves to the specified position on the screen
$('#Demo2').socialSharingPlugin({
url: window.location.href,
title: $('meta[property="og:title"]').attr('content'),
description: $('meta[property="og:description"]').attr('content'),
img: $('meta[property="og:image"]').attr('content'),
responsive: true,
enable: ['copy', 'facebook', 'twitter', 'pinterest', 'linkedin', 'reddit', 'stumbleupon', 'pocket', 'email', 'whatsapp']
})