Linking to your Delio platform on your website

Modified on Thu, 30 May at 11:55 AM

Overview 


Including a button on your main website linking directly to your Delio platform could be an effective way to drive engagement from investors. This streamlined access can prompt them to register and onboard to your platform, to browse opportunities or take action on an investment.


How to create hyperlinks to your Delio-powered platform


Start by highlighting the URL of the platform page that you want to link to. Your login page URL should resemble this format: https://www.delio.example/login, while your sign-up page URL should follow this format: https://www.delio.example/login/signup


Next, you’ll need to convert your URLs into HTML links. Copy and paste your URL and hyperlink label into the following code snippet to generate examples like the below:

  • For your login page link, use the following HTML format:
    “<a href="https://delio.example/login"
    >Login</a>”

  • For the sign-up page, use this HTML format:
    “<a href="https://delio.example/login/signup">Sign up</a>”


How to create buttons linked to your Delio-powered platform


If you would like to make the login page link or the sign up page link or into a button, you can convert the URL into a button on your website, like the below:

  • For your login page, the HTML code would resemble this:
    “<a href="https://delio.example/login" class="btn btn-primary">Login</a>”

  • For the sign-up page, the HTML code would resemble this:
    <a href="https://delio.example/login/signup" class="btn btn-primary">Sign up</a>”

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article