# Embed campaigns on your blog or docs

## Overview

You can add Tide embedded campaigns on websites that support HTML-compatible elements like Notion, Readme.com, etc.

## Integration steps

To integrate Tide Embedded Campaigns into your blog or documentation, follow these steps:

1. **Locate the Campaign URL**: Find the URL specific to the Tide campaign you want to embed. For instance <https://www.tideprotocol.xyz/users/campaign/27ff7dfc-f058-49eb-a560-280c8e6c8386>
2. **Modify the URL for Embedding**: Adjust the URL to make it suitable for embedding. The new URL will look like this: <https://www.tideprotocol.xyz/users/campaign/embedded/27ff7dfc-f058-49eb-a560-280c8e6c8386>
3. **Embedding Options**:
   * For platforms like Notion: Paste the link into your document, select "Embed", and resize as needed.
   * On iFrame-compatible sites (e.g., Readme.com): Use an iFrame block with the modified campaign URL.
   * For custom HTML-compatible sites: Use an HTML snippet with an iframe, setting the `src` to the campaign URL and adjusting the height and width as necessary.
4. **Insert the Embed Code**: Wherever you want the campaign to appear, insert the chosen embed code (iFrame or HTML snippet).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fiveelementslabs.gitbook.io/tide/white-label/simple-embeds/embedded-campaigns/embed-campaigns-on-your-blog-or-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
