Small widget Embed
ChatFortress makes available various Embed Widgets to make integrating your Report Card Grade into your website.
What is needed for you to embed your Cybersecurity Report Card Widgets:
- Company ID
- API Key - every account has a unique API key that provides access to the ChatFortress API based on your permissions or account level. For more information about access connect to our team.
Where do I get the company ID:
When you are on the Public Report Card URL for any company the Company ID is the last part of the URL. For example:

For example, it's the part after the
https://chatfortress.com/directory/company/ in the URL here:
https://chatfortress.com/directory/company/JE7qJb2fv26LJwwnxQmS
Embed widget - size can be either 'small' or 'small-horizontal'
To use either of these scripts you need to replace '<companyID> with your company ID. Yes, replace the <> as well. It is everything including <companyID>
You also need to replace <APIKEY> with your API key.
Small
<script src="https://web.chatfortress.com/embed-widget.js"></script><script type="text/javascript" id="cf-widget-<companyID>">(function(){var widget = new CFWidget('<companyID>','<APIKEY>', {size: 'small'});widget.init();})()</script>
Small-Horizontal
<script src="https://web.chatfortress.com/embed-widget.js"></script><script type="text/javascript" id="cf-widget-<companyID>">(function(){var widget = new CFWidget('<companyID>','<APIKEY>', {size: 'small-horizontal'});widget.init();})()</script>
Widget Examples: