This page demonstrates use of the TaxMinion widget. Use the show(), hide(), and say('hello world') events to try it out.

The following snippet is embedded on this page to render the widget:

<script src='./widget.js' type="text/javascript" async></script>
<script>
      window.tmTasks = window.tmTasks || [];
      function TaxMinion(){tmTasks.push(arguments);}
      TaxMinion('init', {apiKey: 'xxxxxxx'});
</script>