New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

WebForms SocialShare Overview

Telerik UI for ASP.NET AJAX

Intuitive API. Amazing Performance. Dazzling UI.

Telerik Controls for ASP.NET AJAX set the bar for comprehensiveness, versatility, performance and reliability in the UI component industry. Backed by Telerik's legendary support and aggressive release schedule, these 80+ UI controls help you build high-quality line-of-business web applications faster and easier. See all components and resources included in the distribution 80+ controls, documentation, live demos, rich set of skins, Visual Studio samples, DotNetNuke and SharePoint integration.

Read Full Story
Share this article:

About RadSocialShare for ASP.NET AJAX

The RadSocialShare is a control that allows you to easily connect your site with the popular social networks or let the user send an e-mail with the link. It creates a centralized bar in which you can choose in which networks your users will be able to share the content. You are also allowed to make only a handful of the buttons visible initially and place the rest in a popup with a search box.

RadSocialShare and 120+ other controls are part of UI for ASP.NET AJAX, a comprehensive toolset taking care of the common functionality of your application, while leaving you with more time to work on its business logic.

Key Features

  • Allows sharing of current page or custom url on different social networks
  • Allows the developer to preset the title of the post the user will share - you can override the page title/URL
  • Visual designer that allows you to quickly and easily configure all the buttons
  • Compact popup with filter capabilities to save space
  • Tell a friend dialog for sending emails
  • Offers styled buttons as well as standard third party buttons
  • Easy to configure both styled and standard third party buttons through simple properties
  • Easy to customize the visual appearance of styled buttons
  • XHTML compliant implementation of third party buttons
  • Full multi-trackers Google Analytics support
  • DefaultCS.aspx
  • styles.css
<%@ Page Language="C#"  %>

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head runat="server">
    <title>Telerik ASP.NET Example</title>
    <link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />
  <div class="demo-container no-bg">
  <div class="mainWrap">
        <h1>
            Telerik UI for ASP.NET AJAX</h1>
        <h2>
            Intuitive API. Amazing Performance. Dazzling UI.</h2>
        <p>
            Telerik Controls for ASP.NET AJAX set the bar for comprehensiveness, versatility,
            performance and reliability in the UI component industry. Backed by Telerik's legendary
            support and aggressive release schedule, these 80+ UI controls help you build high-quality
            line-of-business web applications faster and easier. See all components and resources
            included in the distribution 80+ controls, documentation, live demos, rich set of
            skins, Visual Studio samples, DotNetNuke and SharePoint integration.
        </p>
        <a class="fullStory" href="http://www.telerik.com/products/aspnet-ajax.aspx">Read Full
            Story</a>
        <div class="socialShareWrap">
            <strong>Share this article:</strong>
            <telerik:RadSocialShare RenderMode="Lightweight" Skin="Silk" ID="RadSocialShare1" runat="server" UrlToShare="http://www.telerik.com/products/aspnet-ajax.aspx"
                TitleToShare="ASP.NET AJAX Controls, .NET Web UI Components | Telerik">
                <MainButtons>
                    <telerik:RadSocialButton SocialNetType="ShareOnPinterest" UrlToShare="http://demos.telerik.com/aspnet-ajax/Common/Images/SiteNav/telerik-logo.png"
                        TitleToShare="ASP.NET AJAX Controls, .NET Web UI Components | Telerik" />
                    <telerik:RadSocialButton SocialNetType="ShareOnYammer"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="ShareOnFacebook"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="ShareOnTwitter"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="Blogger"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="Delicious"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="Digg"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="GoogleBookmarks"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="ShareOnGooglePlus"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="LinkedIn"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="MySpace"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="Reddit"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="StumbleUpon"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="Tumblr"></telerik:RadSocialButton>
                    <telerik:RadSocialButton SocialNetType="MailTo"></telerik:RadSocialButton>
                </MainButtons>
            </telerik:RadSocialShare>
        </div>
    </div>
    </div>
    </form>
</body>
</html>

Support & Learning Resources

Find Assistance