All Collections
Getting Started
Installation
How to install CallPage on ClickFunnels?
How to install CallPage on ClickFunnels?

Find out how you can install the widget on ClickFunnels

Adriana Świerczek avatar
Written by Adriana Świerczek
Updated over a week ago

If you want to install the widget in ClickFunnels it is necessary to use a different installation code than the one available in the Installation tab.

Here's a suitable code for installing CallPage on Clickfunnels:

<!-- BEGIN callpage.io widget -->

<!-- IMPORTANT: Remove script below if you don't need support for older browsers. -->

<script>(function () {var script = document.createElement('script');script.src = 'https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js';script.async = false;document.head.appendChild(script);}())</script><script>var __cp = {"id":"XXXXXXXXXX","version":"1.1"};(function (window, document) {var cp = document.createElement('script');cp.type = 'text/javascript';cp.async = false;cp.src = "++cdn-widget.callpage.io+build+js+callpage.js".replace(/[+]/g, '/').replace(/[=]/g, '.');var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(cp, s);if (window.callpage) {alert('You could have only 1 CallPage code on your website!');} else {/process the queue of calls/window.callpage = function (method) {if (method == '__getQueue') {return this.methods;}else if (method) {if (typeof window.callpage.execute === 'function') {return window.callpage.execute.apply(this, arguments);}else {(this.methods = this.methods || []).push({arguments: arguments});}}};window.callpage.__cp = __cp;/here comes execution/window.callpage('api.button.autoshow');}})(window, document);</script>

<!-- END callpage.io widget -->



IMPORTANT!!!!
In the place of xxxxxx, put the ID of the widget, which can be found in the Installation tab:

Did this answer your question?