Skip to content

craigsc/fig.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fig.js

Fig.js is a simple plugin that allows any web application to easily and quickly integrate a mechanism to solicit and collect feedback from users. No accounts or registration required. Just include fig.js in your webapp and collected feedback will flow directly to an email inbox of your choosing. Incredibly lightweight, simple, and powerful.

For more information, visit https://usefig.com.

Quick Start

For the most up-to-date instructions, please visit the Fig Quick Start.

First, download fig.js and ensure it is in a location accessible from your web application. Then, simply include the following code snippet in the <head> of your webpage:

<script>
  (function(y,o,d,a,w,g){y[a]=y[a]||function(){(y[a].e=y[a].e||[]).push(arguments)};
   w=o.createElement(d);w.async=1;w.src='path/to/fig.js';
   g=o.getElementsByTagName(d)[0];g.parentNode.insertBefore(w,g)
   })(window,document,'script','fig');
  fig({'email': 'your@email.here'});
</script>

Don't forget to edit 'path/to/fig.js' and 'your@email.here' with the appropriate values.

Documentation / Advanced Usage

Please read the official Fig Documentation for advanced usage. This enables the optional use of custom colors, positioning, text copy, etc.

License

Released under the MIT license.

About

The dead simple way to integrate a user feedback system into any web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published