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