Skip to content

The sample of integrate travelflan chatbot on Mayflowers's website.

Notifications You must be signed in to change notification settings

FreeDGroup/MayflowerWebSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travelflan chatbot widget usage sample for mayflower

Introduction

This repo demonstrated how to use integrate travelfaln chatbot in for Mayflower's website.

Run demo

npm install
npm start

then open http://localhost:8080/ in your browser.

Usage

add this script in the end of your website page.

<script src="https://alpha-widget.travelflan.com/loader/mayflower/dist/widget.mayflower.min.js"></script>
<script>
  window.TF_CHATBOT.init()
</script>

if you want to use this widget in production website, please add

<script src="https://widget.travelflan.com/loader/mayflower/dist/widget.mayflower.min.js"></script>
<script>
  window.TF_CHATBOT.init({
    environment: 'production'
  })
</script>

About

The sample of integrate travelflan chatbot on Mayflowers's website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published