- DATE:
- AUTHOR:
- Team LaunchNotes
- RELATED ROADMAP ITEMS:
- Unread indicator for Announcements embed widget
Feature Friday - Sept 17 🚀
Hope everyone is having an awesome Friday and is excited for the weekend! Here's a few things we launched this week.
Better default Announcement URLs (aka slugs)
If you've ever forgot to explicitly set the slug when creating an Announcement, you've probably noticed that the URL looks like something https://your-company.launchnotes.io/1-b10233b1-59a3-47c9-969e-1443f66b2cfd. Not a great default way for the product to work.
Now the default URL for Announcements will be a URL-friendly version of the Announcement headline. So now, for example, if you name an Announcement "New User Management Tools For Enterprise Customers", the slug will look like https://your-company.launchnotes.io/new-user-management-tools-for-enterprise-customers. As always, you can override this to be whatever you want it to be.
[Coming Soon] An unread count on the widget
We're getting very close to launching a way to display an "unread" count on the Announcements widget. This can be a great way to give a bit of extra attention to new Announcements to get more eyes on what you're launching.
Sneak peak below 👀
We'd love to test this with users so if you're interested and willing to hop on a quick call, send a note to steve@launchnotes.io
Load embed widget javascript from a launchnotes.io domain
If you'd rather not whitelist loading scripts from unpkg.com
per your Content Security Policy, you can now load them from a launchnotes.io
domain.
<script type="module" src="https://embed.launchnotes.io/latest/dist/esm/launchnotes-embed.js"></script>
<script nomodule src="https://embed.launchnotes.io/latest/dist/launchnotes-embed.js"></script>