CMS Development

Mediaholix
Member | Partner
Member | Partner

How do I embed a goconsensus video on a HubSpot landing page?

SOLVE

I would like to embed a goconsensus video into a landing page.  Currently the code has javascript in it so it opens up in another window rather than playing onpage.  Here is the code:

 

<script src="https://www.goconsensus.com/app/static/scripts/demochimpviewdemo1.0.0.js" type="text/javascript"></script><script>showdemochimpbutton("https://www.goconsensus.com/app/view/p/bb9h3vxc?autoplay=true","690","1120");</script>

 

Huge thanks for any help ....

0 Upvotes
1 Accepted solution
ndwilliams3
Solution
Key Advisor

How do I embed a goconsensus video on a HubSpot landing page?

SOLVE

the script they have only includes a popup option. You could iframe it in, but it would not be responsive.

 

<iframe width="690" height="1120" src="https://www.goconsensus.com/app/view/p/bb9h3vxc?autoplay=true"></iframe>

 

View solution in original post

2 Replies 2
ndwilliams3
Solution
Key Advisor

How do I embed a goconsensus video on a HubSpot landing page?

SOLVE

the script they have only includes a popup option. You could iframe it in, but it would not be responsive.

 

<iframe width="690" height="1120" src="https://www.goconsensus.com/app/view/p/bb9h3vxc?autoplay=true"></iframe>

 

Mediaholix
Member | Partner
Member | Partner

How do I embed a goconsensus video on a HubSpot landing page?

SOLVE

Thank you very much - awesome

0 Upvotes