Facebook & Twitter share buttons in asp.net - asp.net

My asp.net web page shows a list of Youtube videos. I want to show "Share on Facebook" and "Share on Twitter" links with each video icon.
How can I implement it?

You can achieve that by using Add This.

Document provides links for Facebook Social Plugins such as (Like Button,Send button,Comments,Like Box.etc.) and how to integrate into your site with just line of HTML code.
Document for the Tweet button, Follow button and how can you embed them on your website with just one line of code.

You can check this one for facebook share button, twitter share button, linkedin share button with callback function just pass your link and share:
Social share buttons facebook,twitter,linkedin in asp.net

Add This is good option otherwise if you wants to add just Twitter only then below code will help you out.
Add Tweet To Asp.NET Website

Related

Embeding Facebook post to wordpress website is not working

I want to embed facebook post to wordpress website. So I have created facebbok app and get APP ID and APP Secret. But when I try to get Access token using Graph API, I am not able to get it Here is screen shot of it http://prntscr.com/jqyvp7
Please help.
for embedding the facebook post in WordPress, you don't need any plugin, just click on the corner of any facebook post and click on embed, get the code and paste it in the code in the text area of any post, or you can also embed in the sidebar using html widget.

Share content on my Google+ PAGE with ADDTHIS

I am trying to post some Wordpress article directly on my google+ page with addthis, but it always post them on my Google profile.
I just can add a comment, remove extract and photo, and choose my share list, but I can't choose where I want to post it
In addthis support forum they say it is not possible:
Unfortunately this is a limitation of the Google+ button, not of
AddThis. We're not aware of any way to share to Google+ business pages
yet.
The way I do it is to copy the URL link of the article I want to share and then go to my Google+ page and paste that link there.
You should use an approved third party solution for posting to Google+ Pages. See the list at http://www.google.com/+/business/3rdpartytools.html

How to use custom button for Google Friend Connect API login button?

I am using Google Friend Connect API to login to my site. And using the default function google.friendconnect.renderSignInButton(params) to render the sign in button. Can I use my own custom button to log into my site or can I customize the button to sync in with the website design. Because the customization option provided in http://code.google.com/apis/friendconnect/docs/gfc_buttons.html are not helpful as I need a completely different looking button than these.
I have a post on my blog which will help you create or have the GFC widget back on your blog or website. the post is on How to add Google friend connect on blogger , in this tutorial are the two ways on which you can add the GFC widget.

How to add facebook and twitter links in asp.net?

I've a task in which i need to add Face book LIKE, Comment etc buttons or links in my application.
and also i need to add twitter link.
Please help me with the asp.net code.
Thank u.
Document provides links for Facebook Social Plugins such as (Like Button, Send button, Comments, Like Box.etc).
Document for the Tweet button, Follow button and how can you embed them on your website with just one line of code.

how to implement facebook like button on my website for each photo on my page?

I have a page that have 5 to 10 photos of a person, If some user comes into this page he should see facebook "Like" button next to each photo on that page. Please tell me the best to do it?
I have installed Javascript SDk on my site, I can use XFBML also. Just post me some sample code if you have any?
Thanks
Why not do what the manual says ?
http://developers.facebook.com/docs/reference/plugins/like

Resources