My Project
|
[Created by SwanDev] Social share class for sharing GIF/image/media URL and/or text message. *** Developers be aware that not all social network support preview and playback GIF with url. *** Tested results are marked in each Social enum types. Use the ShareTo(...) method to share content(s). More...
Public Types | |
enum | Social { Facebook = 0 , Twitter_Mobile = 2 , Tumblr = 3 , VK = 4 , Pinterest = 5 , LinkedIn = 6 , Odnoklassniki = 7 , Reddit = 8 , QQZone = 10 , Weibo = 11 , LineMe = 14 , Skype = 15 , Whatsapp = 16 , Telegram = 17 , FlipBoard = 18 , Twitter = 1 , GooglePlus = 9 , Baidu = 12 , MySpace = 13 } |
Public Member Functions | |
void | ShareTo (Social socialNetwork, string title="", string description="", string imageUrl="", string shareUrl="", long phoneNo=19876543210, string tags="") |
void | SendEmail (string toMailAddress, string subject, string body) |
Properties | |
string | LineBreak_URL [get] |
[Created by SwanDev] Social share class for sharing GIF/image/media URL and/or text message. *** Developers be aware that not all social network support preview and playback GIF with url. *** Tested results are marked in each Social enum types. Use the ShareTo(...) method to share content(s).