I’m having trouble getting the Messenger Checkbox plugin to work: the Facebook script loads fine, it parses the page well (I can see this with the debug version of the SDK), but the checkbox remains in "hidden" status. This is an HTML sample of my page: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>TestCheckboxMessenger</title> ..
Category : facebook-messenger
it is my first time asking question through StackOverflow. My main goal is to retrieve my Facebook page conversation messages and store them in a database. But it seems to be impossible. So my idea is to connect to my Facebook account through my website and discuss with others using my created Facebook page. Then ..
My Facebook "send to messenger" button is not showing in browser, i have almost tried all the solutions given in stackoverflow. My app is in development mode, page is added, webhook added and verified. Below is my html code : <!DOCTYPE html> <html> <head> <meta content="width=device-width, initial-scale=1" name="viewport" /> <title>My Website</title> <script> window.fbAsyncInit = function() ..
I have the "send to messenger" plugin that supposed to show but doesn’t show. If this helps you in any way that would be supreme. My page: <body> <script> window.fbAsyncInit = function () { FB.init({ xfbml: true, version: ‘v9.0’ }); FB.Event.subscribe(‘send_to_messenger’, function (e) { console.log(e); }); }; (function (d, s, id) { var js, fjs ..
I’m trying to share from a web page an image through Facebook Messenger, with pop-up or anything else. Many questions after read the ‘facebook doc’… Am I required to have an app id? How can I open a pop-up wich show the visitor’s Messenger with an image of my choice ? Thank you ! Sorry ..
I have a website, where user location(lat/lng) can be retrieved with single click using navigator.geolocation.getCurrentPosition. This works fine in all major browser like chrome, firefox etc. However, if the link is forwarded to fb messenger & browsed using internal browser & click on the same button. It doesn’t work. I also check the ready made ..
I have the "send to messenger" plugin that supposed to work, but doesn’t work. If this helps you in any way that would be supreme. My page: <body> <script> window.fbAsyncInit = function () { FB.init({ xfbml: true, version: ‘v9.0’ }); FB.Event.subscribe(‘send_to_messenger’, function (e) { console.log(e); }); }; (function (d, s, id) { var js, fjs ..
I have a referral page with a modal where users can send a share link to their friends. I need to implement the following flow: a user clicks on facebook messenger icon and their messenger opens up where the user can choose someone of their contacts to send a share link to. Looks like this ..
I am using google tag manager and need this script to be delayed. There are 2 tricky parts. 1. Once it loads, I don’t want it to be delayed if they go to a different page. 2. I am not a javascript person so this is completely unknown. Below is the code Facebook uses to ..
Recent Comments