vimeo.ga.js Issue
-
It appears that there is an issue with using this with vimeo.ga.js for Google Analytics tracking.
The issue appears to be because FVE outputs the Vimeo URL as:
<iframe src="//player.vimeo.com/video/193465970
The tracking script needs the https:// in front of it:
<iframe src="https://player.vimeo.com/video/193465970
To make it work, I temporarily modified the plugin. However, it will break on update. It would be nice if you could either add an option to force the
https://
in front of the player URL, OR have it place the same protocol (http or https) as the page that is loading it. Maybe a checkbox in the options menu?If not, I’ll have to add some DOM parsing logic.
Thank you,
Daniel
- The topic ‘vimeo.ga.js Issue’ is closed to new replies.