(Plugin) Social Networks

In this article, you will learn how to configure a custom list of social networks in the "Social" block inside the Stripo plugin.

Marina Krivenets avatar
Written by Marina Krivenets
Updated over a week ago

You may want to include only those social networks in the "Social" basic block that you actually need. 

To include your favorite (predefined) social networks, add a config parameter in the initialization script, as you can see in the example below:


    "socialNetworks": [
        {
            "name": "twitter",
            "href": ""
        },
        {
            "name": "facebook",
            "href": ""
        }
    ]

When you drop the "Social" basic block, then the predefined social networks will be shown:

The complete list of the supported network names:

Ask.fm
Behance
Dribbble
Facebook
Flickr
Foursquare
Google-plus
Instagram
Last.fm
Linkedin
Livejournal
Myspace
Odnoklassniki
Pinterest
Soundcloud
Tumblr
Twitter
Vimeo
Weibo
Youtube
Hangouts
ICQ
Messenger
Skype
Snapchat
Telegram
Viber
Wechat
Whatsapp
Slack
Blogger
Email
Website
Map Marker
World
Address
Share
RSS
AppStore
Playmarket
Windows Store
Medium

Furthermore, you can independently choose which style should be in the social icons when your customer drops it into an email message.

All you need to do is initialize the Plugin with the configuration below:

"socialIconsDefaultView": "roundedGrayBordered"

The final result depends on your score. In my case, it is the "roundedGrayBordered" style:

Here you can find a complete list of the supported social icon styles:

logoBlack 
logoGray
logoWhite
circleColored
roundedColoredBordered
circleColoredBordered
roundedColored
squareColored
squareColoredBordered
circleBlack
circleBlackBordered
roundedBlack
roundedBlackBordered
squareBlack
squareBlackBordered
circleGray
circleGrayBordered
roundedGray
roundedGrayBordered
squareGray
squareGrayBordered
circleWhite
circleWhiteBordered
roundedWhite
roundedWhiteBordered
squareWhite
squareWhiteBordered
logoColored


Thank you for taking the time to read our articles. We hope you will find this information helpful.

If you have any additional questions, please email us at support@stripo.email.

We would be glad to talk with you.


Did this answer your question?