Class ShareButtons

Class that holds a few static string definitions for embedding Share on Google+ and Twitter

System.Object
  Westwind.Web.Services.ShareButtons
public static class ShareButtons : object

Class Members

MemberDescription

GooglePlusPlusOneButton

Places a Google+ +1 and Share button in the page

public static string GooglePlusPlusOneButton(string url,     string buttonSize,     int width)

ShareOnTwitter

Inserts a Tweet button to share tweet on Twitter with an image link

public static string ShareOnTwitter(string text,     string twitterShareAccount,     string url,     string hashTag)

Requirements

Namespace: Westwind.Web.Services
Assembly: westwind.web.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic