Hashtag

#hashtags

254 posts tagged with this hashtag.

@FediTips@social.growyourown.services

Do you want to copy your followed hashtags from one Mastodon account to another Mastodon account? This was previously impossible to do automatically, but there is now an unofficial tool that lets you do this:

➡️ hashtagsync.stonedonkey.com

It's been made by @TheStoneDonkey so if you have any comments about this tool please let them know 🙂

(Also thank you to @cargot_robbie for pointing this out!)

hashtagsync.stonedonkey.com

Mastodon Hashtag Sync

Seamlessly copy and synchronize your followed hashtags across Mastodon instances right in your browser.

@FediTips@social.growyourown.services

Do you want to copy your followed hashtags from one Mastodon account to another Mastodon account? This was previously impossible to do automatically, but there is now an unofficial tool that lets you do this:

➡️ hashtagsync.stonedonkey.com

It's been made by @TheStoneDonkey so if you have any comments about this tool please let them know 🙂

(Also thank you to @cargot_robbie for pointing this out!)

hashtagsync.stonedonkey.com

Mastodon Hashtag Sync

Seamlessly copy and synchronize your followed hashtags across Mastodon instances right in your browser.

@FediTips@social.growyourown.services

Do you want to copy your followed hashtags from one Mastodon account to another Mastodon account? This was previously impossible to do automatically, but there is now an unofficial tool that lets you do this:

➡️ hashtagsync.stonedonkey.com

It's been made by @TheStoneDonkey so if you have any comments about this tool please let them know 🙂

(Also thank you to @cargot_robbie for pointing this out!)

hashtagsync.stonedonkey.com

Mastodon Hashtag Sync

Seamlessly copy and synchronize your followed hashtags across Mastodon instances right in your browser.

@juliancaldwell@ieji.de

Hot take: Kinda wish Mastodon had *some* kind of algorithmic feed. Something optional and user-controllable, as an addition to Trending (which ignores my personal interests) and Home (which has no good options for *discovery* because hashtags are blunt). An algorithm optimized for discovery of relevant *quality* rather than being optimized for "engagement".

Is there any work towards that end anywhere, or is this something the larger Mastodon community is simply too hostile to?

Good arguments for and against?

@WorldTravelerAll7@mastodon.world · Reply to FediFollows 🏳️‍🌈 🏳️‍⚧️

@FediFollows

I've been trying to start here, for my fellow pigeon fanciers💙we had on bsky.

& are long & general. i hope there are enough admirers of on Mastodon for a "Pidgydon" community 💙

& who can say no to this face?🥰

(btw, recently learned it's best to capitalize each word in so text-to-speech can read them)

pigeon on my hand looking directly into the camera, while another pigeon stands on my knee and more are on the ground below
ALT text

pigeon on my hand looking directly into the camera, while another pigeon stands on my knee and more are on the ground below

@FediFollows@social.growyourown.services

By request, here is a list of popular hashtags that are popular-but-not-obvious:

➡️ fedi.tips/fun-and-useful-hasht

To browse or follow a tag from the list, copy-paste it into the search box in Mastodon etc, search for it to browse, click "Follow" at the top to follow. More info about how to follow hashtags at fedi.tips/how-do-i-follow-hash

(There are also lots of tags that are popular and obvious, but as they are easy to guess you don't need me to tell you about them 🙂 )

fedi.tips

How do I follow hashtags on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@Peter_Link@expressional.social

Another tagpush.app service 😀 ATLebanon@tagpush.app
[change AT to @]

This new service seeks out posts with a hashtag from all over the and then boosts them to many servers. This helps distribute the posts much more widely, including to smaller servers.

To have your posts picked up by this service, simply use the hashtag in your post. (but not ATLebanon@tagpush.app - instead you follow that app account)

To receive the feed of boosted posts, follow ATLebanon@tagpush.app. BTW, this service also boosts , , , and , and you can follow them using the same process.

To find other tagpush hashtags and to learn more about tagpush -
verbamea.com/4dd1a1ca55

Please boost this post so that it gets around widely.

Many thanks to tagpush.app for providing this valuable service. 🙂 ❤️

@adachika192
@Azitaka
@faab64
@kittyface83
@tadbithuman
@DrALJONES
@EndIsraeliApartheid
@evan
@glynmoody
@daj
@QasimRashid

verbamea.com

About Tag Push | VerbaMea

A VerbaMea Article

@Peter_Link@expressional.social

Another tagpush.app service 😀 ATLebanon@tagpush.app
[change AT to @]

This new service seeks out posts with a hashtag from all over the and then boosts them to many servers. This helps distribute the posts much more widely, including to smaller servers.

To have your posts picked up by this service, simply use the hashtag in your post. (but not ATLebanon@tagpush.app - instead you follow that app account)

To receive the feed of boosted posts, follow ATLebanon@tagpush.app. BTW, this service also boosts , , , and , and you can follow them using the same process.

To find other tagpush hashtags and to learn more about tagpush -
verbamea.com/4dd1a1ca55

Please boost this post so that it gets around widely.

Many thanks to tagpush.app for providing this valuable service. 🙂 ❤️

@adachika192
@Azitaka
@faab64
@kittyface83
@tadbithuman
@DrALJONES
@EndIsraeliApartheid
@evan
@glynmoody
@daj
@QasimRashid

verbamea.com

About Tag Push | VerbaMea

A VerbaMea Article

@reiver@mastodon.social

On Tags (including Hash-Tags) in ActivityPub.

1/

I think new developers coming to ActivityPub want to write something like:

"tag": ["apple", "banana", "cherry"]

It is unfortunate that that isn't valid ActivityPub. But, that it must instead be:

"tag": [
{
"type": "Hashtag",
"name": "#apple"
},
{
"type": "Hashtag",
"name": "#banana"
},
{
"type": "Hashtag",
"name": "#cherry"
}
]

...

@reiver@mastodon.social · Reply to @reiver ⊼ (Charles) :batman:

On Tags (including Hash-Tags) in ActivityPub.

2/

A new version of ActivityPub could extend the type of "tag" from:

Object | Link

to:

Object | Link | xsd:string

And that would make the following valid ActivityPub:

"tag": ["apple", "banana", "cherry"]

Of course, it would have to be specified how to interpret this. (Ex: as "type":"Hashtag", or whatever.)

@reiver@mastodon.social

On Tags (including Hash-Tags) in ActivityPub.

1/

I think new developers coming to ActivityPub want to write something like:

"tag": ["apple", "banana", "cherry"]

It is unfortunate that that isn't valid ActivityPub. But, that it must instead be:

"tag": [
{
"type": "Hashtag",
"name": "#apple"
},
{
"type": "Hashtag",
"name": "#banana"
},
{
"type": "Hashtag",
"name": "#cherry"
}
]

...

FediSuite

Hashtags sind im Fediverse eine der wichtigsten Mechaniken für Sichtbarkeit. Aber nicht jeder Hashtag funktioniert für jeden Account. Welche Tags bringen dir wirklich Reichweite und welche sind eigentlich nur Lärm? FediSuite analysiert deine eigene Posting-Historie und zeigt dir, welche Hashtags und welche Kombinationen bei dir tatsächlich Engagement erzeugen. Wer fünfzehn Tags pro Post setzt und trotzdem nicht vorankommt, sieht das jetzt schwarz auf weiß und kann gezielt aufräumen, statt weiter ins Blaue zu raten.


fedisuite.com

fedisuite.com

FediSuite: Open Source Fediverse Social Media Management Platform

FediSuite is an open source Fediverse social media management platform for Mastodon, Pixelfed, Vernissage, PeerTube, Misskey, and more. Schedule posts, split long posts into threads, manage notifications, and self-host with Docker.

@TheStoneDonkey@beige.party

When I recently migrated instances I learned hashtags were not moved as part of the process which ended up being a tedious en-devour.

To help others in the future I tossed together a web app that will let you copy hashtags from one server to another.  

There's no code that will remove or delete tags so those still have to be manually managed in your instance, but hopefully this saves someone the headache one day down the road as they move instances.

 

Link here, project is linked on the site if you want to review or run locally:

hashtagsync.stonedonkey.com/

hashtagsync.stonedonkey.com

Mastodon Hashtag Sync

Seamlessly copy and synchronize your followed hashtags across Mastodon instances right in your browser.

@thenakedman@inne.city

@webfan ich bin auf deinem Server und war bisher ein user. -

Erst einmal vielen Dank für deine Arbeit und das ich hier sein darf.

Ich habe ein paar Fragen zu Friendica, die mir das Web nicht so einfach beantworten konnte.

- kann man das Theme im Webbrowser irgendwo umstellen? Türkise Schrift auf hellem Hintergrund ist nichts mehr für meine alten Augen.
Ich bin zu doof es zu finden.

Aus Sicherheitsgründen habe ich aktiviert. Damit funktioniert die Anmeldung über nicht mehr.
Gibt es so was wie oder App-#Passphrases?

Durch den Systemwechsel von zu konnte ich keine Account-Umleitung und keinen Follower Ex- & Import nutzen. Die meisten habe ich einfach händisch neu angelegt.
Ich würde aber gerne folgen. Ich verstehe noch nicht, wo ich diese eintrage.

Ich komme mir mit meinen Fragen mal wieder vor, wie ein Anfänger.
Oder bin ich nur der, der sich traut, diese öffentlich zu stellen?

Auf jeden Fall vielen Dank für die Arbeit, die du hier rein steckst und einen schönen Sonntag aus dem .

@MxL@pixelfed.art
and I am really impatient to see some updates to #pixelfed -we need the possibility to follow more hashtags, to block certain #hashtags etc. - i blocked hundreds of accounts manually and still my feed contains far too many posts that are of no interest to me.
It was a good decision to leave Instagram, but 99.9% of art institutions, important artists and my professional network are still not part of the #fediverse and I can’t even really recommend it like this.
what is your user experience?
how to develop ?@?@dansup@pixelfed.social
@TheStoneDonkey@beige.party

When I recently migrated instances I learned hashtags were not moved as part of the process which ended up being a tedious en-devour.

To help others in the future I tossed together a web app that will let you copy hashtags from one server to another.  

There's no code that will remove or delete tags so those still have to be manually managed in your instance, but hopefully this saves someone the headache one day down the road as they move instances.

 

Link here, project is linked on the site if you want to review or run locally:

hashtagsync.stonedonkey.com/

hashtagsync.stonedonkey.com

Mastodon Hashtag Sync

Seamlessly copy and synchronize your followed hashtags across Mastodon instances right in your browser.

@ton@social.coop

Askfedi. Is there an app or other tool to automagically mute toots with a given number of hashtags? Like the attached to avoid people who feel the need to slather irrelevant ones like SilentSunday on music videos for visibility?

Screenshot of a toot which is a link to a YouTube video of The Specials with the SilentSunday hashtag on it. (Don't get me wrong! I love The Specials!)
ALT text

Screenshot of a toot which is a link to a YouTube video of The Specials with the SilentSunday hashtag on it. (Don't get me wrong! I love The Specials!)

@blogdiva@mastodon.social

had a feeling these art posts were slopped approximations and not scraped images of an artist’s work.

so i have to ask: who is creating these “Curated[artist-name]” accounts on dot-social?

i strongly suspected the slopping with Goya drawings. am not a Goya scholar but i do know he is one of the most forged artists.

this CuratedRaphael is ridiculous because there’s about +250 years between him and George Washington.

mastodon.social

Raphael (@CuratedRaphael@mastodon.social)

Attached: 1 image #art

@blogdiva@mastodon.social

had a feeling these art posts were slopped approximations and not scraped images of an artist’s work.

so i have to ask: who is creating these “Curated[artist-name]” accounts on dot-social?

i strongly suspected the slopping with Goya drawings. am not a Goya scholar but i do know he is one of the most forged artists.

this CuratedRaphael is ridiculous because there’s about +250 years between him and George Washington.

mastodon.social

Raphael (@CuratedRaphael@mastodon.social)

Attached: 1 image #art

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@evan@cosocial.ca

Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

@darren@c.im

Prepping local and broad for covering our town's event. Is there anyone coordinating or who wants to be tagged in updates?

I'll be putting primary tags on top for the Bsky bridge so they are not truncated, the rest below.
Will try to to do alt tags on photos, but its difficult to stop and tag in real time at a protest, so some may be added later, sorry.

Any other advice for protest coverage on fedi?

@darren@c.im

Prepping local and broad for covering our town's event. Is there anyone coordinating or who wants to be tagged in updates?

I'll be putting primary tags on top for the Bsky bridge so they are not truncated, the rest below.
Will try to to do alt tags on photos, but its difficult to stop and tag in real time at a protest, so some may be added later, sorry.

Any other advice for protest coverage on fedi?

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@evanprodromou@socialwebfoundation.org
tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server -- it lets you follow a hashtag across the Fediverse. There's lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub. To follow a hashtag globally, search for a user with that name at tags.pub, like <a rel="mention" class="u-url mention" href="https://tags.pub/user/example">@example</a> for the #example hashtag. Follow that account, and it will share all the […]

tags.pub is a new service under development by the Social Web Foundation. It is a global hashtag server — it lets you follow a hashtag across the Fediverse. There’s lots of information on the tags.pub home page, and I (Evan) did a talk about tags.pub at FOSDEM 2026. This blog post answers some basics about tags.pub.

  • To follow a hashtag globally, search for a user with that name at tags.pub, like @example for the hashtag. Follow that account, and it will share all the content it sees with that hashtag to you. If you unfollow the account, it should stop sharing to you. The usernames only have letters and numbers in them, and they only go up to 64 characters.
  • To share your content with tags.pub, search for and follow the @_followback account. It will follow you back (thus the name) and your public posts will be shared by the hashtag accounts on tags.pub. If you unfollow the follow back account, it will unfollow you back, and your content will no longer be shared.
  • You can connect a whole server to tags.pub by using the relay interface. Add https://tags.pub/user/_____relay_____/inbox (Mastodon) or https://tags.pub/user/_____relay_____ (Pleroma) to your server relays. This is a one-way pipe — your server will send public posts to tags.pub, but tags.pub won’t send all its public data back to you. Instead, your users should follow hashtag accounts to get specific feeds.
  • We respect your agency. If your server is connected to tags.pub and you don’t want it to boost your content, add to your bio. If you already have , that should be plenty. You’ll still be able to follow tags.pub hashtag accounts. If you don’t want to see or be seen by tags.pub at all, you can block the domain ‘tags.pub’ entirely.
  • Becoming the ‘global’ hashtag server is a goal. We are still ramping up, and there are a lot of people and servers that are not yet connected.
  • tags.pub is developed and operated by Social Web Foundation. We are a US non-profit. The servers are located in Beauharnois, Quebec, Canada in a data centre run by OVHCloud, a French corporation. We try to keep the data storage to the absolute minimum necessary to provide the hashtag sharing service. There is no search index, and we don’t archive your content. The code is Free and Open Source software under the AGPL-v3.
  • If you have a feature request, or a bug report, please add a GitHub issue. If you have a private comment or question, please use our contact form.

socialwebfoundation.org

Contact

You can find us on various social media platforms, or you can get in contact with us via the form below. 3041 Mission StSan Francisco, CA 94110+ 1-628-800-7622 Social Web: @swf@socialwebfoundation.…

@FediTips@social.growyourown.services

In case you missed it, there's a list of unusual-but-popular hashtags to follow on the Fediverse at:

➡️ fedi.tips/fun-and-useful-hasht

Let me know if I've missed any tags! 🙂

To use this list, copy-paste a hashtag into the search box in Mastodon etc to follow it. If you want help with how to follow hashtags see the guide at fedi.tips/how-do-i-follow-hash

fedi.tips

How do I follow hashtags on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@lutindiscret@mastodon.libre-entreprise.com

METTEZ DES HASHTAGS LES GENS la première chose que je fais pour convaincre quelqu'un'e de rejoindre le , c'est de lui demander ce qui l'intéresse. La poterie ? J'ouvre le hashtag pour lui prouver dans la seconde qu'il y a du contenu pour elle, qu'elle peut trouver des gens avec qui partager, que ça vit. Si pas de contenu, je l'ai perdue.

Chaque hashtag est une vitrine qui doit montrer la vitalité du réseau.

Pensons-y et posons les sur les meilleurs publications 🙏

@lefractal@mstdn.social

Nobody speaks for "The Fediverse."

I keep seeing posts declaring what The Fediverse believes, wants, or demands, often with ALL CAPS and a wall of . It often slides into outright gatekeeping.

The fediverse is decentralized by design. Its opinions are too.

@lefractal@mstdn.social

Nobody speaks for "The Fediverse."

I keep seeing posts declaring what The Fediverse believes, wants, or demands, often with ALL CAPS and a wall of . It often slides into outright gatekeeping.

The fediverse is decentralized by design. Its opinions are too.

@jeroen@mastodon.habets.dev
@reiver@mastodon.social

Your Home Feed is the inbox of an ActivityPub actor — in particular YOUR ActivityPub actor.

There could be an actor for each hash-tag, too.

You could even do Del.icio.us like things — and have actors for intersections of hash-tags, too.

These hash-tag actors' inboxes would need to be readable by anyone.

...

This could be a more ActivityPub like API alternative to Mastodon's "GET /API/v1/tags/{name}" API.

@reiver@mastodon.social

Your Home Feed is the inbox of an ActivityPub actor — in particular YOUR ActivityPub actor.

There could be an actor for each hash-tag, too.

You could even do Del.icio.us like things — and have actors for intersections of hash-tags, too.

These hash-tag actors' inboxes would need to be readable by anyone.

...

This could be a more ActivityPub like API alternative to Mastodon's "GET /API/v1/tags/{name}" API.

@reiver@mastodon.social
@reiver@mastodon.social
@reiver@mastodon.social
@simonjust@mstdn.dk

Hilser lige på nytilkomne - velkommen!

Husk gerne at få billede og profiltekster på jeres profiler, sådan at folk kan se, at I ikke er robotter - dem er der også nogle stykker af (Undskyld til både T800 og Robocop, hvis I er join'et også.. 🤪) :blobgrin:

Den bedste måde at finde ny spændende ting på, er at følge profiler eller - vi bruger nogenlunde de samme som du måske kender fra Twitter/X

@kagan@wandering.shop

Reminder: if you're posting about US politics (as so very many of you are right now, and for good reason!), please tag it with #⁠USPol and maybe #⁠politics. If you're posting about #⁠AlexPretti, or about #⁠Minneapolis, or whatever, please tag it appropriately.

This will help people *find* your posts, as well as filtering them! It's a win-win!

(Also, please CamelCase your tags if they're more than 1 word. It makes them way more readable.)

@kagan@wandering.shop

Reminder: if you're posting about US politics (as so very many of you are right now, and for good reason!), please tag it with #⁠USPol and maybe #⁠politics. If you're posting about #⁠AlexPretti, or about #⁠Minneapolis, or whatever, please tag it appropriately.

This will help people *find* your posts, as well as filtering them! It's a win-win!

(Also, please CamelCase your tags if they're more than 1 word. It makes them way more readable.)

@leinelab@chaos.social

Fünf Gründe, heute zum Freifunktreffen zu kommen (der vierte wird dich schockieren)!
Nein, Spaß. Während das LeineLab mit Follower sammelt, macht Freifunk das Gleiche mit Knoten - unser Netz mit über 1500 Routern stellt für knapp 3000 Clients freies und stabiles WLAN zur Verfügung. Interesse geweckt? Ab 19 Uhr wird im LeineLab auf andere Weise sozial genetzwerkt, komm vorbei!

@leinelab@chaos.social

Fünf Gründe, heute zum Freifunktreffen zu kommen (der vierte wird dich schockieren)!
Nein, Spaß. Während das LeineLab mit Follower sammelt, macht Freifunk das Gleiche mit Knoten - unser Netz mit über 1500 Routern stellt für knapp 3000 Clients freies und stabiles WLAN zur Verfügung. Interesse geweckt? Ab 19 Uhr wird im LeineLab auf andere Weise sozial genetzwerkt, komm vorbei!

@macberg@mastodon.online

Hashtags are the best. People have been talking about The Forkiverse for a couple of days as if everyone knows what it is.
Someone used the hashtag so I clicked on it and ended up in an ocean of toots about it where I finally learned that it's a Fediverse instance made by some podcasters, and the instance gained traction from the podcast.
rule. Use them.

@macberg@mastodon.online

Hashtags are the best. People have been talking about The Forkiverse for a couple of days as if everyone knows what it is.
Someone used the hashtag so I clicked on it and ended up in an ocean of toots about it where I finally learned that it's a Fediverse instance made by some podcasters, and the instance gained traction from the podcast.
rule. Use them.

@kagan@wandering.shop

Fun tip for anyone who's wondering how I got the "hashtags" in my last toot to not be *actual* hashtags: after the # symbol, and before the next letter, I put a Unicode Word Joiner character. That breaks up the string so it no longer counts as a hashtag, but also makes it so there can't be a line-break after the # symbol.

unicode-explorer.com/c/2060

You can type one in Linux Mint by doing Ctrl+Shift+U then "2060" and Enter.

unicode-explorer.com

⁠ U+2060 WORD JOINER - Unicode Explorer

⁠ U+2060 WORD JOINER, copy and paste, unicode character symbol info, commonly abbreviated WJ, a zero width non-breaking space (only), intended for disambiguation of functions for byte order mark

@daj@gofer.social

Six month ago today (17 July '25) I soft-launched #TagPush onto the fediverse. It's an idea I had smouldering in my head for a month or two. I saw two problems with #Hashtags on the Fediverse:

  • You can only find/follow hashtags, and posts of those tags, based on what your own server knows. If someone on another server posts with the tag, but your server doesn't get a copy, you will not see it.

  • Small servers suffer more due to lack of traffic.

The fundamental flaw (design) of the fediverse is that servers only see a subset of content.

Along came TagPush. Not rocket science by any means, by my one man attempt to automatically hoover up content from the fediverse, based on a tag. If you follow the TagpPush account for the tag you will then get the content pushed to you.

The tech behind it is simple. A #GoToSocial server manages the Fediverse comms for follows, boosts, etc. I have a python app doing the donkey work around the fediverse looking for content based on tags. It then boosts those out every 5 minutes or so.

Here we are, 185 days in, scooping up content for 48 hashtags and pushing them out to a total of 1,195 followers for tags. Amounting to 298,375 pushed posts (at the time of writing this). That's well in excess of quarter of a million posts. Wow!

Not bad for a simple idea.

More details here: https://verbamea.com/4dd1a1ca55

Happy to add more tags to be pushed - as long as there is regular content.

Orange gradient background, with the words "Pushing Tags Around the Fediverse" in white.
ALT text

Orange gradient background, with the words "Pushing Tags Around the Fediverse" in white.

@LibertyForward1@beige.party

Friends,

Here on the , now more than ever -- if you're willing and able -- we need you to share the things that lift you up and help you keep going.

If it sparks , please, PLEASE share and continue sharing with the class in the coming weeks and months.

If it brings a to your face, consider sharing it no matter how small.

If you chuckle at something in your daily life and tell yourself "oh that's so dumb, I better not post it", that's exactly when you SHOULD post it.

If you think of a that could win awards for being so corny, it is your fiduciary duty as a to attempt to make us all groan at your .

Some of my most popular toots were my most flippant (in contrast to ones I've poured hours into crafting, that get a sympathy fav or two and then vanish into the ether..). It might feel awkward at first, but if you keep it's like exercising muscles; it gets easier the more you do it. Consider exercising your big brain muscle and then barf the results here for all the world to see.

I know aren't as big here, and a lot of people are against them but I find them invaluable. (I do wish we had a bot that auto-generated a reply to posts with socially/contemporarily relevant hashtags.) Consider adding a contribution to , or tuck a silly in a bottle and toss it into the great and fascinating sea called the Fediverse. You might be surprised who might find it interesting.

We need to flood the zone with and because I believe that's how we recharge our emotional reserves.

In doing so, it helps us fortify ourselves against the onslaught of stormy weather that is our real-life world. (Or at least that's how *I* usually do it. [I recommend augmenting with generous doses of cannabis as needed. {consult your doctor first}])

Having said all of this, it's important to remember we must strive to provide to our fellow passengers. For some of us, this is the closest we can get to . If people share their struggles and challenges, I implore all of us to remember that and understanding are radical acts of decency.

Above all, protect yourself by blocking "early and often". You aren't obligated to continue hosting a visitor on your digital "porch". You can simply close the door. You don't even need to have a reason. It's *your* fucking door and there's nothing that says you're required to buy what they're selling -- especially if it feels like negativity. I can tell you with absolute certainty that I've never blocked someone and later thought, "oh gee, I shouldn't have blocked them so fast." It's generally the opposite.

Alright, my friends. Today your assignment, should you choose to accept it, is to brainstorm the corniest damned joke you can think of, and post it. Don't mull it over, don't worry about if it makes sense -- post it. Toot it. Bop it. Shake it. Twist it.

Bring forth the moments and shitposts you wish to see in the world, each one a candle that lights our way on this long journey we call life.

@visionaire@fedisphere.eu

Kleiner Tip für neue Menschen im Fediverse. Ihr könnt Hashtags sehr praktisch als Account @tag-<hashtag>@relay.fedi.buzz folgen. Im Gegensatz zum normalen Folgen von Hashtags ist damit jeder Hashtag ein eigener Account, den Ihr in Listen, Circles oder Kanälen organisieren und beispielsweise aus Eurer regulären Timeline ausschließen könnt.

#neuhier #hashtags

fedisphere.eu

Mitra - Federated social network

Federated social network

@argv_minus_one@mastodon.sdf.org

I wonder if there's a way to write a in plural form (e.g. ) but have only the singular part of the word be treated as a hashtag.

As far as I know, if I want to say “hashtags” but use the hashtag “hashtag”, I must write “ s”. Pretty ugly. Probably bad for screen readers too.

Opinions?

@FediTips@social.growyourown.services

Corporate social networks are trying to kill the hashtag because they want users to only discover things through corporate algorithms 😩

Mastodon and the wider Fediverse love the hashtag as it allows humans to retain control of their feeds 🥰

You can use a hashtag to label a post with its main topics. More info about adding hashtags at fedi.tips/what-are-hashtags-ho

You can follow a hashtag to see posts labelled with those tags in your feed. More info at fedi.tips/how-do-i-follow-hash

fedi.tips

How do I follow hashtags on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@FediTips@social.growyourown.services

Corporate social networks are trying to kill the hashtag because they want users to only discover things through corporate algorithms 😩

Mastodon and the wider Fediverse love the hashtag as it allows humans to retain control of their feeds 🥰

You can use a hashtag to label a post with its main topics. More info about adding hashtags at fedi.tips/what-are-hashtags-ho

You can follow a hashtag to see posts labelled with those tags in your feed. More info at fedi.tips/how-do-i-follow-hash

fedi.tips

How do I follow hashtags on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@FediTips@social.growyourown.services

Corporate social networks are trying to kill the hashtag because they want users to only discover things through corporate algorithms 😩

Mastodon and the wider Fediverse love the hashtag as it allows humans to retain control of their feeds 🥰

You can use a hashtag to label a post with its main topics. More info about adding hashtags at fedi.tips/what-are-hashtags-ho

You can follow a hashtag to see posts labelled with those tags in your feed. More info at fedi.tips/how-do-i-follow-hash

fedi.tips

How do I follow hashtags on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@thomas@gotosocial.komianos.org

Hello to the newest members 👋 @Ariandaneshnejad, @bello, @ag, @erikals, @isaimee, @maeuen, @nanaumes, @asya, @gatsu 🎉

Here's some tips to get started:

🖼️ Update your profile
✍️ Write your first post
🏷️ Use liberally
🌍 Explore the different feeds
🙋 Follow some people
📱 Download an app *

Thank you for signing up! If you have any questions, feel free to ask and tag with 💬

Welcome aboard! 🌈

* Get an app here:
joinmastodon.org/apps

joinmastodon.org

Get an app for Mastodon

Browse official and third-party apps for the decentralized social network Mastodon

Hello to the newest members 👋 @Ariandaneshnejad, @bello, @ag, @erikals, @isaimee, @maeuen, @nanaumes, @asya, @gatsu 🎉

Here's some tips to get started:

🖼️ Update your profile
✍️ Write your first post
🏷️ Use liberally
🌍 Explore the different feeds
🙋 Follow some people
📱 Download an app *

Thank you for signing up! If you have any questions, feel free to ask and tag with 💬

Welcome aboard! 🌈

* Get an app here:
joinmastodon.org/apps

joinmastodon.org

Get an app for Mastodon

Browse official and third-party apps for the decentralized social network Mastodon

@MeaningfulBits@mastodon.social

For the sake of organizing please keep using . Don't let and control the narrative. Even if they aren't processed and turned into links in the app hopefully scientists use them at some point in the future.

a man is sitting on a couch with his hands in the air and the word hashtag written on the screen .
ALT text

a man is sitting on a couch with his hands in the air and the word hashtag written on the screen .

@MeaningfulBits@mastodon.social

For the sake of organizing please keep using . Don't let and control the narrative. Even if they aren't processed and turned into links in the app hopefully scientists use them at some point in the future.

a man is sitting on a couch with his hands in the air and the word hashtag written on the screen .
ALT text

a man is sitting on a couch with his hands in the air and the word hashtag written on the screen .

@jeffhorton@mstdn.ca

are still my primary discovery method. Either awesome people post interesting things and I can find them, or when I post with tags awesome people like and boost and I can discover and follow them.

@jeffhorton@mstdn.ca

are still my primary discovery method. Either awesome people post interesting things and I can find them, or when I post with tags awesome people like and boost and I can discover and follow them.

@F3715H@rubber.social
@unattributed@gotosocial.social · Reply to Jeff - "Just Gay Enough"

@box464 The best hint for starting to build a timeline that you are interested in is finding #hashtags that you want to follow. That will give you a lot of things that will generally fit your interests, and from there you can start pruning using mute and block as needed.

@unattributed@gotosocial.social · Reply to Jeff - "Just Gay Enough"

@box464 The best hint for starting to build a timeline that you are interested in is finding #hashtags that you want to follow. That will give you a lot of things that will generally fit your interests, and from there you can start pruning using mute and block as needed.

@cryptadamist@universeodon.com

Ω🪬Ω
(the customizable timeline algorithm / filtering system for your Mastodon feed) v1.2.2 is deployed now. Has a switch that makes sure any / users / etc. that you follow are displayed as filter options even if they don't meet the minimum number of recent toots threshold.

Also a bunch of bug fixes and small improvements.

* Try it here: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action (slightly outdated): universeodon.com/@cryptadamist

screenshot of fedialgo demo
ALT text

screenshot of fedialgo demo

@cryptadamist@universeodon.com

Ω🪬Ω
(the customizable timeline algorithm / filtering system for your Mastodon feed) v1.2.2 is deployed now. Has a switch that makes sure any / users / etc. that you follow are displayed as filter options even if they don't meet the minimum number of recent toots threshold.

Also a bunch of bug fixes and small improvements.

* Try it here: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action (slightly outdated): universeodon.com/@cryptadamist

screenshot of fedialgo demo
ALT text

screenshot of fedialgo demo

@cryptadamist@universeodon.com

Ω🪬Ω
(the customizable timeline algorithm / filtering system for your Mastodon feed) v1.2.2 is deployed now. Has a switch that makes sure any / users / etc. that you follow are displayed as filter options even if they don't meet the minimum number of recent toots threshold.

Also a bunch of bug fixes and small improvements.

* Try it here: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action (slightly outdated): universeodon.com/@cryptadamist

screenshot of fedialgo demo
ALT text

screenshot of fedialgo demo

@cryptadamist@universeodon.com

Ω🪬Ω
(the customizable timeline algorithm / filtering system for your Mastodon feed) v1.2.2 is deployed now. Has a switch that makes sure any / users / etc. that you follow are displayed as filter options even if they don't meet the minimum number of recent toots threshold.

Also a bunch of bug fixes and small improvements.

* Try it here: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action (slightly outdated): universeodon.com/@cryptadamist

screenshot of fedialgo demo
ALT text

screenshot of fedialgo demo

@cryptadamist@universeodon.com
@cryptadamist@universeodon.com
@cryptadamist@universeodon.com
@cryptadamist@universeodon.com

Ω🪬Ω
New version (v1.1.0) of , the customizable timeline algorithm / filtering system for your Mastodon feed, has a toggle switch to allow or disallow the selection of more than one filter option for when you're checking out your favourite hashtags.

* Link: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action (slightly out of date): universeodon.com/@cryptadamist

screenshot of fedialgo multiselect for hashtag filters
ALT text

screenshot of fedialgo multiselect for hashtag filters

@cryptadamist@universeodon.com
@SteveDuncan@mastodon.social · Reply to Caesar

@caesar Yeah, I was very excited by that too, but it doesn't support following . Sad, because hashtags are one of the best parts of Mastodon for me, but a lot of tools and people just don't get it. And some actively even hate them (?!). I don't understand it.

I follow far more hashtags than people. Normal people post about lots of stuff I'm not interested in. Hashtags let me see stuff I am interested in, without having to go find the people and follow them first.

@cryptadamist@universeodon.com
@cryptadamist@universeodon.com
@skua@mastodon.social
@cryptadamist@universeodon.com

Ω🪬Ω
Latest release of , the customizable timeline algorithm / filtering system for your Mastodon feed, lets you blur / hide images marked as sensitive / , which solves the "unwanted dick pics in your feed" issue that can come up when users of one of the more "risque" fediverse servers manage to make one of their favourite hashtags trend.

* Link: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action: universeodon.com/@cryptadamist
* Release notes: github.com/michelcrypt4d4mus/f

screenshot of fedialgo showing an image post from the mastobate.social server has been blurred out
ALT text

screenshot of fedialgo showing an image post from the mastobate.social server has been blurred out

@dominik@nona.social

What reader would you recommend for someone who hasn't used the technology before and is on ?

For iOS I'd have a few suggestions, but I really don't know the Android world.

@cryptadamist@universeodon.com

Ω🪬Ω
new release of , the customizable timeline algorithm / filtering system for your Mastodon feed, counts the number of times each hashtag appears in your timeline even if people don't use a "#" character to give you a better sense of what people are talking about in the Fediverse.

there's a little bit of art vs. science here because some strings are disqualified from this kind of counting (e.g. a word like "the" should not be counted even if some maniac decided to make it a hashtag) so let me know if you see any weirdly high counts.

* Link: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action: universeodon.com/@cryptadamist

screenshot of fedialgo hashtag filters
ALT text

screenshot of fedialgo hashtag filters

@cryptadamist@universeodon.com
@cryptadamist@universeodon.com
@cryptadamist@universeodon.com
@cryptadamist@universeodon.com
screenshot of fedialgo demo
ALT text

screenshot of fedialgo demo

@box464@mastodon.social

If you’ve ever wondered about the usefulness of hashtags, today is a good day to check out across all your social media platforms.

Fediverse, Bluesky, Nostr, Tumblr, LinkedIn, Threads, Facebook, and I assume X - all using the same tag to quickly find information about what’s going on.

@FediTips@social.growyourown.services

Hashtags are a really useful way to get your public posts noticed, and also let you more easily discover other people's posts. If you want to reach a wider audience, it's a good idea to use hashtags.

Here's an in-depth guide to using hashtags on Mastodon and the Fediverse:

➡️ fedi.tips/what-are-hashtags-ho

The guide tries to cover all the most commonly asked questions about hashtags on the Fediverse. Let me know if you have a question that I've missed.

fedi.tips

What are Hashtags? How do I use them on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@FediTips@social.growyourown.services

Hashtags are a really useful way to get your public posts noticed, and also let you more easily discover other people's posts. If you want to reach a wider audience, it's a good idea to use hashtags.

Here's an in-depth guide to using hashtags on Mastodon and the Fediverse:

➡️ fedi.tips/what-are-hashtags-ho

The guide tries to cover all the most commonly asked questions about hashtags on the Fediverse. Let me know if you have a question that I've missed.

fedi.tips

What are Hashtags? How do I use them on Mastodon and the Fediverse? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@box464@mastodon.social

If you’ve ever wondered about the usefulness of hashtags, today is a good day to check out across all your social media platforms.

Fediverse, Bluesky, Nostr, Tumblr, LinkedIn, Threads, Facebook, and I assume X - all using the same tag to quickly find information about what’s going on.

@box464@mastodon.social

If you’ve ever wondered about the usefulness of hashtags, today is a good day to check out across all your social media platforms.

Fediverse, Bluesky, Nostr, Tumblr, LinkedIn, Threads, Facebook, and I assume X - all using the same tag to quickly find information about what’s going on.

@box464@mastodon.social

If you’ve ever wondered about the usefulness of hashtags, today is a good day to check out across all your social media platforms.

Fediverse, Bluesky, Nostr, Tumblr, LinkedIn, Threads, Facebook, and I assume X - all using the same tag to quickly find information about what’s going on.

@trankten@tkz.one

⚠️ FEDIVERSE WARNING - FEDIBLOCK ⚠️

🇬🇧 English version below.

---
🇪🇦 URGE a freysa.ai / social.freysa.ai

Esta instancia cuenta 1500 usuarios, todos ellos generados por IA, enviando spam random al fediverso en forma de estados con creando falsos trendings. Se han detectado 1787915 estados generados por IA con mientras escribo esto. (ver imagenes)

Ejemplo, ver linea local:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

Esto además, puede causar que las bases de datos de las instancias con las que federe gasten recursos y espacio en disco innecesarios almacenando esta basura.

Estas cuentas generadas por IA y con estados podrian usarse para realizar ataques de SPAM a usuarios del fediverso con @mentions
--

🇬🇧 URGENT to freysa.ai / social.freysa.ai

This instance has 1500 users, all of them AI-generated, sending random spam to the fediverse in the form of posts with that create fake trending topics. As I write this, 1,787,915 AI-generated posts with have been detected (see images).

Example, see local endpoint:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

This can also cause the databases of federated instances to waste resources and disk space by unnecessarily storing this garbage.

These AI-generated accounts and posts could be used to carry out SPAM attacks on fediverse users using @mentions.

- Trankten :tkz:

SPAM Bots sending random AI generated statuses. (1 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (1 of 2) Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)

SPAM Bots sending random AI generated statuses. (2 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (2 of 2) Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)

@trankten@tkz.one

⚠️ FEDIVERSE WARNING - FEDIBLOCK ⚠️

🇬🇧 English version below.

---
🇪🇦 URGE a freysa.ai / social.freysa.ai

Esta instancia cuenta 1500 usuarios, todos ellos generados por IA, enviando spam random al fediverso en forma de estados con creando falsos trendings. Se han detectado 1787915 estados generados por IA con mientras escribo esto. (ver imagenes)

Ejemplo, ver linea local:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

Esto además, puede causar que las bases de datos de las instancias con las que federe gasten recursos y espacio en disco innecesarios almacenando esta basura.

Estas cuentas generadas por IA y con estados podrian usarse para realizar ataques de SPAM a usuarios del fediverso con @mentions
--

🇬🇧 URGENT to freysa.ai / social.freysa.ai

This instance has 1500 users, all of them AI-generated, sending random spam to the fediverse in the form of posts with that create fake trending topics. As I write this, 1,787,915 AI-generated posts with have been detected (see images).

Example, see local endpoint:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

This can also cause the databases of federated instances to waste resources and disk space by unnecessarily storing this garbage.

These AI-generated accounts and posts could be used to carry out SPAM attacks on fediverse users using @mentions.

- Trankten :tkz:

SPAM Bots sending random AI generated statuses. (1 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (1 of 2) Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)

SPAM Bots sending random AI generated statuses. (2 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (2 of 2) Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)

@trankten@tkz.one

⚠️ FEDIVERSE WARNING - FEDIBLOCK ⚠️

🇬🇧 English version below.

---
🇪🇦 URGE a freysa.ai / social.freysa.ai

Esta instancia cuenta 1500 usuarios, todos ellos generados por IA, enviando spam random al fediverso en forma de estados con creando falsos trendings. Se han detectado 1787915 estados generados por IA con mientras escribo esto. (ver imagenes)

Ejemplo, ver linea local:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

Esto además, puede causar que las bases de datos de las instancias con las que federe gasten recursos y espacio en disco innecesarios almacenando esta basura.

Estas cuentas generadas por IA y con estados podrian usarse para realizar ataques de SPAM a usuarios del fediverso con @mentions
--

🇬🇧 URGENT to freysa.ai / social.freysa.ai

This instance has 1500 users, all of them AI-generated, sending random spam to the fediverse in the form of posts with that create fake trending topics. As I write this, 1,787,915 AI-generated posts with have been detected (see images).

Example, see local endpoint:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

This can also cause the databases of federated instances to waste resources and disk space by unnecessarily storing this garbage.

These AI-generated accounts and posts could be used to carry out SPAM attacks on fediverse users using @mentions.

- Trankten :tkz:

SPAM Bots sending random AI generated statuses. (1 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (1 of 2) Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)

SPAM Bots sending random AI generated statuses. (2 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (2 of 2) Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)

@trankten@tkz.one

⚠️ FEDIVERSE WARNING - FEDIBLOCK ⚠️

🇬🇧 English version below.

---
🇪🇦 URGE a freysa.ai / social.freysa.ai

Esta instancia cuenta 1500 usuarios, todos ellos generados por IA, enviando spam random al fediverso en forma de estados con creando falsos trendings. Se han detectado 1787915 estados generados por IA con mientras escribo esto. (ver imagenes)

Ejemplo, ver linea local:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

Esto además, puede causar que las bases de datos de las instancias con las que federe gasten recursos y espacio en disco innecesarios almacenando esta basura.

Estas cuentas generadas por IA y con estados podrian usarse para realizar ataques de SPAM a usuarios del fediverso con @mentions
--

🇬🇧 URGENT to freysa.ai / social.freysa.ai

This instance has 1500 users, all of them AI-generated, sending random spam to the fediverse in the form of posts with that create fake trending topics. As I write this, 1,787,915 AI-generated posts with have been detected (see images).

Example, see local endpoint:
- social.freysa.ai/api/v1/instan
- social.freysa.ai/public/local

This can also cause the databases of federated instances to waste resources and disk space by unnecessarily storing this garbage.

These AI-generated accounts and posts could be used to carry out SPAM attacks on fediverse users using @mentions.

- Trankten :tkz:

SPAM Bots sending random AI generated statuses. (1 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (1 of 2) Bots de SPAM enviando estados generados por IA aleatorios (1 of 2)

SPAM Bots sending random AI generated statuses. (2 of 2)
Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)
ALT text

SPAM Bots sending random AI generated statuses. (2 of 2) Bots de SPAM enviando estados generados por IA aleatorios (2 of 2)

@stefan@stefanbohacek.online
@stefan@stefanbohacek.online
@petersuber@fediscience.org · Reply to petersuber

7/ For example, I see many posts on these topics but not much convergence in the . , , and are common but they're not specific to these topics. We need to supplement them with tags that are more specific.

is new with the Feb 13 Declaration to Defend Research. (Disclosure: I'm a co-author.)
defendresearch.org/

The tag is catching on but not yet widespread. Can we help it spread?

defendresearch.org

Home

Sign the Declaration to #DefendResearch Against U.S. Government Censorship to publicly condemn and resist the censorship of academic research. Join over 4500+ signatories and share with your networks. Write a Letter to the Editor to broaden public awareness of what is at stake! Contact your

@joe@social.joebaldwin.me.uk · Reply to Joe
@jdarnold@indieweb.social

Let's play a game! To help newcomers make connections: name subjects and topics that interest you but aren't in your profile as tags so they are searchable. Then, boost this post or repeat its instructions so others know to do the same. And be sure to Pin the post to your profile!

+

Here are some of my fave :

+
+
+
+
+
+
+
+
+
+
+
+
+
+

@fedify/markdown-it-hashtag, a markdown-it plugin that parses and renders Mastodon-style , just released 0.3.0! In this release, link, linkAttributes, and label callbacks became to take one more parameter, a markdown-it environment, which enables your hashtag rendering more flexible. For example, now hashtag links can be dynamically determined:

import MarkdownIt from "markdown-it";
import { hashtag } from "@fedify/markdown-it-hashtag";

const md = new MarkdownIt();
md.use(hashtag, {
  link: (tag: string, env: any) => `${env.origin}/tags/${tag.substring(1)}`
});
const html = md.render("Your Markdown text with #hashtags!", {
  origin: "https://example.com"
});

@fedify/markdown-it-hashtag 0.3.0 is available at both JSR and npm!

npmjs.com

@fedify/markdown-it-hashtag

A markdown-it plugin that parses and renders Mastodon-style #hashtags.. Latest version: 0.3.0, last published: 6 minutes ago. Start using @fedify/markdown-it-hashtag in your project by running `npm i @fedify/markdown-it-hashtag`. There are no other projects in the npm registry using @fedify/markdown-it-hashtag.

@botkit@hollo.social

now supports in your bot messages!

You can now add searchable hashtags to your bot's posts using either our dedicated hashtag() function or through BotKit's extended Markdown syntax. This makes your bot's content more discoverable across the fediverse and helps engage with broader conversations.

Whether you're building a news bot, content curator, or community engagement tool, hashtags can help your bot reach the right audience.

Check out our docs to learn more about implementing hashtags in your bots!

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.
ALT text

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.
ALT text

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.

@fedify/markdown-it-hashtag, a markdown-it plugin that parses and renders Mastodon-style , just released 0.3.0! In this release, link, linkAttributes, and label callbacks became to take one more parameter, a markdown-it environment, which enables your hashtag rendering more flexible. For example, now hashtag links can be dynamically determined:

import MarkdownIt from "markdown-it";
import { hashtag } from "@fedify/markdown-it-hashtag";

const md = new MarkdownIt();
md.use(hashtag, {
  link: (tag: string, env: any) => `${env.origin}/tags/${tag.substring(1)}`
});
const html = md.render("Your Markdown text with #hashtags!", {
  origin: "https://example.com"
});

@fedify/markdown-it-hashtag 0.3.0 is available at both JSR and npm!

npmjs.com

@fedify/markdown-it-hashtag

A markdown-it plugin that parses and renders Mastodon-style #hashtags.. Latest version: 0.3.0, last published: 6 minutes ago. Start using @fedify/markdown-it-hashtag in your project by running `npm i @fedify/markdown-it-hashtag`. There are no other projects in the npm registry using @fedify/markdown-it-hashtag.

@botkit@hollo.social

now supports in your bot messages!

You can now add searchable hashtags to your bot's posts using either our dedicated hashtag() function or through BotKit's extended Markdown syntax. This makes your bot's content more discoverable across the fediverse and helps engage with broader conversations.

Whether you're building a news bot, content curator, or community engagement tool, hashtags can help your bot reach the right audience.

Check out our docs to learn more about implementing hashtags in your bots!

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.
ALT text

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.
ALT text

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.

@botkit@hollo.social

now supports in your bot messages!

You can now add searchable hashtags to your bot's posts using either our dedicated hashtag() function or through BotKit's extended Markdown syntax. This makes your bot's content more discoverable across the fediverse and helps engage with broader conversations.

Whether you're building a news bot, content curator, or community engagement tool, hashtags can help your bot reach the right audience.

Check out our docs to learn more about implementing hashtags in your bots!

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.
ALT text

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.
ALT text

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.

@botkit@hollo.social

now supports in your bot messages!

You can now add searchable hashtags to your bot's posts using either our dedicated hashtag() function or through BotKit's extended Markdown syntax. This makes your bot's content more discoverable across the fediverse and helps engage with broader conversations.

Whether you're building a news bot, content curator, or community engagement tool, hashtags can help your bot reach the right audience.

Check out our docs to learn more about implementing hashtags in your bots!

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.
ALT text

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.
ALT text

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.

@botkit@hollo.social

now supports in your bot messages!

You can now add searchable hashtags to your bot's posts using either our dedicated hashtag() function or through BotKit's extended Markdown syntax. This makes your bot's content more discoverable across the fediverse and helps engage with broader conversations.

Whether you're building a news bot, content curator, or community engagement tool, hashtags can help your bot reach the right audience.

Check out our docs to learn more about implementing hashtags in your bots!

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.
ALT text

Documentation showing BotKit's hashtag() function usage. It demonstrates how to use the hashtag() function in template literals and explains that the function automatically adds the “#” prefix if missing. The note section explains that hashtags are made discoverable for ActivityPub software.

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.
ALT text

Documentation showing BotKit's Markdown hashtag syntax. It demonstrates how to use hashtags in markdown() function with examples and explains that the function denotes hashtags for ActivityPub discoverability. It also shows how to disable hashtag syntax using the hashtags: false option.

@fedify/markdown-it-hashtag, a markdown-it plugin that parses and renders Mastodon-style , just released 0.3.0! In this release, link, linkAttributes, and label callbacks became to take one more parameter, a markdown-it environment, which enables your hashtag rendering more flexible. For example, now hashtag links can be dynamically determined:

import MarkdownIt from "markdown-it";
import { hashtag } from "@fedify/markdown-it-hashtag";

const md = new MarkdownIt();
md.use(hashtag, {
  link: (tag: string, env: any) => `${env.origin}/tags/${tag.substring(1)}`
});
const html = md.render("Your Markdown text with #hashtags!", {
  origin: "https://example.com"
});

@fedify/markdown-it-hashtag 0.3.0 is available at both JSR and npm!

npmjs.com

@fedify/markdown-it-hashtag

A markdown-it plugin that parses and renders Mastodon-style #hashtags.. Latest version: 0.3.0, last published: 6 minutes ago. Start using @fedify/markdown-it-hashtag in your project by running `npm i @fedify/markdown-it-hashtag`. There are no other projects in the npm registry using @fedify/markdown-it-hashtag.

@fedify/markdown-it-hashtag, a markdown-it plugin that parses and renders Mastodon-style , just released 0.3.0! In this release, link, linkAttributes, and label callbacks became to take one more parameter, a markdown-it environment, which enables your hashtag rendering more flexible. For example, now hashtag links can be dynamically determined:

import MarkdownIt from "markdown-it";
import { hashtag } from "@fedify/markdown-it-hashtag";

const md = new MarkdownIt();
md.use(hashtag, {
  link: (tag: string, env: any) => `${env.origin}/tags/${tag.substring(1)}`
});
const html = md.render("Your Markdown text with #hashtags!", {
  origin: "https://example.com"
});

@fedify/markdown-it-hashtag 0.3.0 is available at both JSR and npm!

npmjs.com

@fedify/markdown-it-hashtag

A markdown-it plugin that parses and renders Mastodon-style #hashtags.. Latest version: 0.3.0, last published: 6 minutes ago. Start using @fedify/markdown-it-hashtag in your project by running `npm i @fedify/markdown-it-hashtag`. There are no other projects in the npm registry using @fedify/markdown-it-hashtag.

@fedify/markdown-it-hashtag, a markdown-it plugin that parses and renders Mastodon-style , just released 0.3.0! In this release, link, linkAttributes, and label callbacks became to take one more parameter, a markdown-it environment, which enables your hashtag rendering more flexible. For example, now hashtag links can be dynamically determined:

import MarkdownIt from "markdown-it";
import { hashtag } from "@fedify/markdown-it-hashtag";

const md = new MarkdownIt();
md.use(hashtag, {
  link: (tag: string, env: any) => `${env.origin}/tags/${tag.substring(1)}`
});
const html = md.render("Your Markdown text with #hashtags!", {
  origin: "https://example.com"
});

@fedify/markdown-it-hashtag 0.3.0 is available at both JSR and npm!

npmjs.com

@fedify/markdown-it-hashtag

A markdown-it plugin that parses and renders Mastodon-style #hashtags.. Latest version: 0.3.0, last published: 6 minutes ago. Start using @fedify/markdown-it-hashtag in your project by running `npm i @fedify/markdown-it-hashtag`. There are no other projects in the npm registry using @fedify/markdown-it-hashtag.

Galera linda e novinha (ou até mais antiga) do ! Seguem algumas dicas para melhorar sua vida por aqui :blobBone_dance:

:alerta: Se achar longo, leia as 3 primeiras dicas e salve. Mas LEIA o resto! :raposa: É bem importante :alerta:

:sm64_1: Cuidem da sua bio :blobBone_jump: Coloquem uma foto, escrevam um textinho, mesmo que simples. Botem boas informações como gostos e hobbies no perfil :ablobcatbongokeyboard: E uns toots (postagens) não fazem mal a ninguém, assim sai confundido com um 🤖

:sm64_2: Faça a sua em um toot :catjam: Essa é uma boa maneira de conhecer novas pessoas e interagir no ! O pessoal tem costume de dar :boost:, então aproveite!

:sm64_3: O é construído com interações, então se quiser ser seguido é bom interagir 🦜 Mais em (por @pancho) bolha.one/@pancho/113135497401

:sm64_4: Deixe sua linha do tempo bem viva! Além de seguir pessoas, é bom seguir e usar por aqui :pusheenBounce: Conheça as várias @TagsBR que acontecem semanalmente :ablobcatdj:

:sm64_5: Também que podemos seguir e interagir com timelines de outras instâncias também. Muito bão isso :nkoHappy:

:sm64_6: Abaixo (links) tem ótimas listagens de instâncias brasileiras (e até latino-americanas). Lembrem que SEMPRE pode mudar de servidor. Seu servidor, sua instância faz MUITA DIFERENÇA na sua experiência aqui no . Se está achando sem graça ou só não está gostando tanto, pense em mudar :bugcat_sweat:

Ainda mais importante para quem está na mastodon.social que é a mais genérica possível. Quando mudei, tudo mudou :blobBone_bounce:

social.harpia.red/notice/AfFmR (por @kariboka) e brasil.rednet.social/ (por @santiago)

:sm64_7: Use e teste diferentes aplicativos para ver o que mais gosta. Já usei vários e recomendo o @moshidon para (feito pelo @lucas_na_ursal). O , por exemplo, permite interagir com a timeline de várias instâncias. Depois coloco uma recomendação aqui de um app para iOS.

:sm64_8: Postou uma imagem, um gif ou um vídeo, coloque o texto alternativo. Isso é bem importante e valorizado por aqui. Eu mesmo só dou boost se tiver texto alternativo. Outra dica importante é descrever sua foto e capa do perfil :chick_writer:

:sm64_9: O na web também pode ser acessado com interfaces alternativas como: elk.zone e phanpy.social. Experimente, o é cheio experiências diferentes e proveitosas! Um mundo novo :ms_cat_smile:

:sm64_1: :sm64_0: Além da você também podem seguir interagir com comunidades do Lemmy (Forum ou Reddit daqui) ou de grups. Basta seguir que vai aparecer na sua timelime e marcar em um toot para aparecer por lá ou para quem segue. Exemplo @ fediverso@a.gup.pe ou @ internet@lemmy.eco.br. Pode achar outras comunidades aqui:

Lemmy Brasil: lemmy.eco.br/communities
Forum da Ayom.Media:forum.ayom.media/communities
Forum da Bolha.us: bolha.forum/communities

:sm64_1: :sm64_1: O tem muitas alternativas descentralizadas, então explore 🚀 Só alguns exemplos abaixo, existem muito mais🤘

Microblog: , , , , .
Foto: @pixelfed.
Blog: , @writefreely
Video: @peertube
Forum/Reddit: Lemmy

:sm64_1: :sm64_2: Outras dicas importantes:

Pelo @diegopds bolha.us/@diegopds/11305822732

Pelo @augustocc social.br-linux.org/@augustocc

O que acharam? Bão? Aberto a sugestões e melhorias :catroll:

Amplificações sempre ajudam :boost: :caramelo: :raposa: :ablobcatbongopost:

social.br-linux.org

Augusto Campos (@augustocc@social.br-linux.org)

Attached: 1 image Kit de boas vindas pra quem está chegando ao Mastodon 🤗 Aqui é diferente, mas parecido com o que você ja conhecia. Esses links vão te ajudar: 1️⃣ Minha thread de dicas pro 🐘: https://social.br-linux.org/@augustocc/109937984949287336 2️⃣ Minha thread apresentando o 🐘 pra quem conhece bem o Twitter: https://social.br-linux.org/@augustocc/110238312018508428 3️⃣ Pra seguir gente legal e não ficar com a timeline vazia: https://mastodon.br-linux.org/falantes/ 4️⃣ Pra escolher uma boa instância de brasileiros: https://mastodon.br-linux.org/instancias/ 💥 Temos mais dicas em https://boasvindas.io !

It's been a while since there's been a post welcoming new members to oslo.town, but there have been quite a few new members recently. 👋 Say hello to...

@TMurison
@da
@arrangementer
@earthling
@Karibu
@Erik_Haugaard
@skogen
@asgeirlysdahl
@maerk
@hdr
@sisn
@Gabilene
@Slugger
@Jenshus
@blindpassasjer
@Nordtux

A good way to get started is to post an listing some of your hobbies and interests, but don't forget to use so people can easily find your post.

oslo.town

oslo.town - Mastodon

An online home for the people of Oslo, Norway 🇳🇴 but a gateway to the world.

It's been a while since there's been a post welcoming new members to oslo.town, but there have been quite a few new members recently. 👋 Say hello to...

@TMurison
@da
@arrangementer
@earthling
@Karibu
@Erik_Haugaard
@skogen
@asgeirlysdahl
@maerk
@hdr
@sisn
@Gabilene
@Slugger
@Jenshus
@blindpassasjer
@Nordtux

A good way to get started is to post an listing some of your hobbies and interests, but don't forget to use so people can easily find your post.

oslo.town

oslo.town - Mastodon

An online home for the people of Oslo, Norway 🇳🇴 but a gateway to the world.

@fountainwrites@mastodon.social

Mastodon newbie here— When it comes to discoverability, is it better to use hashtags in the post itself, or is commenting after the fact with relevant hashtags still okay? Does the algorithm acknowledge key words at all, or is it solely reliant on hashtags?

@arlon@harpia.red

Angústia com a infinidade de opções no Fediverso

Tem algo na plataforma #Akkoma que me incomoda muito e ainda não sei o que é…

Quando eu participava do #Mastodon, me incomodava que não havia algum cliente que permitisse uma boa integração com outras plataformas do #Fediverso. Sem contar ainda que o Mastodon não permite alguns recursos que são triviais em outros espaços, como publicação em Markdown.

Passado mais de um ano no Mastodon, mudei para o Akkoma. Oba! Agora posso escrever publicações 10 vezes maiores, fazer uma pesquisa decente por posts federados (coisa que era impossível no Mastodon), e também publicar só para membros da minha instância. Mas os clientes do Akkoma em geral e por padrão espelham a lógica do #Twitter de engajamento profundo do usuário, colocando notificações chamativas e atualização automática da linha do tempo. Isso é muito evidente no Mangane, que é praticamente a interface moderna do Twitter. Além disso, eu tinha muitas dificuldades em ler textos longos, vindos de plataformas de macroblogging ou de discussão, como #Lemmy ou #Friendica

Por convite, entrei em um projeto praticamente em fase germinal, que imita o #Facebook oldschool, que funciona (mais ou menos) sem Javascript. Esse projeto chama-se #Smithereen. Frequentei por um bom tempo, selecionei alguns companheiros com que gostava de interagir em minha conta Akkoma, a dinâmica da plataforma era bem slow web, tinha uma boa interface para textos longos, tudo corria bem. Mas, projeto beta que era, havia ainda muitas brechas. Não havia uma boa integração com Lemmy (o que era uma pena, já que Smithereen é perfeito para se perder em leituras), e não havia suporte para #hashtags. Quando eu precisava audiência, acabava voltando ao meu perfil Akkoma.

Cá estou de volta. Por sorte, o cliente oficial do Akkoma permite personalizações. Tudo aquilo de que gostei no Smithereen, apliquei à interface. Agora consigo ler textos mais longos, escrever melhor os textos mais longos e a linha do tempo não atualiza automaticamente. No entanto, algo ainda me incomoda. Talvez eu esteja cansado da lógica de seguidores e seguidos, ou da linha do tempo cronológica, que possibilita pouco a exploração pelas publicações. Sei que é difícil encontrar um mínimo múltiplo comum no Fediverso, mas não queria ter mais de uma conta fediversal.

O que vocês pensam de tudo isso? Como tem sido a experiência de vocês na plataforma que estão?

Publicando este texto na comunidade @foss porque não encontrei nada específico para o Fediverso, onde esta discussão seria mais conveniente…

social.harpia.red

Akkoma

@der_speck@mastodon.social

: Eine Frage zu
Wie wichtig sind die im Fediverse?

Da ich doch einen Reichweiteneinbruch bei meinem Podcast bemerke (bei den Episodenstarts seit ich Meta verlassen habe) versuche ich das natürlich etwas auszugleichen - neues Publikum zu erreichen.

@dogriley@opensocial.media

Let's play a game! To help newcomers make connections: name subjects and topics that interest you but aren't in your profile, as tags so they are searchable. Then boost this post or repeat its instructions so others know to do the same. And be sure to Pin the post to your profile!

+

Here are some of my favorite
















@digiphile@mastodon.social

December 2024: Elon Musk asks Twitter creators to stop using because they “look ugly.”
are one of the signature features of Twitter & symbolize its cultural impact.
Like retweets, they were created by us, not @jack @Biz @ev & @noah, & adopted by the platform.

@whoosh@techhub.social · Reply to technicat

@technicat

Which app do you use? That's nice, except for having the tags in the post twice then. Screen reader users would have to listen to them twice.

In my post, it didn't pull out the "kDrama" hashtag from the content. I had included "kDrama" in my last-line-hashtags, but the Mastodon software removed it because it was already in the content. It only put the "hashtag" one down below.

@whoosh@techhub.social

I wanted to see the End of the Year drama challenge posts, but because I limit myself to Korean shows, I only wanted those tagged with Hashtags!

Searching by multiple hashtags doesn't seem to work anymore. I discovered that if you are using a multi-column Fediverse reader, then you can:

1) search for a tag
2) pin it to a column
3) filter that column by additional tags

On my Tusky App for my phone, it looks like I can edit the filter to accomplish the same thing (but I haven't tried it yet).

Some other hashtag notes:
1) Currently you can't have a hashtag that is all numbers. If you want to write a year hashtag, try

2) Hashtags are better in CamelCase for screen readers

3) Accessibility pundits seem to be divided on mixing in hashtags or putting them at the end. BUT if you do put a blank line & then your hashtags, they will show up (in many Fediverse client apps, but not all) at the very bottom of the post, separated & often formatted a little differently.

A search results column for the tag #EYCD2024 on Mastodon after clicking the gear icon, with the clickable link to "Pin" the column.
ALT text

A search results column for the tag #EYCD2024 on Mastodon after clicking the gear icon, with the clickable link to "Pin" the column.

The settings (click the gear icon) for the pinned EDCY2024 column with the additional #kDrama tag added to the "All of these" section.
ALT text

The settings (click the gear icon) for the pinned EDCY2024 column with the additional #kDrama tag added to the "All of these" section.

@blog@shkspr.mobi

Hashtag Standards (part deux)

shkspr.mobi/blog/2024/12/hasht

What is a hashtag?

Fifteen years ago (fuck, I'm old) I started documenting what Twitter's nascent hashtags could and couldn't do.

Back in 2010, this is how the official Twitter site linked hashtags.

Screenshot from the Twitter website showing hashtags being linked.

Notably, punctuation symbols didn't "count" as part of a tag.

How does modern social media handle something like #Fish&Chips?

What about normalisation?

Should #Romeo link to #ROMEO and #rOMeO?

On all three of the major social networks, case is insensitive.

But what about the vagueries of Unicode normalisation?

Is #Ŕöméø&Jülíèt the same as #Romeo&Juliet?

Both Threads and Mastodon do some form of decomposition - turning the various accents into their accentless versions.

But BlueSky links to the literal version.

Is that the right thing to do? I don't know.

This literal interpretation of the text in hashtags allows for some interesting steganography - which can be fun, but I wonder if it is what users expect?

And that's what it comes down to. What is technically correct isn't always the same as what users need.

Perhaps most users prefer #ROMEO to link to the same posts as #romeo. Perhaps they think #Romeó should link there too. But no social network, as far as I am aware, has done any user research into the behaviour that users want when interacting with hashtags.

I'd love someone to do some actual research on how people expect a folksonomy to work.

@nibushibu@vivaldi.net

:mastodon: だと For You タグのかわりにハッシュタグをフォローするとなんとなく自分の指向に合ったポストがホームタイムラインに流れてくるのでおすすめしたい。
そして、そういう偶然を期待する意味と、ハッシュタグ付ける文化が広がることを期待して、自分もなるべくハッシュタグを付けて投稿するようにしてます :tony_grinning:

@markwyner@mas.to · Reply to Fedi.Tips

@FediTips yes!

And following hashtags is a great way to fill your timeline with nice surprises that are relevant to your interests.

Every app has a different method of following them, but here’s how it looks in the main UI (web and mobile).

Most apps have a comparable method.

Just click or tap on a hashtag and you’ll see this. And if you want to explore hashtags in your browser, just add the following to your instance domain:

/tags/TagName

Screenshot of the mobile UI. The header shows a hashtag with an adjacent button with the label ‘follow hashtag.’
ALT text

Screenshot of the mobile UI. The header shows a hashtag with an adjacent button with the label ‘follow hashtag.’

@cohentheblue@ohai.social

Intro to mastodon.

joinmastodon.org/servers

Pick any server, browse the global feed Explore and search for or specific users, no need to join a server for that.

You need an account somewhere to follow hashtags and people, you can export your follows and import it on a new account if you want to change servers later.

Follow recommendations.

social.growyourown.services/@F

A hefty guide.

github.com/joyeusenoelle/Guide

Lots of links to other helpful stuff here.

fedi.tips/

fedi.tips

Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@LoganFive@beige.party

If you’ve just left Twitter/X or Bluesky, welcome! You’ve come to the right place.

There is no algorithm here so we encourage lots of following and “retweeting”. You can also follow as well.

Posts are sometimes called toots. Retweets are sometimes called boosts or retoots.

If you want people to follow you, be sure to have a profile picture, something in your description about you, and some engagement: posts, comments, stars, boosts. People also usually do a post that is an introduction to them (be sure to use a hashtag, ) and it can help to pin that to your profile so people can boost it.

One thing we always try to do is add alt text to images for multiple reasons, you can read about that here:
wetdry.world/@ipg/113449765700

People have added additional tips in the comments below which you may want to check out.

You should also follow @FediTips for more detailed advice.

Many of us (all?) are grieving the US election now so comedy is appreciated.




wetdry.world

Emma (IPG) (@ipg@wetdry.world)

Attached: 1 image from alex (dremenec.com): Generally we think of alt-text as the domain of those with accessibility needs. However alt-text is useful for many reasons, which benefit your viewers, as well as you, the creator!

@bitprophet@social.coop · Reply to Jeff Forcier

In terms of how I operate on social media:

🗣️ I tend to post a lot 😅
🤬 …often with colorful language (but happy to edit it back out if it'll help you boost a useful post!)
🙄 I don't actually over-use emojis / - just doing that here to be cute 🤣
💩 I love(d) and occasionally make dumb shitposts 😒
and 👴
My content is typically equal parts chatter about my , navelgazing/whining, and random microblogging/life observations (pets, house, tech, EVs)

@HistoPol@mastodon.social

(1/3)

!

Here is some worthwhile for - :

[masto.ai/@broximar/10979784681
Delete, alas]

9. Follow MANY and follow the (!!!) that interest you, as there is no algorithm.

10. Follow @feditips

11. Follow back after vetting of and .

12. Post interesting .

13. Always reply to serious answers.

14. Boost posts of (avid) followers but generally generously --.



Many birds sitting on the back of an #elephant
ALT text

Many birds sitting on the back of an #elephant

@andrewmelder@me.dm

I forgot that Threads developed its own tagging system outside of more common hashtags used elsewhere.

I remember the back and forth about it when they rolled it out, and personally not being that bothered by it.

Most of the time, tags are used within a sentence so it isn't noticeable. However when added to the end of a post like this example and pushed to the Fediverse, the result can seem confusing.

Threads post from @thekenyeung@threads.net that was federated to Mastodon: 

"What's the best place to park near the @boeing Everett factory and a good location to stake out to photograph the worker's strike? Photographers of Threads"
ALT text

Threads post from @thekenyeung@threads.net that was federated to Mastodon: "What's the best place to park near the @boeing Everett factory and a good location to stake out to photograph the worker's strike? Photographers of Threads"

@dannotdaniel@hellions.cloud

any new peeps out there 👀

🤩WELCOME to FEDI🤩
🇧🇷 bem-vindo à Fedi 🇧🇷

You're gonna like it here - I promise! I can't even stomach LOOKING at birdchan anymore...

TIPS:
1. follow @FediTips
2. use
3. follow lots - build your network
4. boost lots - you ARE the algorithm (& likes are private)
5. search which interest YOU
6. scan people's profiles
7. MORE TIPS
👉 fedi.tips/
8. stick with it - is WHEY better than centralized corporate garbage 🧀

The Mandalorian and Groku, holding cheese slices.

THIS IS THE WHEY
ALT text

The Mandalorian and Groku, holding cheese slices. THIS IS THE WHEY

@abzurdistan@procial.tchncs.de

Hui. ist schon anders als . Funktioniert die Suche nur bei mir nicht? Und wie kann man hier folgen? 🤔

edit: Speicherplatz ist auf 100 MB beschränkt.
edit2: Gehe ich auf Drive in der Seitenleiste, sehe ich hochgeladenen Dateien. Teilweise doppelt und bis zu 4-fach

@cosullivan@mastodon.sdf.org

Let's play a game, to help some of the newcomers make connections: name subjects and topics that interest you but aren't in your profile, as tags so they are searchable. Then boost this post or repeat its instructions so others know to do the same.

Here are some of my pet :









/
/





@sertaptap@mastodon.social

Edit: this isn't a joke lol but only if we hit the goal. I enjoy the maximum silly streams but sometimes you gotta work for it.

If my Patreon hits $100 a month before October I'll get Horny-High and do a Smash or Pass stream of all Tattle Log enemies in Paper Mario Thousand Year Door remake. (it's already halfway there! $50 more to go)

patreon.com/sertaptap

I just figured out how to use @phanpy's "Catch Up" feature and it's even more awesome than I thought!

It starts by loading up all the posts in your up to some point in history.

Then it lets you filter and sort the timeline in various ways.

The cool part is you can filter by followed and muted words as well!

And the whole time it breaks down the visible posts by user, so you can identify the noisiest users in you follow, or people who spam a !

@Lisoo@eldritch.cafe · Reply to Queer Lisoo

Bon, j'ai finalement une liste des hebdomadaires, j'ai compilé plusieurs vieux trucs, mes propres recherches, vos réponses, et j'ai vérifié ce qui était encore utilisé.
Mon but n'est pas de ressusciter des !
(Et je n'ai pas mis ceux utilisés juste par 4 personnes en boucle !)

(D'ailleurs c'est drôle de voir qu’il y a des personnes qui essayent de lancer leur tag tous les jours ^^)
(ça ne prend pas !)

Bref, la liste !

Lundi :
: Tout ce qui peut vous motiver un lundi matin... je ne comprends pas pourquoi ce hashtag est autant utilisé du coup 😆
: photos en monochrome, majoritairement en noir et blanc

Mardi :
: principalement des conseils lecture, mais aussi de culture en général ou même d'autres thèmes !
: vos plus belles pâtisseries que ce soit maison ou de boulangerie !
: pour voir des troncs d'arbre ! Écoutez, je pensais pas, mais c'est cool !
: des tigres, des tigres, et encore des tigres, c'est vraiment cool !
: Pour partager sa musique. (On n’oublie pas qu'il y a d'autres hashtags pour ça, si vous ne voulez pas poster le mardi 😉 )
: comme TuesdayTiger, mais avec des tortues ! Moins utilisé, mais j'aime beaucoup les tortues 😁

Mercredi :
: des mini récits de fiction, un peu un Writever du mercredi et sans thème !
: pour montrer un travail en cours, souvent artistique/manuel, mais pas que
: vous voulez des frimousses d'animaux à moustaches ?! C'est par ici !
: de l'eau qui tombe, des cascades quoi ! C'est rafraîchissant par ce temps, on ne va pas se mentir !

Jeudi :
: récemment inventé par nos linguistes d'ici, des petits bouts d'écriture manuscrite !
: pour les jeux de société majoritairement !
: un petit tour dans votre passé !

Vendredi :
: pour partager vos lectures, bonnes ou mauvaises !
: pour donner de la visibilité à des personnes que vous suivez ici
: du champignon mignon !
: principalement des vues jolies ou insolites à travers des fenêtres de tout genre ! Les photos sont vraiment belles pour le coup, ce n’est pas du "à l'arrache" ^^ !
: pour des fleurs, n'oubliez pas le les autres jours !

Samedi : les chats, rien que les chats !
et pour mettre à l'honneur les rois et reines du monde !

Dimanche :
: pour des paysages reposants
: un peu pareil, mais avec aussi toute autre évocation de la lenteur qui fait du bien !

Voilà, faites-vous plaisir à suivre ces hashtags et à les alimenter !

(et moi je n’ai pas spécialement trouvé mon bonheur, mais je vais me débrouiller ^^)

@FediTips@social.growyourown.services

If you want your post's hashtags to appear separately from your actual content when viewed through the website, put them right at the end of the post with a blank line just above them.

I've attached an image to this post so you can see the post's hashtags displayed below it if you're viewing through the web.

Apps will probably display the tags as normal.

(By the way, this is purely for aesthetic purposes. It makes no difference to how the hashtags function.)

Text saying "If you view this post through the web interface, the hashtags will be displayed down there." followed by an arrow pointing downwards towards the area underneath the post.
ALT text

Text saying "If you view this post through the web interface, the hashtags will be displayed down there." followed by an arrow pointing downwards towards the area underneath the post.

@swanksalot@toot.community

In lieu of an actual , here are some I’m interested in reading & posting about, in no particular order of importance
(Part 1)
is where I live, but have lived/might live in the future


especially but also

@varx@infosec.exchange

for being found by: I'm a , commuter, , enthusiast, and user. I love but have to parse it out slowly.

I'm something of a -- I go much of the time, I don't have a smartphone (?), I try to "Eat Food, , Not Too Much". And I have a deep respect and love of and its systems, even the uncharismatic parts.

I think is super important, but that it comes with the responsibility to to others in the process.

@thilo@fromm.social

Welcome to !

Here are a few resources to get you started.

1. A great intro: wordsmith.social/elilla/a-futu

2. fedifinder.glitch.me/ finds people you followed, on Mastodon! You can bulk-follow them.

3. Follow many people, from many different instances, to feed both your personal as well as your instance's federated timeline. It's easy to un-follow later. Use boost often.

4. Use ! There is no algorithm selecting "top posts" for you; instead, trends are built on hashtags.

@tykayn@mastodon.cipherbliss.com

Comment devenir un artiste à succès sur Mastodon
Présentez-vous
Beaucoup des toots qui sont largement diffusés sont des introductions d’artistes. Cela peut sembler étrange venant de plates-formes plus grandes et sans visage comme Twitter, mais les communautés de Mastodon sont plus soudées, et un nouveau membre de la commu
cipherbliss.com/comment-deveni

@dannotdaniel@mastodon.social

any new peeps out there 👀

🤩WELCOME to FEDI🤩

You're gonna like it here - I promise! I can't even stomach LOOKING at anymore...

TIPS:
1. follow @feditips
2. use
3. follow lots - build your network
4. boost lots - you ARE the algorithm (& likes are private)
5. search which interest YOU
6. scan people's profiles
7. MORE TIPS
👉 fedi.tips/
8. stick with it - is WHEY better than centralized corporate garbage 🧀

the Mandalorian and Baby Yoda stand, each holding a slice of cheese.

The caption reads THIS IS THE WHEY
ALT text

the Mandalorian and Baby Yoda stand, each holding a slice of cheese. The caption reads THIS IS THE WHEY

@Ingurido@sfba.social

Welcome to sfba.social!

If you are , here are some things you can do to get going:

1) write a bio for your profile, using

2) write post as an post, with your current interests.  Lots of there too!

3) Explore to find folks (you guessed it, again!)

Be sure to read all three feeds:
-Local (sfba only, chronological)
-Home (people you follow) and
-Federated (people others in sfba follow)

Be nice and have fun!

@Binder@petrous.vislae.town

In the interest of setting a good example, an of me.

This isn't my first Mastodon account (that was @binder@wandering.shop) but this (petrous.vislae.town) is my first run at being a Mastodon sysadmin.

I work with in a / way for a living. I used to work in doing & before that, . We don't talk about my stint in .

I like & 😈

@kaybee335@fosstodon.org

For my own sanity and possibly yours in dealing with my stuff.

I commonly use when posting beyond those in bio (some key ones repeated):
Note:



- various tags to identify possibly unwanted text/imagery in food preparation




- locations where appropriate



@markwyner@mas.to

Update: moved this to my new writing site so there’s a new URL.

Every hashtag on every post on every platform should always be pascal case. I wrote this to illustrate how screenreaders read hashtags based on their case.

It’s a small thing that all of us can do to build a more inclusive, accessible internet for all. Please take the time to use pascal case.

markwrites.io/hashtag-accessib

markwrites.io

Mark W.rites - Hashtag Accessibility, by Everyone for Everyone

My post about hashtag accessibility on Mastodon (and later LinkedIn) got a lot of attention. There were so many replies from people who didn’t know about the a…

@spv@spv.sh

hi, i'm spv. call me spv, or james if you want to be slightly weird without knowing me

here's an post because i don't think i've made one yet.
info to know about me: 17 from BFE, NY

i'm , and have too many other conditions to list. woooo!

i do on occasion
on the regular
i like to work with , but i don't do it enough

getting a degree in Security & from SUNY Broome (starting in august)

warning: i use a lot of

@jw@social.stlouist.com

I almost chose the single user option on , but @erik snuck in before I could push the button. He was punished by being made a moderator. The dream is that a bunch of local STL people use my instance and we have a built-in TL. No following or anything necessary.

I'm also good with no one showing up at all and I have a perfectly curated set of

It's nice here.

Took all weekend, but finally got the desk sorted! I have the 32-bit corner, the current corner, and the 8-bit corner!

The nest of upscaler, KVM, and input selector cables is truly horrifying. But it all works!

We’re looking at moving into somewhere bigger soon, so we can have a proper “computer lab”. But super happy for this for now :’)

(And 16-bit stuff like an Amiga or Atari 1040ST would be incredible, but also no space right now!)

Desk showing (from left to right) the 32-bit PC stack (although technically the 386SX is kinda 16-bit), the current desktop, and the Apple //e and Commodore stuff. One day I’ll hopefully have space to not need all these KVMs, but for now it works :’)
ALT text

Desk showing (from left to right) the 32-bit PC stack (although technically the 386SX is kinda 16-bit), the current desktop, and the Apple //e and Commodore stuff. One day I’ll hopefully have space to not need all these KVMs, but for now it works :’)

@Yuri_WADON@ecoevo.social

(비인간) , 에 관심있는 사람들을 위한 일부

some of for people interested in (nonhuman) , ,

🦔🐿️
🐘🐙🦈🐬
🏔️
⛰️🏜️🏞️🏝️

🐦🪶
🐦
🦜
🦆
🦩
🦅
🐓
🐧
🦆🐥

🐌
🦐



🪲
🐝



🕷️🕸️

🐍🐢🐊
🐸

🌴🌵🌳🌲🍄
🌸🌷🌺🌹🌼

🦈🐬🐙
🐳🐟🐠

@dldnh@mastodon.social

Just a sampling of the I used and followed during the past year...

** Current Tech
-
+

**
-
+
+

**
-
-
-
+

** Miscellany
-
-
-
+
+
+
+
+

If you're not following hashtags or including them in your posts, you're really missing out on the best part of Mastodon!

@jeroen@mastodon.habets.dev
@Yuri_WADON@birdon.social

(비인간) , 에 관심있는 사람들을 위한 일부

some of for people interested in (nonhuman) , ,

🦔🐿️
🐘🐙🦈🐬
🏔️
⛰️🏜️🏞️🏝️

🐦🪶
🐦
🦜
🦆
🦩
🦅
🐓
🐧
🦆🐥

🐌
🦐



🪲
🐝



🕷️🕸️

🐍🐢🐊
🐸

🌴🌵🌳🌲🍄
🌸🌷🌺🌹🌼

🦈🐬🐙
🐳🐟🐠

@draygon@furry.engineer

post time (with plenty of )

I'm a 30-something (body type) (fursona) who is exploring after being (re)introduced to it through

At work I'm a engineer in the space. guy mainly, but I also dabble in and

Assorted interests: guys, , , , , , , , , , , , the ,

@jda@social.sdf.org

Let's play a game! To help newcomers make connections: name subjects and topics that interest you but aren't in your profile, as tags so they are searchable. Then boost this post or repeat its instructions so others know to do the same. And be sure to Pin the post to your profile!

+

Here are some of my fave :

+
+
+
+
+
+
+
+
+
+
+
+
+
+

@ssb@infosec.exchange · Reply to Deb Prothero

@deb_prothero Here on Mastodon, there is no algorithm to feed you new content. Everything is done with . You are your own algorithm. Search the Fediverse (Mastodon is only a small part...) for hashtags that interest you. When you find people who seem like they'd be either a good debate sparring partner, or who you'd like to get to know better, add them, see their interests, and broaden your own.
This is the platform that lets YOU grow to become more, and gives YOU total control over what you see and who you interact with, without the influence or interference from bots or other computer-based decision-making software.

@dichotomiker@dresden.network


① Use :android: github.com/tateisu/SubwayToote
② Read popular toots botsin.space/@topst @trendytoots and on that explore page of your instance
③ Dig global Trends on fedi.buzz Follow Hashtags + Instances on relay.fedi.buzz
E.g. large topic-specific instances (for serendipity)
④ Put slow followees (for quality) in a separate list.
⑤ search opt-inned accs across instances: tootfinder.ch
⑥ Post pics (alt-text!); follow many; use ; mention groups (a.gup.pe or lemmy.world/communities) and users.
⑦ Attach audio to your toots. Add ".rss" to your acc's or tag's url to host a podcast.
⑧ Instead of repeating links, search for them (without https://) and boost earlier posts.
⑨ ★ are just public bookmarks. (Yes, everypody can see who starred a post.) Boost or give reply instead. Boost ur own toots if they got/deserve a lot of ★.
㉈ Refer to toots via url, public reply or switch to a Misskey fork

@fedi @FediTips@social.growyourown.service

@dldnh@mastodon.social

Good morning to everyone except The Former Guy and Space Karen!
I guess it's about time I posted an .
I'm a developer at a large software company - been there since 1995.
In my spare time I like to make iOS apps with Swift.
I enjoy walks around the yard with my toy poodle. A sampling of my favorite things can be found on my page.

@sylkeweb@c.im

Ich liebe die Mastodon-Filterfunktion. Man kann jemanden folgen, und nur das interessante angezeigt zu bekommen, vorausgesetzt die Person benutzt regelmäßig Hashtags für unterschiedliche Post-Themen. So mache ich es jetzt auch, meine Food Posts haben immer „SylkewebFood” drin und meine Radfahrersachen kriegen jetzt immer „RadelnInH”. Wenn ihr eins davon rausfiltert, seht ihr nur das andere.

@SuperSluether@techhub.social

Hi! I'm an IRL that's passionate about all things . I run at home and love playing with new tech. I also like fixing and repurposing old devices to reduce .

I graduated in 2022 with associate degrees in Network Systems Administration and Information System Security. I'm currently working for a distributor as part of a small team providing managed IT services. Still learning the full capabilities of , but I do consider myself a .

I try not to post too much about , but I won't hide the fact that I am left leaning. I believe in , + rights, precautions, and I am .

I love listening to or a good while in the warmer months. If I lived closer to the city, I'd love to more than I drive.

After ~2 months here, I love how genuine it feels but I often forget to use in my posts. This intro post feels like it might have too many, oh well.

@NoctisEqui
I've been told that some apps and browser versions of Mastodon do not support to , while others do.

I kept the link to this thread on the topic noted for future reference. It might help you. I haven't really tried to do much with it yet.
universeodon.com/@harryhy/1093

universeodon.com

JetStream (@harryhy@universeodon.com)

@theexplorographer@mindly.social, how can I follow a hashtag? I can’t figure it out.

@teamtoot@toot.wales

This account is used by the :twt: staff team to post community updates, moderation policy and - we encourage all our users to follow this account.

Code Of Conduct (and all our policies) at
blogs.toot.wales/toot/twt-comm

Technical support via email: help@toot.wales

Follow our blog: @toot

In all things, please

... and remember to use and

blogs.toot.wales

Tŵt Community Code of Conduct

Preamble Tŵt Cymru | Toot Wales (“Tŵt”) is a collection of Web services whose mission is to connect Cymru and its diverse community, at h...

@emiledingemans@mastodon.nl

Mijn tips voor nieuwkomers op Mastodon:
1. Er is geen algoritme, dus mensen volgen is enorm belangrijk om hun berichten te zien.
2. Mensen blijven op Twitter omdat ze daar veel volgers hebben. Ontvolg mensen dus op Twitter als je ze ergens anders volgt.
3. zijn belangrijk. Maak een introductiepost met hashtags wat jou interesseert en je vaak over bericht, zodat mensen ook jou weten te vinden.

@Calamur@mastodon.social

Hello new refugees from to . Ways of making yourself at home here
a) post an intro with your interests and
b) use the local and federated timeline to see toots and respond
3) You can use movetodon.org to find your old connects and send them a request.
4) this is a nice place with conversations. like twitter used to be before it exploded.
5) enjoy your new home :)

movetodon.org

Movetodon: Finds your Twitter Friends on Mastodon

@eric@social.coop


This space does not have one provider. It was designed for many to participate: observablehq.com/@neocartocnrs
I moved from an instance with issues. You should too.
What is a good size? You may reverse the question: a good council takes decisions to scale or to limit growth.
I invite you to try another account and pick an instance of reasonable size: mastodon.help/instances/en?lan
Then post an with : mstdn.social/@breton/109372054

a map Mastodon servers as of 14 Nov 2022 from https://observablehq.com/@neocartocnrs/mastodon
ALT text

a map Mastodon servers as of 14 Nov 2022 from https://observablehq.com/@neocartocnrs/mastodon

@kudra@aus.social
HASHTAGS: why they are important

HASHTAGS: why they are important

As my fedi-feed gets busier, I think back to a week or two ago and all the posts about how important boosting is, and how pointless liking/favouriting is.

I'd just like to say: in my experience now? Bollocks.

My feed is busy enough now that I can't really keep up: boosted posts are a big part of that, to the point I've removed people that are boosting a ton of stuff that's not of interest and only a little that is.

But what IS critical is:

Hashtags.

Being able to follow them is an absolute game-changer.

eg. if you've checked out my profile because I liked your post, this is why: I can see posts that have been hashtagged, I don't need to follow individual accounts as much, but to give people an acknowledgement that I've read & enjoyed their post, I favourite rather than boost when posts are hashtagged.

Boosting I now save for topics that are universal or that imho NEED more reach. So I'm reversing the recommended practise of massive boosting / few likes.

Obviously this only works when people hashtag! The other benefit of hashtagging is that people can also filter so they don't see anything with that hashtag. It's win-win all round!

One last point: it's much better for usability to hashtag at the end of the post rather than through the post.

Feel free to boost this though, if you think it's info people NEED! 😅


@lutz_@bildung.social

Für fachbezogene Beiträge benutzen:

sprachlich - künstlerisch - sportlich:





NWT / MINT:




Gesellschaftswissenschaften:
/



Posts die die -Tags oder + oder + ) enthalten werden geboostet...

@PMscenarios@peoplemaking.games

Hi all new ppl! :ms_wave_clw_k3:

Make sure to use if you want your posts to reach ppl and find new followers, hashtag like you just are in love with the #️⃣​ button, bc there is no word search here, only hashed words​ show up in search.

You can edit your existing post and add hashes after the fact!

Otherwise, we love alt-text on images, in hashes (each new word starts with big letter), follow liberally, boost often, we are our own feed aggregate here :ms_wink:

@ChazBrenchley@wandering.shop

Okay, now that I'm catching on to the customs, it's clearly time for a new ! (hashtags, Chaz, ...)

So, here I am, fresh from the , looking to find friends and like minds.

Professionally I've been a all my working life: and , across many genres but mostly fantasy, science fiction, horror, crime, romance.

Away from the keyboard I obsessively, read likewise, and care for my disabled wife.

@cjonthehudson@mastodon.sdf.org

With thanks to @cosullivan for the suggestion, here's my .

Living out my 2d (maybe 3d or 4th?) act in a wonderful little community, , PA, USA. Learning late in life.

Trying some :

@FiXato@toot.cat

I regularly use:

Then there's also these other topics that interest me:

toot.cat

FiXato (@FiXato@toot.cat)

13.5K Posts, 310 Following, 465 Followers · A Dutch stay-at-home father with an interest in creative outlets such as code and (aquarelle) paintings, living in northern Norway, occasionally posting about his kid #BeardGrabber. Before following me, please interact with me in some way. Favourite or reply to posts of mine that interest you, or even just send me a message, so I know I'm not dealing with bots or mass-follow requests. Original avatar, a bearded fish wearing a hat, by @dm7755@mastodon.art. Header image, a green meadow, by me.