Attribute

<script
  type="text/javascript"
  defer
  async
  src="https://cdn.feedbank.app/plugin.js"
  plugin-key="[PLUGIN KEY]"
></script>

Basically, the code to install the plugin is the same as above, but you can additionally give the script properties. This chapter covers properties.

data-fb-hide

If you put data-fb-hide as it is or assign a value of "true", you can prevent the trigger button from being automatically exposed when the page loads.

<script
  type="text/javascript"
  defer
  async
  src="https://cdn.feedbank.app/plugin.js"
  plugin-key="[PLUGIN KEY]"
  data-fb-hide
  data-fb-hide="true"
></script>