appscreo / easy-social-share-buttons3

The #1 WordPress social media plugin Easy Social Share Buttons https://socialsharingplugin.com
1 stars 0 forks source link

New javascript filter in the share window command that allows modification of the URL - essbShareWindowURLFilter #394

Closed appscreo closed 1 year ago

appscreo commented 1 year ago
function essbShareWindowURLFilter(serice, url, postID, position) {
    console.log(url);
    return url;
}