- Go to
app/config.js
- Remove the social networks that your app doesn't use
-
Add the social network that your app needs
-
Go to Social Icon
-
Put a json with this fields:
-
{
link2App: '<link-to-open-app-social-network>'
link2Page: '<link-to-open-page-social-network>'
iconId: '#\u<icon-id>'
iconColor: '#<rgb-code-icon-color>'
background: '#<rgb-code-background-color>'
}
{
link2App: '<link-to-open-app-social-network>'
link2Page: '<link-to-open-page-social-network>'
iconId: '#\u<icon-id>'
iconColor: '#<rgb-code-icon-color>'
backgroundImage: '~/<path-to-image-from-"app/">'
}