# Implementing changelog as a widget - v2

_By Swathy · May 20, 2024_

We all know how amazing it is to have a widget be placed on your own website, right? Now imagine this widget showing up all you recent product updates. Well, with Hellonext this is more than possible!

Let’s say you have a **Click here to try** button on your product like the one shown below, here's a workflow example, to integrate your Hellonext changelog widget so your users can see your latest changelogs.

![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cllaprcfa007sp3dwgimivpmt/tm2jwpxzql38gl7ywblj5uu2.png)

1.  Just sign into your organization’s page and head on over to your **Dashboard**.
    
2.  Go onto your **Changelog** on the left panel.
    
3.  Here you will find **Settings & Embed** on the far right of the Changelog section.
    
4.  Once there, you will scroll down and see the **Changelog Widget** section.
    
5.  Click on **Copy** in order to paste into your source code and place your Changelog widget anywhere!
    
    ![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cllaprcfa007sp3dwgimivpmt/wg7prmkime32v2cc89lfvca8.png)

### **How to use the snippet?**

Let’s now integrate the snippet in our website!

-   Create a button with an id of `changelogWidgetID` .
    
    ![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cllaprcfa007sp3dwgimivpmt/g31x1lw9vnpzbmn4w8ssupms.png)
-   Paste the copied changelog snippet and paste in just before the closing body tag. That's it!
    
    ![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cllaprcfa007sp3dwgimivpmt/t9vosfawg7qzayz9sjse2vng.png)
-   When you click on the button now, you can see the changelog widget added there.
    

### **How to Customize the Widget?**

-   **Selector config:**
    

You can use the selector config to change the change the id that the changelog widget will look up. You can even use a class name or data-attribute for this.

-   **Placement config:**
    

The placement will determine the position the widget will show up from, possible locations are `left` and `right`.

-   **Enable Indicator config:**
    

This will show a small red indicator next to the trigger button if there is a new update in the last 7 days. You can change it to false if you don’t need it.

### Related articles

-   [Introducing widgets v3 for FeatureOS](https://help.featureos.app/articles/introducing-widgets-v3-for-featureos)
    

### 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/implementing-changelog-as-a-widget-v2)
