Whatsapp share button integration for browser websites - button

I am trying to integrate the Whatsapp share button on my website. But I found that WhatsApp works for mobile devices, not for the browser. So, is there any way to achieve the WhatsApp integration for websites.
Here is the Html link I am using:
<a class="mct_whatsapp_btn" data-link="" data-text="" href="whatsapp://send?text=">Share</a>

Try this, I think it might help you.
<a target="_blank" href="https://web.whatsapp.com/send?text=www.google.com" data-action="share/whatsapp/share">Share via Whatsapp web</a>
This will open whatsapp web in the new tab.

You can try this
Share via Whatsapp web

I think you should try this widget it's shows chat bubble icon on website where user can send message from website https://www.widgetsquad.com/widgets/whatsapp

Related

LinkedIn Share URL Button from Website Not Showing Message Body

I am trying to add a share button from my website to Linkedin. It works fine. I am using this template
<a href="https://www.linkedin.com/shareArticle?mini=true&url=#Model&source=#Model" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/linkedin.png" alt="LinkedIn" />
</a>
The issue is that I get this screen:
When the user clicks on send to individuals the link is not included in the message body. How to fix that?
LinkedIn only supports the url parameter in its share URL.
https://www.linkedin.com/sharing/share-offsite/?url={url}
Source: Microsoft LinkedIn Share URL Documentation.
If you are interested in a regularly maintained GitHub project that keeps track of this so you don't have to, check it out! Social Share URLs

Asp.net and facebook share buttom

i have an asp.net web application and i need to add a button that shares content to facebook.
Is there any way to do it ?
You can share your webpage on Facebook by referring to the developer guide provided by facebook.
https://developers.facebook.com/docs/sharing/reference/share-dialog

Related to social media like and share buttons

Which is the best method to add like and share buttons of Facebook and Twitter and Google+.
Check the API documentation for how to integrate facebook functionality into an ASP.NET site:
https://developers.facebook.com/docs/web/
Start with that and then once have the facebook integration figured out it should be simple to find twitter and google+ APIs to do the same for them.

How to include youtube login in an asp.net page?

I want to include a youtube login system just like facebook has "login with facebook". I searched the api but couldn't find anything. Can someone guide me through or post link to any tutorial on how to do that. Actually, our website gives the option to upload youtube videos(video's html embed code), but to verify that the uploader is actually the original uploader and is not uploading someone else video, we want that he login the website using youtube login and then we verify that the uploader's name and the video's uploader name are same. I have got no ideas on how to do this, can someone point me to the right direction on how to get started?
Youtube uses Google accounts, so you actually want a "Log in using Google". There are some docs at https://developers.google.com/accounts/.

Facebook API in Flex

If anyone has experience with the Facebook API,
What I’m trying to do is have a logged-in FB user, in my FB app, be able to browse photos uploaded by friends [not necessarily with themselves in those photos -- but just to see photos by their friends]. Is this possible?
Thanks in advance!
I think it's possible. It depends on how you want these photos to be displayed.
I have never connected the facebook API with any Flex app but I have experience with projects that use Iframe to display HTML content in FLex apps. You can find the Iframe project here:
iframe project. In my opinion you can generate these photos in a php script that uses the
facebook API and display its result as Iframe in your Flex application.
I've described the way how the IFrame can be used on my blog here:
Iframe in Flex . I use this approach very often and I've never had any problem with it.

Resources