top of page
Adding a videoask widget to all pages:
Go to the Settings > Tracking & Analytics page:
- Click "+ New tool" > "Custom Code"
- Add your videoask widget code there, for example:
<script>
window.VIDEOASK_EMBED_CONFIG = {
"kind": "widget",
"url": "https://www.videoask.com/fn5pz0q1v",
"options": {
"widgetType": "VideoThumbnailExtraLarge",
"text": "Talk to me",
"backgroundColor": "#FF3C4C",
"position": "bottom-right"
}
}
</script>
<script src="https://www.videoask.com/embed/embed.js"></script>

bottom of page