Social Sharing
The social sharing feature allows you to share your blog posts on social networks. It uses the Nuxt-Social-Share under the hood
The list of social networks to display in the "share" section can be configured in the app.config.ts
file.
socials: {
sharing_networks: [
'facebook',
'twitter',
'linkedin',
'email',
'pinterest',
'reddit',
'pocket',
'whatsapp',
'telegram',
'skype'
]
}
Each theme can override the list of social networks to display in the "share" section or even disable it.