-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed applications #1
Comments
Hi @CaroleSinou |
Hi @thomasstjerne, That's perfect! |
I've just looked at your tools. iframes are probably not the most natural way to do this I would say. It could work, but since you have an API for all those tools, it is more natural to have a little javascript that use the API. But of course it will require someone with developer experience to do so. The tools aren't iframes currently either |
@MortenHofft, I'm continuing the thread instead of creating a new issue. Question: How to integrate our Conversion tools (coordinates and dates) using the API. I have tried a few things, based on tutorials available online, but it is obviously not working. Are you aware of a resource I can use to learn how to use the API in that case? Thanks! |
If you are not familiar with coding, then I would think it was too large a starting project to implement this all over. The reason that what you have is failing is because the API isn't designed to be used by the browser. It doesn't have the required CORS headers. Essentially your API forbids anyone from using it from the browser.
I've created a simple iframe version as you can see here https://canadensys.hp.gbif-staging.org/tools/date-parsing/ |
Thanks Morten. |
Describe the solution you'd like
On the current Canadensys website, three tools are embedded within pages (https://data.canadensys.net/tools/coordinates, https://data.canadensys.net/tools/dates and https://data.canadensys.net/vascan/search).
Is it possible to embed these tools within the jekyll portal?
If so, is there documentation or examples to explain how it works?
Describe alternatives you've considered
If this is not a possibility, we could keep the current Canadensys pages for each tools, but we will need to modify the layout in order to keep the overall look and links to other content within the portal.
The text was updated successfully, but these errors were encountered: