Reference
Social Sharing
Learn how to add social sharing to your blog.
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.
sharing: {
networks: [
'bluesky',
'linkedin',
'facebook',
'reddit',
'whatsapp',
'telegram',
'email'
]
}
The older
socials.sharing_networks key is deprecated but still honoured (with a build-time
warning). Use sharing.networks instead.Each theme can override the list of social networks to display in the "share" section or even disable it.