#tagname — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tagname, aggregated by home.social.
-
If you're attempting to build an #ActivityPub note that will end up creating Mastodon's new #HashtagBar, "last line" is actually the last element of the content.
It must be wrapped in an element like a <span>, <div> or <p> and only contain <a hrefs>(?). In addition, the hrefs must have a # directly before the <a> or as the first character in each <a> tag.
Is this spelled out anywhere? Hope this helps someone.
<p>#<a href>TagName</a></p> or <div><a href>#TagName</a></div> works.