I’m looking for a way to enable share custom text to social media
Hi,
I have a website where people can edit their custom copy and i want to add a way to share it on social media, most of plugin allow to share a webpage, not only text, is there a plugin or should i implement API calls and stuff ?
Some websites have share endpoints or share buttons, like Meta for instance. Meta also supports embeds like Twitter and other sites, which uses meta tags in your sites <head>
to get information about what is on the site. A good resource for that is Meta Tags, there you can preview what it would look like on different social media sites, and edit the contents and then generate the meta tags.
You'd most likely set the meta tags dynamically when fetching your users contents though. But there resources can give you a head start.