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>

Screenshot 2020-06-25 at 12.26.52.png
bottom of page