Social Sharing Custom Shares

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam at ullamcorper mauris, vitae imperdiet tortor. Cras aliquet gravida lacus eu auctor

                                
<div id = "wdpkSocial"></div>
                                
                            
                        


$wdpk-primary-menu-border-map: (
									   borderTop: false,
									   borderTopColor: #000000,
									   borderTopWidth: 2px,
									   borderTopStyle: solid,
									   borderRight: false,
									   borderRightColor: #dddddd,
									   borderRightWidth: 5px,
									   borderRightStyle: solid,
									   borderBottom: false,
									   borderBottomColor: #dddddd,
									   borderBottomWidth: 3px,
									   borderBottomStyle: solid,
									   borderLeft: false,
									   borderLeftColor: #dddddd,
									   borderLeftWidth: 5px,
									   borderLeftStyle: solid,
									   borderRadius: 0px,
							   );


                        
                    
                        
jQuery(document).ready(function ()
{
    if (jQuery("#wdpkSocial").length !== 0)
    {
        let obj = {
            shares: [
                {
                    share: "twitter",
                    label: "Tweet",
                    logo: "fa fa-twitter",
                    css: "custom-class",
                    shareIn: "blank",
                },
                "email",
                "twitter",
                "facebook",
                "googleplus",
                "linkedin",
                "pinterest",
                "stumbleupon",
                "pocket",
                "whatsapp",
                "viber",
                "messenger",
                "vkontakte",
                "telegram",
                "line",
                "rss"
            ],
            url: "https://uneebox.com/woodpecker-html/",
            text: "WoodPecker is an HTML theme that is modular and fast",
            showLabel: true,
            showCount: false,
            shareIn: "popup",
            selectorID: 'wdpkSocial',
            on: {
                click: function (e)
                {
                },
                mouseenter: function (e)
                {
                },
                mouseleave: function (e)
                {
                },
            }
        };
        require(["app/shortcodes/wdpkSocialShare"], function (e)
        {
            e.publicCall(obj);
        });
    }
});