Working with Hubspot Call to Action (CTA) is easier than ever with Sitefinity’s Embed Code widget, part to Feather. Here are the four simple steps that will make the Hubspot CTA to work on a Sitefinity page:
Place the HubSpot Call-to-Action HTML code on a page using Content Block widget:
Place the HubSpot javascript either on the page or on the template if more pages are based on a common template. Note this javascript is not specific to the call to action widget. It’s important to choose ‘Before the closing body tag’
<script type="text/javascript" src="https://js.hscta.net/cta/current.js"></script>Next use the ‘embed code’ widget to place the HubSpot javascript, which is specific to your portal. In the following example, note the 123456.js is the portal id will be change based on your portal.
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/123456.js"></script>Finally add the HubSpot javascript, which is specific to the Call to Action (CTA). In the below example note there is a portal id and the CTA’s form guide id.
<script type="text/javascript">
hbspt.cta.load(123456, 'f46c693f-bcc5-4de9-a954-db20ad916633', {}); </script>
We have helped many of our clients implement Hubspot CTAs with Sitefinity. Also, we have imported Hubspot blogs to Sitefinity using the Hubspot API. We are happy to help you, Contact Us.