RE: https://example.viii.fi/posts/6a8ec2be-567d-23d9-a555-676b88d3d369.json
I need to work out what format HTML Mastodon needs to render profile fields properly.
Specifically hashtags and mentions.
Anyone know?
#MastodonAPI
Discussion
RE: https://example.viii.fi/posts/6a8ec2be-567d-23d9-a555-676b88d3d369.json
I need to work out what format HTML Mastodon needs to render profile fields properly.
Specifically hashtags and mentions.
Anyone know?
#MastodonAPI
@Edent these aren't actually standard features like in posts. But many clients support them anyway, yeah. For mentions, it's enough to just make a link (<a>) to the target actor, and hashtags work like this:
<a href="https://mastodon.social/tags/smithereen" class="mention hashtag" rel="tag">#<span>smithereen</span></a>, the other server will rewrite the URL to its own domain