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

Mastodon not federating to Lemmy?

Fediverse
13 10 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • I ❤️ the #Fediverse

    Fediverso fediverse
    2
    0 Votes
    2 Posts
    15 Views
    @stux me 2
  • the time is now...

    Fediverso fediverse atproto activitypub
    4
    1
    0 Votes
    4 Posts
    18 Views
    @jupiter_rowland@hub.netzgemeinde.eu @fedinautus@mastodon.social which one's the coffee martini?
  • 0 Votes
    8 Posts
    43 Views
    @bovaz @stefan @tsadilas indeed. And for WordPress, the fact that you can e.g. comment on a WP article from the rest of the Fediverse really drives the “shared social network” concept. And IIRC they are working on making the integration even tighter (esp. in the other direction).I'm not familiar enough with Ghost's integration to comment on that though.
  • 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.