简体   繁体   中英

Social Networking Site Buttons Library

I was wondering if anyone knew of any good libraries to add social sharing buttons to a wpf app?

For websites I use AddThis, but they don't have an option for WPF(not surprising).

I feel like people aren't going to like this post, but I don't know where else to ask.

Thanks.

I highly doubt you will find such a lib, because you can do it in less than 5 lines of code (per network, ok).

WPF HyperLink

Besides, a WPF app is very different from a website from the social sharing point of view. "Like this" on a website can automatically retrieve the URL it was sent from. Hence the libraries that do it for you.
A WPF app does not know where it is available for download, you have to explicitely set it. There is little room here for a library, because there is little to be automated.

HTH,

Bab.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM