diff --git a/src/components/XingButton.vue b/src/components/XingButton.vue index 14ae06b..d7851eb 100644 --- a/src/components/XingButton.vue +++ b/src/components/XingButton.vue @@ -39,7 +39,7 @@ export default { this.$props.modalWidth, this.$props.modalHeight ); - const url = `https://www.xing.com/social_plugins/share?url=${encodeURIComponent( + const url = `https://www.xing.com/social/share/spi?url=${encodeURIComponent( this.$props.url )}`;