Hello I am trying to embed this script into a Wix website
@import url(// [d2uyahi4tkntqv.cloudfront.net/assets/widgets.booknow.v2.css?v=1.0.0](http://d2uyahi4tkntqv.cloudfront.net/assets/widgets.booknow.v2.css?v=1.0.0) );
When I try embedding it with iframe it doesn’t work (just shows a blank iframe)
Ive tried the code on other html websites and it works, just seem to have a problem within Wix.
Can anyone help ?
Thanks
Mike
Refer to the HtmlComponent API documentation for more information. Look at the article Corvid: Working with the HTML Element for an explanation on how to use.
Here are a couple of examples that demonstrate how to use an HtmlComponent:
Example: Fullscreen with HtmlComponent
Example: Multiple Markers Google Maps
Hello Yisrael
Im trying to embed a stand along widget but the when I paste the widget code into the code section the widget does not work
To add an AccuWeather Current Weather Widget to your page:
From the More section of the Add menu, drag an HTML Code element to your page.Go to the Create a Current Weather Widget page, set the parameters for your widget, and get a code snippet.In the HTML element’s settings panel, select Code and paste the widget code.
@import url(// [d2uyahi4tkntqv.cloudfront.net/assets/widgets.booknow.v2.css?v=1.0.0](http://d2uyahi4tkntqv.cloudfront.net/assets/widgets.booknow.v2.css?v=1.0.0) );
This code works on every other Iframe Embed but not on Wix
can you please help
Refer to the documentation for the HtmlComponent for proper use. If your site is the default, HTTS, then links in the embedded code also need to be https links.
Adding code to an HTML component is not a part of the Corvid product (which is what this forum is about). The basics of an HTML component is to put any HTML code in it. That code can be copied from any source that you want, but you need to know the exact code to put there (which is not related to Corvid)… You will need to check with the service provider to find out how to get it work. And you will need to conform to the HtmlComponent rules as detailed in the documentation.