Sharing-Gallery

Teilen von speziellen Inhalten auf Jimdo-Seiten über SocialMedia-Kanäle

 

Sharer.js (https://ellisonleao.github.io/sharer.js/)

Sharer.js

Sharer.js is a lightweight js lib to create custom social share components on DOM elements for your website. No dependencies. Manual event binding is supported from versions 0.3.1 and above throught the window.Sharer object:

$(elem).on('click', function() {
    // add new buttons with share behaviour
    $('#someDiv').append('<button class="twitter" data-title="Some button" data-url="somesite.com"></button>');
    window.Sharer.init();
})
klick 2 share

Sharebuttons (Image1)


sharer Skripte