C# Class Daniel15.BusinessLayer.Services.Social.Twitter

Support for sharing posts on Twitter
Inheritance: ISocialShare
Show file Open project: Daniel15/Website Class Usage Examples

Public Methods

Method Description
GetShareCount ( PostModel post, string url, string shortUrl ) : int

Gets the number of times this URL has been shared on this social network.

GetShareUrl ( PostModel post, string url, string shortUrl ) : string

Gets the URL to share this post on this social network.

Method Details

GetShareCount() public method

Gets the number of times this URL has been shared on this social network.
public GetShareCount ( PostModel post, string url, string shortUrl ) : int
post Daniel15.Data.Entities.Blog.PostModel The blog post
url string Full URL to this post
shortUrl string Short URL to this post
return int

GetShareUrl() public method

Gets the URL to share this post on this social network.
public GetShareUrl ( PostModel post, string url, string shortUrl ) : string
post Daniel15.Data.Entities.Blog.PostModel The blog post
url string Full URL to this post
shortUrl string Short URL to this post
return string