Embeddable Noticeable Timelines
Noticeable Timeline pages 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.
Here is an example:

A Github repository that provides a full integration example, including support for hash-routing, is available at noticeable-app/noticeable-timeline-iframe.
Options
Timelines support options via query string parameters:
cache=false: The content is loaded from Noticeable servers, bypassing caching layers. This ensures data freshness at the cost of higher response times.
footer=false: Hide the Timeline footer.
header=false: Hide the Timeline header.
To apply options, append them to your timeline URL:
https://updates.noticeable.io?footer=false&header=false
Noticeable Timeline pages 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.
Here is an example:

A Github repository that provides a full integration example, including support for hash-routing, is available at noticeable-app/noticeable-timeline-iframe.
Options
Timelines support options via query string parameters:
cache=false: The content is loaded from Noticeable servers, bypassing caching layers. This ensures data freshness at the cost of higher response times.
footer=false: Hide the Timeline footer.
header=false: Hide the Timeline header.
To apply options, append them to your timeline URL:
https://updates.noticeable.io?footer=false&header=false