DailyDogo 914 🐶
DailyDogo 914 🐶
DailyDogo 913 🐶
DailyDogo 912 🐶
DailyDogo 911 🐶
DailyDogo 910 🐶
DailyDogo 909 🐶
DailyDogo 908 🐶
DailyDogo 907 🐶
DailyDogo 906 🐶
DailyDogo 905 🐶
DailyDogo 904 🐶
DailyDogo 903 🐶
DailyDogo 902 🐶
DailyDogo 901 🐶
DailyDogo 900 🐶
DailyDogo 899 🐶
DailyDogo 898 🐶
(2024-05-20 - EDIT: I have decided, that I do not have enough time to devote to this project at this time, however I would really like it and it was good to think this through for when I am able to pick it up)
You know what I don’t like about my blog? The way it crossposts to other services. Micro.blog’s understanding of cross-posting is as follows:
Micro.blog cross-posting copies your posts from this feed to external services automatically when you post to your blog.
Which is not what I want. I would like it to work more in this way:
So basically there are two workflows with a couple of conditionals I would like to implement:
I happen to have an Echofeed account, which is part of the solution. I can point it at an RSS/JSON/Atom-Feed and it will post in a format I can specify to any of its supported services, which includes Mastodon and Micro.blog. It doesn’t have any conditional logic, though, so I will have to provide it with feeds that only include posts that I want it to cross post.
On the micro.blog side, this is maybe not trivial, but at least is possible, since micro.blog uses Hugo and you can - if you know how - customize it quite a bit. I’ll need three feeds:
I would then set up three echos that cross post to mastodon in the right way.
Mastodon on the other hand has a feed of my posts too, but it’s much more limited and creating new custom feeds that filter posts based on e.g. a hashtag are not possible, I believe. This means that we can’t filter for cross-posted blog posts and will necessarily import those items to our blog, too. I would really like to avoid having to run my own script - locally or on a server - talking to their api or whatever, so I think I’ll will have to live with the fact these duplicated posts will be crossposted back to my blog…
What I can do is filter these posts out on the micro.blog side. Meaning posts that include a certain Hashtag like “crossPostByEchoFeed” (this could even be added inside Echofeed for the workflow that posts from Mastodon to MB and could be invisible to Mastodon followers) need to be excluded from the homepage, archive and any feeds of my blog (hashtags can be converted to categories using filters on micro.blog, so if I figure out how to filter by one or more categories in Hugo’s template syntax, I should be fine implementing this). In that way they will be part of the blog, but they will not pollute the reading experience.
So yes. I have to set up some feeds and some logic to make undesired toots invisible but then I should be able to get what I want without the need to setup any scripts run by me.