1.0.6 • Published 6 years ago

vue-facebook-chat v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

VueFacebookChat

Vue plugin for facebook chat

Installation

npm i --save vue-facebook-chat

Module

import VueFbChat from 'vue-facebook-chat'

Usage

in app.js:

import VueFbChat from 'vue-facebook-chat'


Vue.use(VueFbChat)

can be used in a template as simply as:

<vue-facebook-chat :app-id="YOUR_APP_IDD" :page-id="YOUR_PAGE_ID"></vue-facebook-chat>

Optional

AttributeDescription
theme-colorThe color to use as a theme for the plugin, including the background color of the customer chat plugin icon and the background color of any messages sent by users. Supports any hexadecimal color code with a leading number sign (e.g. #0084FF), except white.
login-msgThe greeting text that will be displayed if the user is currently logged in to Facebook. Maximum 80 characters.
logout-msgThe greeting text that will be displayed if the user is currently not logged in to Facebook. Maximum 80 characters.
1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago