Add Adilo.org code to your Website

When you add Adilo.org code to your website your users will be able to open and read documents such as PDF, DOCX, XLS, PPT, etc. without downloading the file to their computer.

<script type="text/javascript" src="https://adilo.org/script.js"></script>

Simply paste the code above just above the closing body tag of your website.

Code Example

<html>
    <head>
        <title>Example Site</title>
    </head>
    <body>
        <p>This is a paragraph</p>
        <!-- Adilo.org Script -->
        <script type="text/javascript" src="https://adilo.org/script.js"></script>
    </body>
</html>

API

<a href="https://adilo.org/?src=PATH\TO\FILENAME.PDF">Read PDF</a>

Example

<a href="https://adilo.org/?src=https://adilo.org/static/sample-document.pdf">Read PDF</a>