1. Acquire your api key
Upon purchasing backtalk, you will be emailed a 10 digit api key (i.e. `aa5klsDE0g`)
2. Add your script and css tags
In your index.html file, at the end of the <body> tag, add the following tags:
<link href="https://backtalk-widget.herokuapp.com/index.css" rel="stylesheet" />
<script src="https://backtalk-widget.herokuapp.com/index.js" type="module" />
<div id="backtalk-widget" data-apikey="{{YOUR-KEY-HERE}}" class="backtalk" />
Replacing {{YOUR-KEY-HERE}} with the key from step 1.
3. You're done!
Did you have any issues? If so let me know at spencer@backtalk.info