facebook-messenger

Facebook Messenger Customer Chat Plugin not appearing when not logged in

吃可爱长大的小学妹 提交于 2020-08-24 06:07:12
问题 I have integrated Facebook Customer Plugin on one of our websites. I followed the instructions in the developer documentation. It is working fine when there is an active facebook session. However, the plugin does not appear at all when there is no active fb session. I might be missing something but I have no clue on what that is. 回答1: The solution for me was adding #xfbml=1&version=v2.12&autoLogAppEvents=1 after the xfbml.customerchat.js file like : js.src = 'https://connect.facebook.net/en

How to create a Facebook Carousel in Dialogflow as “Custom Payload”

放肆的年华 提交于 2020-08-05 18:42:07
问题 I would like to create a Mockup Facebook Bot with Dialogflow without using a webhook. It's possible to define channel specific answers in Dialogflow. There you can chooses between pre defined response types or a custom payload. The custom payload for a simple button works, but when I try to create a caroussel nothing happens. https://developers.facebook.com/docs/messenger-platform/send-messages/template/generic#carousel Where can I find out what is supported by Dialogflow and what isn't? How

facebook customer chat messenger positioning

▼魔方 西西 提交于 2020-05-28 09:59:27
问题 So i've installed the facebook customer chat messenger plugin on my website and it works fine, but i need to align it to the left of the website and if possible also change the size of the button (it's huge). my code is: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_PT/sdk/xfbml.customerchat.js'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script'

facebook customer chat messenger positioning

不羁的心 提交于 2020-05-28 09:54:49
问题 So i've installed the facebook customer chat messenger plugin on my website and it works fine, but i need to align it to the left of the website and if possible also change the size of the button (it's huge). my code is: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_PT/sdk/xfbml.customerchat.js'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script'

facebook customer chat messenger positioning

☆樱花仙子☆ 提交于 2020-05-28 09:54:33
问题 So i've installed the facebook customer chat messenger plugin on my website and it works fine, but i need to align it to the left of the website and if possible also change the size of the button (it's huge). my code is: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_PT/sdk/xfbml.customerchat.js'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script'

facebook customer chat messenger positioning

杀马特。学长 韩版系。学妹 提交于 2020-05-28 09:54:21
问题 So i've installed the facebook customer chat messenger plugin on my website and it works fine, but i need to align it to the left of the website and if possible also change the size of the button (it's huge). my code is: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_PT/sdk/xfbml.customerchat.js'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script'

facebook customer chat messenger positioning

非 Y 不嫁゛ 提交于 2020-05-28 09:54:07
问题 So i've installed the facebook customer chat messenger plugin on my website and it works fine, but i need to align it to the left of the website and if possible also change the size of the button (it's huge). my code is: <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_PT/sdk/xfbml.customerchat.js'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script'

How can I launch facebook messenger with to enable user to user chat

走远了吗. 提交于 2020-01-17 08:38:11
问题 Users log into my app through the facebook sdk. If one user clicks on another user I'd like to enable them to chat via facebook messenger. I can launch messenger from my app, but is there a way to launch into the chat screen with a specific user. 回答1: You can open a conversation in Messenger with deep links: http://m.me/{user_name} <- this is official link for Messenger. You'll need to ask user for his Messenger's username. fb-messenger://user/{user_id} <- this link is not documented, so it

Google Dialogflow Quick Replies formatting issues in Telegram

两盒软妹~` 提交于 2020-01-16 08:42:53
问题 I had create a chatbot using Dialogflow and integrated it with Facebook Messenger & Telegram. I noticed that for the Quick Replies in Telegram (Link 1) appears differently in FB Messenger (Link 2). Is there any way to make it nicer and more presentable in Telegram? Telegram Facebook Messenger This is my Quick Replies settings in Dialogflow. Dialogflow 回答1: in DialogFlow you can indeed (as Marc pointed out) use a Custom Payload for Telegram, here it is an example: { "telegram": { "text": "What

Google Dialogflow Quick Replies formatting issues in Telegram

只谈情不闲聊 提交于 2020-01-16 08:42:38
问题 I had create a chatbot using Dialogflow and integrated it with Facebook Messenger & Telegram. I noticed that for the Quick Replies in Telegram (Link 1) appears differently in FB Messenger (Link 2). Is there any way to make it nicer and more presentable in Telegram? Telegram Facebook Messenger This is my Quick Replies settings in Dialogflow. Dialogflow 回答1: in DialogFlow you can indeed (as Marc pointed out) use a Custom Payload for Telegram, here it is an example: { "telegram": { "text": "What