I have tried to intregrate the following link by seeting an iFrame on our website:
Unfortunately there only appears a white screen. Is there a problem with the link? We got the link from a company whose webbased software we are using for publishing our press relations.
Maybe somebody knows what is going wrong.
Thanks in advance.
Sorry, but 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 are 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.
Okay thank you. I have talked to the support hotline of Wix and they told me, that I should ask my question here, as they cannot answer questions about external links.
The code is from the company we are working with but we want to integrate it (as an iframe) on our Wix-Website.
@info53849
Yisrael didn’t mean talk to Wix Support, he meant to talk to the service provider or the third party that provided you with the code to add to an html iframe / html component on your Wix page or as a new tool in tracking and analytics.
Assuming that it is ‘myconvento.com’ from your script above.
Wix doesn’t support html code from third parties as it hasn’t had the chance to fully test it all itself. See this page here for more info.
https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site
So, basically you will need to go back to your code provider to ask them how it should be integrated into Wix, provided that it is actually supported in Wix as not everything is.
You would be better seeing if they have an API that you can use instead of html as it would much more secure, even their own NodeJS if Wix support it in the Wix Package Manager already.
https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager
Looking at their pages they do their own REST API.
https://www.myconvento.com/pr-software/preise/
Current data delivery through connection via REST API…
So I would recommend you try to use that instead of your html script and use Wix Fetch or Wix HTTP Functions.
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
Finally, if you want more info about the html component and what you can do with it, see here.
https://support.wix.com/en/article/corvid-working-with-the-html-element
https://www.wix.com/corvid/reference/$w.HtmlComponent.html