-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward Followers to my main account. #834
Comments
This is not possible with ActivityPub (the spec) at the moment! As I already commented on the linked W3C issue, The only possible solution would be, if you boost the blog-posts instead of cross-posting them. This way, the followers of your Mastodon account would receive them and they wouldn't have to follow your blogs account(s) to comment/like/boost. What you have to do: Follow your blog from your Mastodon Account -> Publish a post -> Boost that post when you see it in your Mastodon timeline. I am experimenting with an automatism, but it is not yet working properly: https://github.com/pfefferle/wordpress-crossbooster |
Btw. We are actively working on the Move feature atm. #685 |
There is also a way, to do it by hand without an automatism. You could copy/paste the URL of a new blog-post into the search field of mastodon, mastodon should index it then so that you can boost it. At least in theory... |
Oh, I just had a look at your example link, I feel a bit honored that you used the plugin for the Volksverpetzer blog (I am a big fan) and that makes me even more sad that you want to |
Thank you for being patient with my crazy requests <3 If I just copy&paste the link and then reblog with the main account, then people who see reblogs of that post by our followers will follow the blog, but not the main account. Then the followship of the blog would be split among accounts, which is neither ideal for us, nor for our followers. I could also imagine that we use the Wordpress Plugin as our main account (can the plugin / our server handle 100 000 subscribers 🫣), but then we would still need to MOVE from the main account to the plugin AND the plugin would need to allow for posts and threads that dont appear on the blog. So right now this would be perfect:
I think this will be the result (correct me if wrong)
I think there would still be some bumps along the way, but most of that would be for the Mastodon-side to solve. |
No, I think about solution to your "after the Move" problem! As I said, part of the move is, that all accounts unfollow your blog and the ability to follow will be blocked. So how to get your posts to the fediverse. And one solution would be to copy&paste them to the search bar. To your points, yes this should work!
I am not sure if that is a question about if the plugin can handle it, but if the Webserver can handle it. We definitely have to optimize the distribution a bit, because we can't send 100.000 posts in one request, but the queries from the followers and their followers might be hard to handle by the Webserver: https://ar.al/2022/11/09/is-the-fediverse-about-to-get-fryed-or-why-every-toot-is-also-a-potential-denial-of-service-attack/ Besides of that, the plugin does not handle following others yet, so you would only be able to post comments to direct replies to a post. So maybe your current plan makes the most sense (at least for now). But if you have not enabled the plugin yet, we can not send a So the question is more like: How can I setup the plugin so that it redirects users to a Mastodon Account before activating it? Do I understand that correctly? |
Yes we basically only need this part of the move protocol:
|
Ok, this might be even possible with a small custom plugin that adds the informations using filters... But let me think about that a bit. |
What
I would like anyone who tries to follow my blog to be redirected to my main profile instead.
Why
Currently we don't want to use the mastodon profile for Wordpress, because we already have a big identity on Mastodon here. We also post other stuff not just our articles. But it would be awesome to use the comments from this plugin.
But if we use this plugin and then reblog its posts, the problem would be, that anyone who sees these posts, would follow the small Wordpress profile, and not the big main profile that also posts other stuff.
That's why it would be great if they could be redirected to the main profile.
How
I think the MOVE activity would already tick a lot of the boxes with regard to followers. However right now it kind of assumes the old identity to shut down, but does not really specify that.
In Wordpress the plugin could specify a "main profile" that this Wordpress activity pub actor would redirect to using the specification from the MOVE activity.
The text was updated successfully, but these errors were encountered: