I’m trying to add a 3rd party photo gallery to my site, but am unable to do so. The gallery widget needs access to the whole page because it is a popover.
Can I directly edit my site’s HTML or am I locked out of my own HTML?
Here are the specifics of my situation:
An example of the 3rd party widget can be found on this page ( stories.vizisocial.com ) and looks like this (see below).
This is the widget embedded on a page.
This is the widget after it has been clicked on.
This is the bit of code that I need to add to my site:
<link href=https://stories.vizisocial.com/widget/bundle.css" />
Is it possible to add this directly to my site’s HTML via Corvid or am I totally locked out of my own site’s HTML?
You can add html on your page in a html iframe.
https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site
However, please note that Wix does not provide support for any third party code as it has not had the chance to test that it fully works with Wix etc.
Therefore, if you are after more help with this you are better suited going back to your third party code provider and asking their own support to help you with this issue.
However, there is this example about making html iframe go full screen that you can try too.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-fullscreen-with-htmlcomponent
Plus, you can also pass data from your page to your html component and from your html component to the page if you want to use code as well.
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
https://support.wix.com/en/article/corvid-working-with-the-html-element