📣 Social sharing plugin for VuePress
If you are upgrading this plugin to v2, See Migration guide from v1.
Still using VuePress v1?
Please Checkout branch main for detail.
npm install vuepress-plugin-social-share@next -Dyarn add vuepress-plugin-social-share@next -Dpnpm add vuepress-plugin-social-share@next -Dimport { defineUserConfig } from 'vuepress'
import { socialSharePlugin } from 'vuepress-plugin-social-share'
export default defineUserConfig({
plugins: [socialSharePlugin()],
})Deeply thank to vue-social-sharing for the component api source code.