Interface SocialSharingConfigurationServices

interface SocialSharingConfigurationServices {
    facebook: boolean;
    linkedin: boolean;
    pinterest: boolean;
    tumblr: boolean;
    twitter: boolean;
}

Properties

facebook: boolean

Whether or not to include Facebook. Defaults to true

linkedin: boolean

Whether or not to include LinkedIn. Defaults to true

pinterest: boolean

Whether or not to include Pinterest. Defaults to true

tumblr: boolean

Whether or not to include Tumblr. Defaults to true

twitter: boolean

Whether or not to include Twitter. Defaults to true