I'd like to embed a skype chat box into my website. Is that possible? I'm running a LAMP architecture but am open to using a different vps if needed
Have you tried Start chat ?
UPDATED 2019-11-23
Skype Webcontrol has been removed from the Microsoft platform. Could be related to the release of Skype for Web.
In this moment it's strongly recommended to use an alternative solution like Facebook Web Messenger for your site.
UPDATED 2018-09-05 (This information is not valid anymore)
Yes, now it's possible on the following link Skype Webcontrol
The HTML code to add a call button is:
<span class="skype-button rounded" data-contact-id="skype-user-name"></span>
<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
Set the "skype-user-name" and voilá... nothing else is required.
OLD POST:
No, you cannot embed Skype chat in your website by the time this post is done.
But these are some resources that might be useful:
This is the official site for creating a Skype button in your website for chat or call:
https://www.skype.com/en/developer/create-contactme-buttons/
But I will have to advise that your visitors require Skype Software installed and it's correspondent extension installed. On mobile browsers it will require only the Skype App installed.
This is the HTML code for the website:
SKYPE CALL
call using Skype
SKYPE CHAT
Chat with Skype
SKYPE VOICEMAIL
Leave a voicemail
Source: http://www.vividstar.co.uk/2012/09/embedding-skype-html-on-your-website/
Skype URI API for the Web: https://msdn.microsoft.com/en-us/library/office/dn745883.aspx
Skype API: https://www.skype.com/en/developer/
Someone may found this helpful.
<span class="skype-button bubble " data-contact-id="your-skype-id"></span>
<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
found here..
It is only possible to start the locally installed Skype-client on the visitors computer from your website.
Skype provides an api for this:
http://dev.skype.com/skype-uri
And here you'll find a Skype URI Tutorial:
http://dev.skype.com/skype-uri/skype-uri-tutorial-webpages
What you're looking for is a live support chat. There are plenty commercial offerings out there. Maybe you can also find some free script.
Yes you can do this using Skype Web SDK.
https://msdn.microsoft.com/en-us/library/dn962133(v=office.16).aspx
These answers are old and not relevant at the moment. Using the unofficial NodeJS API for skype, one can embed the newer cloud based chat groups.
https://github.com/ShyykoSerhiy/skyweb (I am in no way associated with this project)
var skyweb = new Skyweb();
skyweb.login(username, password).then((skypeAccount) => {
skyweb.createThread([{"id":"8:someuserid","role":"User"},
{"id":"8:live:someliveuserid","role":"User"}
{"id":"8:youruserid","role":"Admin"}]);
});
Related
My query is related to Mesibo Javascript SDK. I have integrated Mesibo into my website and was testing it on all browsers but the chat popup does't seem to be working specifically on Microsoft edge. Here is the video of the same: https://drive.google.com/file/d/1yyzJn-LDRYAjLQb4DZLOg4i5ApCR9i4W/view?usp=sharing
Can somone please tell me if Mesibo SDK is usually not compatible with Microsoft Edge browser and if not, how can the problem on the video be fixed.
Apart from that, can you also please tell me if the Javascript SDK for Mesibo provides an API to tell the user if he has a new message in a chat (like whatsapp displays "1" on a chat if there is a new message from that person)
Thanks.
mesibo API does not provide any UI, what you are using is the sample code which you can modify to suit your needs.
Read tutorials here, you need to set listener to get new message notification. https://mesibo.com/documentation/tutorials/first-app/js/
I need to create chat functionality (same as linkedIn messaging) in DNN. How to do that in DNN(C#)?
Not supprisngly, example that Microsoft uses to explain SignalR usage is chat app
And chat is also common target for many SignalR tutorials on the web
There is a blog post here. http://www.dnnsoftware.com/community-blog/cid/151246/using-signalr-with-dotnetnuke-modules
Older article but still should be relevant.
I am planning to integrate a web phone/softphone in my ASP.Net web site. My idea is to provide an interface on my web page by which user can start a VOIP call to a pre-defined number.
Since I am new to VOIP/SIP domain I am not able to google exactly what I need or from where should I start. What I understand so far is there are open source SIP libraries and some licensed SDKs as well. Also there are some off the shelf client side plugins available which we can embed in the web site.
I am looking for various solutions and also open for paid SDK or client side plugin. So far I have read about Ozeki C# SDK, Mizu plugin and Zoiper plugin.
Can someone help me understand following:
1. From implementation point of view what we will be the difference between using open source SIP libraries vs paid SDKs like Ozeki vs readymade plugins like Mizu or Zoiper
Which are other options available to implement this?
From a reliability perspective which SDK or library is best suited?
Thanks
Amey
Other options: any softphone that can register protocol handler - if you have control over webpage content and can insert "callto" or similar links into it. If you do not have control over webpage - add Telify plugin for firefox to replace text that looks like phone number with equivalent link.
I have to implement application that can post to the selected network I can select from the application drop down.
There are Objective-C frameworks for Facebook (Three20) and Twitter (Twitter-OAuth-Library & MGTwitterEngine).
A quick trip to Google find facebook-android-sdk for connecting to Facebook on Android.
As far as Twitter goes, you can find a whole list of APIs for various languages/platforms on Twitter's developer website.
EDIT
A second trip to Google finds this on developer.myspace.com for adding MySpace to an iOS app. Also, see this page and this page on LinkedIn's Developer Network.
Basically, LinkedIn is just using a JSON encoded API with OAuth. You should be able to handle that with any OAuth library.
EDIT2:
It seems that I've found another great library. Check out ShareKit, which helps with alot of what you're trying to do.
#appaspect and #moshe, this is an old thread so the question my no longer be relevant, but here's a new open-source SDK and social api service: Socialize http://www.GetSocialize.com . Full feature set at http://go.GetSocialize.com/features
DROdio
is there a drupal module that enables a live chat in a drupal site?
I recommend drupalchat, it is the most maintained and complete version. It uses node.js as the server. It works on Drupal 6 and 7 and has many features.
Drupal.org has an excellent search, a simple search revealed these candidates.
I use ClickDesk on my Wordpress site as a plugin, It's just copy pasting the code; I guess it should work with Drupal as well.
http://drupal.org/project/bowob
Have a look at bowob chat it gives you an interface which would be useful for implementing chat in a social networking environment. If you exam the api you can see what other modules bowob will go with well.
You can use the Drupal Olark module
http://drupal.org/project/olark
I believe it can handle visitors when you are offline too.
You should try LetsSyncro Live Chat & Image interaction Module for Drupal. This module adds image interaction to the traditional Live chat functionality.
You can find the installation guide in the following link: http://letssyncro.com/AddOns/Drupal
http://drupal.org/project/zopim
Zopim will provide you with the admin panel to administer you online and offline chat, but on their site only. Helped me a lot. Hope this will help you too.
Check chatroom module. It doesn't depend on any third party services and it offers a lot flexibility. You can make both - a site support chat and a community open chat room with it.
Version for D7 requires node.js I think.
Most of others depend on third party services which require registration and membership.
Yes i'm actually using a facebook like chat that's easy to configure with YUI
I'm actually using drupalchat: a facebook like chat and easy to configure with yui
At our website we used Mibbit to embed chat events. It is based on the old IRC system so it has zero learning curve for that audience. It worked really well and the cost was minimal, might be zero for most regular users.
http://www.mibbit.com/
Their staff was also extremely helpful and just generally cool to work with. They are always on their own support chat channel and so you get instant answers. We eventually stopped doing corespondent interviews so the system is not used now, but I would use them again without hesitation.