Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

#AskFedi what's the best third party Android app for Mastodon??

Fediverso
31 21 141

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    2 Posts
    25 Views
    @sam Hey - we did turn off the local feed for #MastodonSocial, but if you want to keep access to it please reach out to the staff account. More info here: https://mastodon.social/@staff/116015299592234843@Mastodon
  • ai miei follower:

    Uncategorized musk mastodon bluesky
    1
    2
    0 Votes
    1 Posts
    5 Views
    ai miei follower: vedo che #X di #Musk limita la visibilità dei miei post in un modo senza precedenti: post che prima di #Musk ricevevano migliaia di visualizzazioni,sono quasi invisibiliRimango qui solo per seguire chi mi interessa,mi trovate anche su #Mastodon e #Bluesky
  • 0 Votes
    6 Posts
    40 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.
  • 0 Votes
    9 Posts
    25 Views
    @julian yes. BadgeFed has an API. But the concept is really simple, it is a Note (or Document) that has an attachment. The attachment is a property of the ActivityPub object usually used for videos or images. In this case the attachment includes a full OpenBadge object.The only restriction is that the Note attributed (activitypub actor) MUST be the url in the OpenBadge issuer (issuer = actor). Also the recipient url from the OpenBadge SHOULD be mentioned in the Note.With this simple mechanism you can pretty much create a compatible badge that can be decentralized with BadgeFed.