pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

Social share links #16

Closed kapouer closed 5 years ago

kapouer commented 6 years ago

https://wicg.github.io/web-share/

navigator.share({
    title: document.title,
    text: "The WebKit Blog",
    url: "https://webkit.org/blog"
});

https://github.com/nimiq/web-share-shim/ Legacy Inspiration https://github.com/avdeev/vanilla-sharing https://koddr.github.io/goodshare.js/

Note that twitter client api proposes enhanced share buttons. Probably other vendors too, so it might be a good idea to actually go check documentation before reading others work.

kapouer commented 5 years ago

This issue depends on #44 (at least a minimal implementation of it), which might not be needed if social links are integrated with feed items.

kapouer commented 5 years ago

Social links are integrated by default in a feed item. The element-share button can also be added independently.