How to add socials such as Tiktok, Twitch.tv using vue-social-sharing library?

Viewed 14

I am using https://www.npmjs.com/package/vue-social-sharing. I want to share my websites's links via Tiktok and Twitch.tv. How to do that?....I saw this package provides custom networks. But I am not finding sharable link of these 2 platforms. Where to get that?

1 Answers

Looking at here: https://github.com/nicolasbeauvais/vue-social-sharing/issues

There are some issues that has not been addressed and are automatically closed + wontfixed, since the project didn't have any updates since 6th of February, I guess that it will not be added.

We can of course track your issue but I think that you could rather implement it directly with some CSS. Will be faster, lighter and perfectly fitting your needs.

TLDR: you probably don't need this package and waiting for it will be too long anyway.

Related