This example shows posts from my Mastodon profile
@idotj
It has been initialized with the following script:
<script>
const myTimeline = new MastodonTimeline.Init({
instanceUrl: "https://mastodon.online",
timelineType: "profile",
userId: "000180745",
profileName: "@idotj",
});
</script>