This example shows posts containing the hashtag
#fediverse
It has been initialized with the following script:
<script>
const myTimeline = new MastodonTimeline.Init({
instanceUrl: "https://mastodon.online",
timelineType: "hashtag",
hashtagName: "fediverse",
});
</script>