Embedding algorithms
We've made it very easy for you to embed prediction algorithms or calculators from Evidencio on your own research website. Once you've published your algorithm on Evidencio it can be embedded into your own webpage without the need for difficult coding and scripting.
Please note that only public algorithms can be freely embedded in external websites.
If you wish to embed your private algorithms, or if you want full control over styling and extended features, please get in touch so we can inform you about the extra capabilities of our API.
Note: Please also review our page on services, which covers our use and licensing policies in a broader sense.
- You're not using Evidencio algorithms, nor any generated results in or as part of a healthcare process, application or service.
- You accept the Evidencio Terms & Conditions, Privacy Policy and Disclaimer.
- Embedded algorithms are provided as-is. You will not alter or omit any of the contents of the embedded algorithm or any of the associated resources as provided through the 'embed-link'.
- You will visibly place a small Evidencio Logo on your website, with a link to the public algorithm-URL on Evidencio. This logo+link must be placed outside of the 'iframe' that contains the 'embed-link'. Please use this logo

Embed-link
By adding the example code below to your website and placing our logo+'link to the embedded public algorithm' on your website you can embed any public Evidencio prediction algorithm in your own website:
<iframe id="evidencio_embed" src="https://evidencio.com/embed/{your_algorithm_id}"></iframe>
<script src="https://evidencio.com/embed/embed.js"></script>
<!-- example: Evidencio logo + link to the embedded algorithm: -->
<a href="https://evidencio.com/models/show/{your_algorithm_id}" target="_blank" rel="noreferrer noopener">
<img src="https://evidencio.com/embed/evidenciologo.png">
</a>