We'd like to answer facebook visitors'posts through watson conversation(not facebook messenger), is there any node js sample(or others...) for it ?
Thanks
In Watson Conversation, click on the "Deploy" button on the left. There will be an option there pointing you to how to deploy to BotKit.
Here is the direct link to the project.
https://github.com/watson-developer-cloud/botkit-middleware
Related
I have searched for this feature, but I'm not sure if it is possible and maybe someone has done this before. I would like to integrate chat messenger (facebook) with my website, and I would like to have a buy button on my products, and when someone clicks it, it would open the messenger popup with the info about the product clicked already filled in, so I can just follow up personally with extra questions (quantity, address,prices, etc)
Is it possible?
The website is being built with nextjs by the way.
You can not popup the chat extension provided by Facebook automatically the way you are wanting. But, what you can do to achieve your goal is to use Chatbot and referral codes. You can identify which product page the user have come from by checking the referral code. And your chatbot can then provide response of that product as per referral code.
Reference: Messenger m.me Link
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
Anyone knows how to connect an IBM Watson chatbot to a website? I am using bluemix. I already have a watson conversation and I want to integrate it to my wordpress website. I'm not understanding where to include the configurations.
Watson Conversation is just a REST API endpoint. Youll need some widget that calls the service as outlined here:
https://www.ibm.com/watson/developercloud/conversation/api/v1/#create_workspace
We have some sample chat widgets you could potentially embed as an iframe or something if you want.
https://www.ibm.com/watson/developercloud/doc/conversation/sample-applications.html
https://github.com/watson-developer-cloud/text-bot
There is a Watson Conversation WordPress plugin that you can use to deploy your chatbot to a Wordpress site.
The plugin is called “Watson conversation.”
You can find the configurations steps here: https://courses.cognitiveclass.ai/courses/course-v1:CognitiveClass+CB0103EN+v1/courseware/c6143d9ff5764057a91e53fa8a3a6dff/2b860fc913a745e29dce92bf72d15faf/
The Watson Conversation plugin can be installed both on self-hosted WordPress installations and hosted WordPress (on WordPress.com). WordPress.com charges a fee to allow us to install custom plugins.
Well, you could use a simple method (Simple, but paid) and use chatlio.
This way you can just install the plugin to your wordpress.
IBM makes available too the web application, but it's in javascript.
Watson provides a web chat plugin which can be embedded to the website
Visit
https://cloud.ibm.com/docs/assistant?topic=assistant-deploy-web-chat#
to get the script code and paste the code as close to the closing tag as possible.
Another way is to integrate with Kommunicate. Go to Bot integration section, select IBM Watson, enter your Watson API key. Then copy the script from Settings -> Install to your website code before the closing tag.
I want to have invite facebook friends functionality. I have made app on facebook and have app id.Now when I use any plugin or custom code for opening invite friends dialog box, it gives error of
"Game Requests are only available to games."
I am not getting why this error coming? Can any one please help me? Do I need to change some settings in facebook app which I have created?
may be the below guide line will assist you.
You must set your Facebook app as a game category, in the App settings. Otherwise, you can't use GameRequestDialog, because your app is not a game. In this case, Facebook gives you AppInviteDialog
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.