| title | Embed |
|---|---|
| description | Add a live Raindrop.io bookmarks widget to any website or blog |
| icon | code |
You have a collection of bookmarks and want to show it right on your website or blog — without sending visitors somewhere else. An embed places a live, interactive widget on any page. It updates automatically when you add, remove, or reorder bookmarks in Raindrop.io.
You can embed a single collection or your entire profile page that lists all public collections.
The collection must have Public Page enabled before it can be embedded.
Go to [app.raindrop.io](https://app.raindrop.io/) and open the collection you want to embed.<Step>
Click **Share** in the top-right corner and turn on **Public Page** if it's not already enabled.
</Step>
<Step>
Switch to the **Embed** tab, copy the code, and paste it into your website's HTML.
</Step>
Here's how an embedded collection looks:
<iframe style={{border: 0, width: '100%', height: 450}} allowfullscreen frameborder="0" src="https://press.raindrop.page/movies-53319321/embed" />Your profile page at username.raindrop.page lists all public collections in one place. It can also be embedded as a widget.
The profile page only exists when you have at least one public collection.
Open your profile page at `https://your-username.raindrop.page` in a browser. You can find your username in [Account Settings](https://app.raindrop.io/settings/account).<Step>
Click **Embed** in the top-right corner, copy the code, and paste it into your website's HTML.
</Step>
Here's how an embedded profile page looks:
<iframe style={{border: 0, width: '100%', height: 450}} allowfullscreen frameborder="0" src="https://press.raindrop.page/embed/me" />When generating the embed code, you can type keywords into the Hide field (comma-separated) to remove specific parts of the widget:
| Keyword | What it hides |
|---|---|
header |
Top header bar |
excerpt |
Description |
note |
Note |
tags |
Tags |
info |
Domain & date |
add |
"Add to Raindrop" button |
- The widget appearance cannot be customized with CSS — only the Hide field is available for adjustments
<Accordion title="Can I embed a private collection?">
No. You need to enable [Public Page](/public-page) for the collection before embedding it.
</Accordion>