This is a simple tool that let's you embed your mastodon profile in your website. It exposes the public timeline of any user from any instance.
The way to embed your timeline is:
Example:
<iframe src="https://mastodon-embed-timeline.web.app/{username}/{domain}"></iframe>
Where username
is your username and domain
is your instance domain. In the case above I'm using:
<iframe src="https://mastodon-embed-timeline.web.app/drapergiggs/mastodon.social"></iframe>
You can pass a color
option to set the background passing a CSS ready color like black
or an hex like 000785
You can pass a titleColor
option to set the color of the title passing a CSS ready color like black
or an hex like ffffff