Embed Hubspot video on Wordpress

It would be nice to be able to embed Hubspot video through the Hubspot plugin for wordpress in the same way as forms.

AND of course then also tracking of media playbacks etc. If Contact is known thorugh cookies (and previous form fill outs) it would also be nice if it could show up on contact activity feed as video play.
As it is now we have to use a different media tool (Vimeo/Youtube) for all video content on our webpage since we are not using Hubspot as or CMS for webpage.
We do use Hubspot for landingpage, BUT we also have video content on our regular pages that we would like to track in Hubspot as part of the journey.

Yes, it would be great to have video embedding possible from HubSpot to WordPress.

It would also be great if the includes & Video Includes shift from protocol-relative link to absolut HTTPS-URLs
Explanation:

Description
URLs that load resources such as images, JavaScript and CSS using protocol-relative links. A protocol-relative link is simply a link to a URL without specifying the scheme (for example, //screamingfrog.co.uk). It helps save developers time from having to specify the protocol and lets the browser determine it based upon the current connection to the resource. However, this technique is now an anti-pattern with HTTPS everywhere, and can expose some sites to ‘man in the middle’ compromises and performance issues

How To Fix
Update any resource links to be absolute links including the scheme (HTTPS) to avoid security and performance issues.