https://demos.telerik.com/aspnet-ajax/socialshare/examples/customicons/defaultcs.aspx https://icons8.com/icons/ https://bsky.app/ We now have Blue Sky, written by the guys who wrote Twitter; there is no icon for this, but there will be new platforms coming along, and how do you keep up? Therefore, to be able to customize your social share would be useful. Then define your CSS name as 'sshShareOnxxxxx01', with the custom behaviours as a template, is this page as a template token '{url}' , this also needs to deal with "Comment on the page" (not just share it), to copy the URL (to cut and paste into a SMS message or WhatsApp). This social share is part of the new world, eg what do you do with a share with voice.
Eg attach this URL to a WhatsApp voice message?
This would be useful in Campaigning when you want to send a URL and a voice message (e.g., "Vote for Me").
You also need to have in the template a localization flag. We can assume its always en_us but that's not Telerik,
Also adding the CSS content as a SVG would be good to.
Also would be nice to have this in KendoUI as well.
.sshShareOnTwitter::before {
content: url("../X.png");
}