If you want to implement an accessScan iframe on your site, please contact your Partner Success manager and they will get you a dedicated embed code. The embed method is the same as embedding a YouTube video.
The code will look similar to this:
< iframe src="https://acsbace.com/#audit/www.website-to-audit.com">< /iframe>
If you want to whitelabel accessScan's results page, contact your Partnerships Manager. They will need the following information:
And this is how your settings will appear on the iframe:
After receiving approval of your hosting domain, we’ll send you the accessScan iframe which will look similar to this:
< iframe src="https://acsbace.com/?leadColor=#F75431&resultsLogo=https://your-logo-link.jpg&poweredText=Your-Website&poweredLink=www.example-ace-iframe.com/#audit/www.example-ace-iframe.com">< /iframe>
A few things to notice here:
Implementation suggestion:
A common way to implement the accessScan iframe is by using it as a lead catcher on your site. For example, you can have a form with an email and URL input fields. Once the form is submitted, you can create the iframe dynamically and append the input URL to the iframe’s src. e.g `... /#audit/${input-url}`