Noticeable Timelines centralize your product updates. Today, we have deployed a new version of the app that allows embedding Timelines in your own pages.

Any Noticeable Timeline can be embedded into a full page of your website, rather than hosting it on a subdomain. For this purpose, we allow serving Timeline content from an iframe.

Below is a link to a Github repository that provides an example:

https://github.com/noticeableapp/noticeable-timeline-iframe

Timelines also support some options via Query string parameters:

ParameterValueDescription
cachefalseLoad content from Noticeable servers bypassing caching layers. This ensures data freshness at the cost of higher response times.
footerfalseHide the Timeline footer.
headerfalseHide the Timeline header.

For instance, here is the official Noticeable Timeline with header and footer hidden:

https://updates.noticeable.io?footer=false&header=false