Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ lb-feedback Public archive

Display a feedback JavaScript plugin on our pages with FreshDesk, FreshChat and UserReport.

License

Notifications You must be signed in to change notification settings

lumibib/lb-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitHub GitHub repo size GitHub release (latest by date) GitHub all releases

lb-feedback logo

Feedback plugin for Lumibib
Display a feedback JavaScript plugin on our pages with FreshDesk, FreshChat and UserReport.
Built with ❤︎ by Lumibib and contributors

Table of Contents

Installation

<script src="https://cdn.jsdelivr.net/gh/lumibib/lb-feedback@latest/lb-feedback.min.js"></script>

Usage

var feedback = new lbFeedback({
    title: "Aide et feedback",
    //width: "340",
    bottom_anchor: "90%",
    label: {
        help: "Centre d'aide",
        idea: "Suggestion",
        bug: "Reporter un bug",
        chat: "Discuter"
    },
    title_color: "#ffffff",
    title_bg: "#222222",
    icon_bg: "purple",
    color: "#222222",
    bg: "#eee",
    hover_color: "#ffffff",
    hover_bg: "purple",
    freshchat_token: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    freshdesk_widget_id: "xxxxxxxxxxx"
});

Demo

Contributing

We’re really happy to accept contributions from the community, that’s the main reason why we open-sourced it! There are many ways to contribute, even if you’re not a technical person.

  1. Fork it (https://github.com/lumibib/lb-feedback/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

The icons are used in this package are drawn from Orion Icon Library - Free vector icons - SVG, PNG, & Icon Font.

About

Display a feedback JavaScript plugin on our pages with FreshDesk, FreshChat and UserReport.

Resources

License

Stars

Watchers

Forks

Packages

No packages published