---
title: Embed your deal's investor flow with a script tag
description: Put the world's most successful capital-raising flow directly on your website with just a line of code.
---

[Skip to content](https://help.dealmaker.tech/embed-your-deals-investor-flow#main-content)

English

Show submenu for translations

[![DealMaker Logo](https://help.dealmaker.tech/hubfs/DealMakerLogo2025.svg)](https://dealmaker.tech/)

Open main navigation

Close main navigation

- English
  
  Show submenu for translations
- [Go to DealMaker](https://dealmaker.tech/)

[Go to DealMaker](https://dealmaker.tech/)

 How can we help you?

- There are no suggestions because the search field is empty.

1. [Knowledge Center](https://help.dealmaker.tech/?hsLang=en)
2. [Developers](https://help.dealmaker.tech/developers?hsLang=en)
3. [Developer](https://help.dealmaker.tech/developers?hsLang=en#developer)

# Embed your deal's investor flow with a script tag

## Put the world's most successful capital-raising flow directly on your website with just a line of code.

With a few requirements and modifications, you can include a deal’s investor flow directly on your web domain. 

[Here is a live example of the embedded investor flow](https://www.alpineventuresdemo.com/).

To embed a deal’s investor flow on your site, you’ll need:

- An up-to-date SSL certificate
- Access to your web domain’s Cross-origin resource sharing (CORS) policy
- Contact your CSM to let them know you would like use an embedded script, so they can prep the portal on the back end.

### Access the script 

When logged in to a deal's backend as an administrator, click **Advanced Settings**. Then click **Appearance**.

![advancedSettings_appearance](https://help.dealmaker.tech/hs-fs/hubfs/advancedSettings_appearance.png?width=688&name=advancedSettings_appearance.png)

Scroll to the bottom of the **Appearance** section to :

- Include the destination site that will display the investor flow
- Copy the script that will be pasted to your HTML document

![](https://help.dealmaker.tech/hubfs/CleanShot%202023-08-01%20at%2012-23-57@2x-png.png)

### Important Notice

 

If you are having trouble locating the Destination Site/Script section in the **Appearance** tab, please reach out to your Customer Success Manager. Our team will promptly enable it for you at the Deal level.

### How do I use the script?

1. Ensure your SSL certificates are up-to-date and https:// is enabled
2. Review your site's CORS policy
3. Ensure your CORS policy allows resources from  \*.dealmaker.tech to load on your site
4. Select a web page on your site to display the investor flow
5. Create a parent/container <div> on the page that will display the flow  
     1. The parent/container <div> must be in the <body>, not in the web page's <header>
     2. Set a height and width for the container <div>
6. Add the script tag to the page's container <div>

Here is how the script tag and its parent/container look in the source code of our live [embedded investor flow example](https://www.alpineventuresdemo.com/):

```
<div class="html-embed w-embed w-script"> <script id="embedded-investor-flow" data-api-url="https://alpineventures.app.dealmaker.tech/api" data-deal-id="ac5bd17d-061b-4218-bd22-6b73a92ec5cc" src="https://alpineventures.app.dealmaker.tech/investor_flow/embed.js" crossorigin="anonymous"></script></div>
```

### The data-hosted attribute

The optional **data-hosted** attribute is included in your deal's embedded flow script, which can be set to "true" or "false." This controls where exactly the investor will complete their investment.

- If “true”, the investor will be redirected to the DealMaker site to complete their investment
- If “false”, the investor will complete the investment process through the embedded flow on the page where the script is included. 

### Incognito mode

Currently, investors cannot use your deal's embedded flow while browsing in incognito mode, or generally, if third-party cookies are disabled. 

 

- [Step 1: Getting Set up on DealMaker](https://help.dealmaker.tech/step-1-getting-set-up-on-dealmaker?hsLang=en#main-content)
  
  
  
  
  
    - [Agreements](https://help.dealmaker.tech/step-1-getting-set-up-on-dealmaker?hsLang=en#agreements)
    - [Payments](https://help.dealmaker.tech/step-1-getting-set-up-on-dealmaker?hsLang=en#payments)
    - [Self-Serve](https://help.dealmaker.tech/step-1-getting-set-up-on-dealmaker?hsLang=en#self-serve)
    - [Integrating with DealMaker](https://help.dealmaker.tech/step-1-getting-set-up-on-dealmaker?hsLang=en#integrating-with-dealmaker)
    - [FAQ](https://help.dealmaker.tech/step-1-getting-set-up-on-dealmaker?hsLang=en#faq)
- [Step 2: Launching A Deal](https://help.dealmaker.tech/step-2-launching-a-deal?hsLang=en#main-content)
  
  
  
  
  
    - [Issuer and Investor](https://help.dealmaker.tech/step-2-launching-a-deal?hsLang=en#issuer-and-investor)
    - [FAQ](https://help.dealmaker.tech/step-2-launching-a-deal?hsLang=en#faq)
- [Step 3: Deal In Progress](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#main-content)
  
  
  
  
  
    - [Investor Management](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#investor-management)
    - [Managing Transactions](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#managing-transactions)
    - [Payouts/Reporting](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#payouts-reporting)
    - [Regulatory/Compliance/Legal](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#regulatory-compliance-legal)
    - [Brokers/Agents/Finders](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#brokers-agents-finders)
    - [Managing Your Raise](https://help.dealmaker.tech/step-3-deal-in-progress?hsLang=en#managing-your-raise)
- [Step 4: Closing A Deal](https://help.dealmaker.tech/step-4-closing-a-deal?hsLang=en#main-content)
  
  
  
  
  
    - [Closing FAQs](https://help.dealmaker.tech/step-4-closing-a-deal?hsLang=en#closing-faqs)
- [Regulation CF](https://help.dealmaker.tech/regulation-cf?hsLang=en#main-content)
  
  
  
  
  
    - [FAQs](https://help.dealmaker.tech/regulation-cf?hsLang=en#faqs)
- [Regulation D 506(c)](https://help.dealmaker.tech/regulation-d-506c?hsLang=en#main-content)
  
  
  
  
  
    - [FAQs](https://help.dealmaker.tech/regulation-d-506c?hsLang=en#faqs)
- [Developers](https://help.dealmaker.tech/developers?hsLang=en#main-content)
  
  
  
  
  
    - [Developer](https://help.dealmaker.tech/developers?hsLang=en#developer)
- [Regulation A+](https://help.dealmaker.tech/regulation-a?hsLang=en#main-content)
  
  
  
  
  
    - [FAQs](https://help.dealmaker.tech/regulation-a?hsLang=en#faqs)
- [Investor FAQ](https://help.dealmaker.tech/investor-faq?hsLang=en#main-content)
  
  
  
  
  
    - [Investor FAQ](https://help.dealmaker.tech/investor-faq?hsLang=en#investor-faq)
- [DealMaker Engage](https://help.dealmaker.tech/dealmaker-engage?hsLang=en#main-content)
  
  
  
  
  
    - [Setup](https://help.dealmaker.tech/dealmaker-engage?hsLang=en#setup)
    - [Community Building](https://help.dealmaker.tech/dealmaker-engage?hsLang=en#community-building)
    - [Transfer Agent Actions](https://help.dealmaker.tech/dealmaker-engage?hsLang=en#transfer-agent-actions)
    - [Member Views](https://help.dealmaker.tech/dealmaker-engage?hsLang=en#member-views)
- [DealMaker Shareholder Services](https://help.dealmaker.tech/dealmaker-shareholder-services?hsLang=en#main-content)
  
  
  
  
  
    - [DealMaker Transfer Agent FAQ](https://help.dealmaker.tech/dealmaker-shareholder-services?hsLang=en#dealmaker-transfer-agent-faq)
    - [General Transfer Agent FAQ](https://help.dealmaker.tech/dealmaker-shareholder-services?hsLang=en#general-transfer-agent-faq)
- [Canadian Private Placements](https://help.dealmaker.tech/canadian-private-placements?hsLang=en)
- [Enterprise](https://help.dealmaker.tech/enterprise?hsLang=en#main-content)
  
  
  
  
  
    - [Developer](https://help.dealmaker.tech/enterprise?hsLang=en#developer)
    - [DealMaker Engage](https://help.dealmaker.tech/enterprise?hsLang=en#dealmaker-engage)
    - [Deal Setup](https://help.dealmaker.tech/enterprise?hsLang=en#deal-setup)
    - [Payments](https://help.dealmaker.tech/enterprise?hsLang=en#payments)
- [Reservations](https://help.dealmaker.tech/reservations?hsLang=en)

[![Chill listening crop-3](https://help.dealmaker.tech/hubfs/DealMakerLogo2025.svg "Chill listening crop-3")](https://www.dealmaker.tech/)

Copyright © 2026, DealMaker

![](https://px.ads.linkedin.com/collect/?pid=3262572&fmt=gif)