On Mon, Jan 25, 2021 at 5:51 PM Eric Auer <e.a...@jpberlin.de> wrote:

>
> Hi Jim,
>
> > *2. Make it easy to share stuff*
> > Sometimes it would be nice to share a news item with Twitter or other
> > social media. I'm working on an update to the News system that will
> provide
> > "share" buttons to share a news item on Twitter, Facebook, and LinkedIn.
> > I'd also like to include Reddit.
>
> Please make sure to use the type of share links which only
> trigger when users click on share. It would be evil if you
> help social media to spy on normal freedos website visitors
> by embedding something which phones home.
>
> Definitely! I found that you can create a "share to Facebook" link with
this:
https://www.facebook.com/sharer.php?u=${URL}

And "share to Twitter" with this:
https://twitter.com/intent/tweet?url=${URL}&text=FreeDOS%20FDISK%201%2e3%2e2&hashtags=freedos

And "share to LinkedIn" with this:
https://www.linkedin.com/shareArticle?mini=tre&url=${URL}&title=&summary=FreeDOS%20FDISK%201%2e3%2e2&source=FreeDOS

...where *${URL}* is an encoded URL.

No Javascript or "phone home" required. :-)


Jim
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to