# Embedding Changelog

_By Swathy · Jul 15, 2026_

A Changelog is simply a log or a record of all the important notes/changes made in a project. This project is nearly always a website or a software project. This Changelog will usually include updates on bug fixes or new features.

👉🏼 [Checkout FeatureOS’s changelog](https://feedback.hellonext.co/changelog) ! 🚀

### Embed Complete Changelog View

1.  Start by going to the **Dashboard.**
    
2.  Click on **Changelog** in the left panel.
    
3.  Toggle to the **Settings and Embed** section.
    
4.  Under the **Changelog Embed** option, you are provided with a script.
    
    ![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cllatk8160087p3dw1ob3oec0/h5o21wgrdd5yhwria5ldafsp.png)
    
5.  You can click on the **Copy** button right next to this snippet.
    
6.  Please paste this code into the HTML section of your webpage.
    
7.  Once this script is deployed, your Changelog will automatically be embedded in the webpage!
    

---

### Embed a Single Changelog

Use this URL format to embed a specific changelog:

```
https://[your-domain].featureos.app/embed/c/[changelog-slug]/en
```

**Example:**

```
https://feedback.featureos.app/embed/c/featureos-x-linear-integration-now-supports-two-way-sync/en
```

Replace `en` with your language code (es, fr, de, ja, zh, etc.). [View supported languages →](https://help.featureos.app/en/articles/languages-supported-on-featureos)

---

### Label-Filtered View

Embed a filtered view showing only changelogs with specific labels:

```
https://[your-domain].featureos.app/embed/c?labels=[label-id]
```

**Example:**

```
https://feedback.featureos.app/embed/c?labels=21882
```

For multiple labels, use &-separated IDs:

```
https://feedback.featureos.app/embed/c?labels=1779&labels=16672&labels=1780
```

---

### Need more help?

Reach out to our support at [support@featureos.app](mailto:support@featureos.app) or submit a request [on our support board](https://feedback.featureos.app/b/Support)! 😃

[View this article on the web](https://help.featureos.app/en/articles/embedding-a-changelog)
