This is a migrated thread and some comments may be shown as answers.

SocialShare in Floating Window

3 Answers 76 Views
SocialShare
This is a migrated thread and some comments may be shown as answers.
George Fahnbulleh
Top achievements
Rank 1
George Fahnbulleh asked on 19 Sep 2012, 08:27 PM
I am wondering how I can accomplish something like what is in the picture

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Sep 2012, 06:56 AM
Hi,

I suppose you want Socialshare buttons in vertical orientation. Here is the sample code that I tried.

ASPX:
<telerik:RadSocialShare ID="RadSocialShare1" runat="server" Orientation="Vertical" >
  <MainButtons>
     <telerik:RadSocialButton SocialNetType="ShareOnFacebook" />
     <telerik:RadSocialButton SocialNetType="ShareOnTwitter" />
      ..............
  </MainButtons>
</telerik:RadSocialShare>

Thanks,
Princy.
0
George Fahnbulleh
Top achievements
Rank 1
answered on 20 Sep 2012, 08:08 AM
Thanks, but I'm trying to pin ti to the browser frame.  Take a look at www.sharethis.com
0
Marin Bratanov
Telerik team
answered on 20 Sep 2012, 08:33 AM
Hi guys,

I would suggest taking a look at the following demo: http://demos.telerik.com/aspnet-ajax/socialshare/examples/sharebar/defaultcs.aspx. The concept, simpilfied, is to put the social share in a notification that will allow you to add more functionality to the popup. Otherwise you can simply wrap it in a div that has position: fixed set.


Greetings,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
SocialShare
Asked by
George Fahnbulleh
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
George Fahnbulleh
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or