I am looking for information on publishing a Bot (written using Bot-Framework) to Skype. I can submit my bot for review within the Bot-Framework. Is it then also reviewed an published for Skype? Is there a need or way to link the Bot written using Bot-FW somehow to a Skype Bot?
I am sorry if the answer is already out there somewhere in the FAQ's, but I have not found anything concerning that question at Bot-FW, on Skype Bots and here on stackoverflow. thank you for your help.
At this point these review processes are not connected see the Publish section in https://developer.microsoft.com/en-us/skype/bots/docs for details on how to publish a bot in Skype.
Related
I am wondering if I could commit the chatbot mitsuku (pandorabots) to talk with my friends for me in skype.
Can I do this? If yes, what is a brief plan and what should I study to implement this. (or I can just click one button)
Originally I tried to find out, if I could integrate mitsuku in vk.com (russian social website) or facebook.
I know what you are looking for and don't know how to implement it BUT if I'm not mistaken, Skype has already integrated Mitsuku into its platform in the form of a Smartbot with a bot code of 0a24da83-12a6-4213-931f-54570c35e047
At the moment, I am dealing with a Web project and would like to know what are the possibilities to develop a Website with Wordpress CMS and integrate it with a Telephone system such as Asterisk. The main purpose is to build a portal where visitors can make calls to others. Any idea on this?
All your opinions/responses are welcome! I will appreciate it!
If you are looking for a paid product then check out Twilio also check out Asterix PHP API.
Your question is -very- vague. If you mean "I click / you call" service, then yes.
Essentially Asterisk PBX support API calls via HTTP/REST as well as "AGI", which is the same as a website CGI, only for Asterisk.
Really, the limit is pretty much what you can imagine. If you ask a more specific question, I can provide a more specific answer.
We have a SSL set up on one server, and we have several apps we are about to put push notifications in. Can I use the same server for each of these apps?
There currently is not a problem, just trying to investigate as we enter into this. I have searched these and other forums without any luck so far to others discussing it. Any links to documentations for this would be greatly appreciated.
Craig
It depends upon the server, the client and the apps, but the short answer is: Yes you can.
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"}]);
});
Do you know if it's possible to build an application for the LinkedIn platform?
Yes, they have API at http://developer.linkedin.com/index.jspa, allowing access to the profile, connections, messaging and more.
While LinkedIn has promised a public API for a very long time now, they have yet to deliver.
No, there is no public LinkedIn API yet.
IMO, their widgets (which there are only two of at the moment, which are very limited) don't count.
They say that they are open to being contacted with specific uses for their API and they may give access to parts as needed - but that is if they accept your ideas for integration. They have been very picky with this - and have not accepted my attempts to integrate with LinkedIn yet, they tell me I have to wait with everyone else, apparently my applications are not "high-profile" enough.
Sure, you'll find many Google results talking about their "promised" API, but they are empty promises and won't be of much help.
Yes, Linkedin has an API:
http://www.programmableweb.com/api/linkedin
http://blog.linkedin.com/blog/2007/12/the-intelligent.html
So you could build an application that uses it.
Update: (from second link)
We’ll be phasing all of this in over the coming months and to get involved with the Intelligent Application Platform either for APIs, widgets, or hosted applications, send us an e-mail to developers#linkedin.com telling us what you want to build and what you need to build it.
Since there are published Mashups using LinkedIn I would assume that means you can use the API even if the documentation isn't readily available.
As a tip, in the future include links to what you found that didn't work, so we know not to give it to you again.
I poked around a bit more and I found some more on their widgets which appears to be the main focus of their API.