Skip to content
English
  • There are no suggestions because the search field is empty.

Implementation of the Invest Now Button

Learn how to implement the Invest Now Button in Wix, WordPress & WebFlow

 

image (21)

Prerequisite

Onboard as a founder on our platform and generate your own Invest Now Button

Bildschirmfoto 2025-10-17 um 11.48.39

WIX

To enable the integration of the code, you must have at least a basic subscription and a domain.

image (22)

Choose an appropriate location on your website and insert the Invest Now Button code into the code section.

ChatGPT Image 23. Feb. 2026, 09_06_17

WordPress

You'll need the paid version of WordPress to access full file editing and plugin installation capabilities.

Option 1 (recommended):

Insert the code into the appropriate section of your themes or plugins.

image (24)

Option 2:

Insert the code into the appropriate section of your theme or plugin.

image (25)

Webflow

A basic subscription and domain are required to integrate the code.

image (26)

Troubleshooting

The ‘null’ is shown instead of the company name in the text above the form.

Look into the console and the network tab of your browser’s developer tools.

If you see a failed request to the URL “https://sandbox.tokenize.it/api/trpc/investNowButtonVX.getInvestNowButtonData” (X in VX is a number), check if your API key is correct.

If you use the “Content-Security-Policy” header in your server configuration or in a “http-equiv” meta tag, than you need to include the following two policy directives in the header or meta tag value:

script-src 'self' https://cdn-investnow.tokenize.it; connect-src 'self' *https://app.tokenize.it ;