Socket
Socket
Sign inDemoInstall

nodebb-plugin-stomt-feedback

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nodebb-plugin-stomt-feedback

A starter kit for quickly creating NodeBB plugins. Comes with a pre-setup LESS file, server side JS script with an `action:app.load` hook, and a client-side script. Most plugins need at least one of the above, so this ought to save you some time. For a fu


Version published
Weekly downloads
14
Maintainers
1
Install size
15.1 kB
Created
Weekly downloads
 

Readme

Source

NodeBB Stomt Feedback Plugin

STOMT makes it easy for anyone to provide instant feedback. This plugin allows you to customize the STOMT feedback button and add it to your nodebb site.Installation is simple and only takes seconds.

Installation

npm i nodebb-plugin-stomt-feedback

after installing, activate the plugin and restart the nodebb

Configuration

The parameters can be configured in the admin-panel to initialize the widget.

PropertyTypeDescription
appId (required)StringThe appId is your pages application id. You can find it in your application overview in STOMT (https://www.stomt.com/YOUR_PAGE/apps). The target connected to this application id will be used as target.
positionStringYou can set the position of the button, the default position is right. If required you can align the button to the left side by passing position: 'left'.
labelStringThe default label of the button is Feedback, you can change that by passing another label.
colorTextStringTo change the colors used for the widget button you have three options to configure. The first one is colorText, it allows you to change the text color (default: #FFFFFF).
colorBackgroundStringThe colorBackground option allows you to change the background color of the button (default: #0091C9).
colorHoverStringThe colorHover option allows you to change the background color of the button when the user hovers it (default: #04729E).
preloadBooleanBy setting the property preload to true, you can tell the Widget to preload the Tab iframe in the background (default: false). This reduces the loading delay when showing the Tab for the first time.

Example UI

Admin-panel / User interface:

Example screenshot Example screenshot

Create feed:

Example screenshot

<div id="stomt_create"></div>

1- go to widgets

2-drag and drop html box into the desired place

3-add the html code and save

integrate feed:

Example screenshot

<div id="stomt_feed"></div>

1- go to widgets

2-drag and drop html box into the desired place

3-add the html code and save

Frequently Asked Questions

What is STOMT all about?

STOMT lets you instantly give feedback in a predefined format. Head off to https://www.stomt.com to find out more!

Authors

Mariem Bader | Follow Mariem Bader on STOMT

Max Klenk | Follow Max Klenk on STOMT

See also the list of contributors who participated in this project.

More about STOMT

Integrate and use STOMT on all your touchpoints.

Keywords

FAQs

Last updated on 18 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc