react-messenger-checkbox-plugin

2.0.3 • Public • Published

react-messenger-plugin

Component wrapper for Facebook Messenger checkbox plugin

Installation

npm install --save react-messenger-checkbox-plugin

Usage

To use the Messenger Plugin, you will need an App Id and a Page Id. You can find create an app here and you will find your page Id at the bottom of your Facebook page settings.

You can then use the plugin.

var React = require("react");
var render = require("react-dom").render;
var MessengerPlugin = require("react-messenger-plugin");
 
render(
    <MessengerPlugin
      type="fb-messenger-checkbox"
      appId="<YOUR-APP-ID>"
      pageId="<YOUR-PAGE-ID>"
      prechecked="<true|false>"
      allow_login="<true|false>"
      onRef={ref => (<reference to function> = ref)}
    />,
    document.body
);

You can send payload to your server using

    this.<reference>.send(`<PAYLOAD STRING>`);

Notes

Expect a delay before the checkbox appears. This is mainly caused by the time required by the Facebook SDK to load and then the time for it to initialize. To reduce the delay, see the advance usage described below.

Props

Name Type Required? Default Description
appId string yes - Your Facebook app id
pageId string yes - Your Facebook page id

Inspired by react-messenger-plugin

Package Sidebar

Install

npm i react-messenger-checkbox-plugin

Weekly Downloads

808

Version

2.0.3

License

MIT

Last publish

Collaborators

  • tarikferes
  • manuelcordon-yalo
  • waltermoorlag
  • reinholdyalo
  • cesar-aguirre-yalo
  • byronramos
  • adanmuguiro
  • uriel-yalo
  • ochoa_yalo
  • dapryalo
  • bonniemilianb
  • guilhermesborz
  • gago_ar
  • catyalere
  • jfelix-yalo
  • gabriel_yalo
  • janetyalo
  • julio.gonzalez
  • branmendozay
  • zkropotkine
  • fernandorincon
  • gustavoyalo
  • moisesflores22
  • josepablohm
  • yaogomezyalo
  • rommelyalopartner
  • yalo-engineering