Component: <embetty-mastodon>
The <embetty-mastodon>
component is used to embed statuses (toots) from any Mastodon instance.
Basic Usage
To embed a Mastodon status, use the <embetty-mastodon>
tag with the status
attribute set to the full URL of the post.
<embetty-mastodon status="https://social.heise.de/@heiseonline/110372412617177781"></embetty-mastodon>
Attributes
status
(Required) The full URL of the Mastodon status you want to embed. Embetty Server will automatically determine the instance and status ID from this URL to fetch the data.
- Type:
string
(URL) - Example:
status="https://mastodon.social/@Gargron/109322849503592236"