Insert a Hotshot button

Insert a Hotshot button on your website, intranet, or LMS. The code below provides a visually identifiable button that links to Hotshot, making it easier for users in your organization to access our content.

How to insert a Hotshot button

Here’s how the button will appear on your site:

To insert into your pages, copy and paste the following HTML code:

<iframe src="https://www.hotshotlegal.com/buttons/sign_up" height="50" width="300" frameborder="0"></iframe>

How to set the background color

To match the background color in your pages, you can specify a color by name or hexadecimal value in a bgcolor query parameter.

<iframe src="https://www.hotshotlegal.com/buttons/sign_up?bgcolor=green" height="50" width="300" frameborder="0"></iframe>

How to set the alignment

To change the horizontal alignment, you can specify center or right in an align query parameter.

<iframe src="https://www.hotshotlegal.com/buttons/sign_up?align=center" height="50" width="300" frameborder="0"></iframe>

Happy coding!