Carlos
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Boosts/Reposts not working in PixelfedThanks @pfefferle.
That’s right. I have a pixelfed account and I can see boosts in mastodon. I want to trasfer all my pixelfed activity to wordpress blog, that’s why i’m interested.
Forum: Plugins
In reply to: [ActivityPub] Fediverse Reactions aren’t shown@epunc do you have the Webmention plugin? I had the same problem and when I disabled webmention plugin federated reactions were shown.
Forum: Plugins
In reply to: [ActivityPub] Jetpack Comments disable federated reactions@pfefferle, Finally I’ve disabled the webmention plugin and now the federated reactions are shown. I think the problema you mentioned before is back.
Forum: Plugins
In reply to: [ActivityPub] Jetpack Comments disable federated reactions@pfefferle you’re right, I’m using webmention plugin. I’ve deactivated it and tried again but still I can’t see reactions when jetpack comments form is enabled.
I have a selfhosted wordpress instance so I have access to the code and functions.php file, so if you can guide me in which kind of tests can i make for trying ro solve this.
Thanks for all your support.
Forum: Plugins
In reply to: [ActivityPub] Jetpack Comments disable federated reactions@obenland thanks for your reply. I understand hat you say. I fact my template normally shows reactions after a post in the single page. The problem is when i activate the jetpack comments form (in jetpack > discussion), then reactions are not shown.
The image below shows the comments area with jetpack comments form disabled. As you can see reposts and likes are shown.

When I enable jetpack comments form reactions disappear and only comments are shown. The image below shows that.

I tried to manually add reactions block in comments template, but behavior is the same.
Forum: Plugins
In reply to: [ActivityPub] Is it possible to select which media are attached?You could select a maximum attachment qty. to X and add the first X media that you want to publish and the other after them. Otherwise, you should modify activitypub plugin behavior by using filters, maybe activitypub_activity_object_array.
I’m doing something by using post_format to control published media to activitypub. I set maximum media attachments to 0, but when I post “image” format i set to 4, for gallery 10, and video 1.
- This reply was modified 9 months, 1 week ago by Carlos.
Forum: Plugins
In reply to: [ActivityPub] Make Follow/Reply Button Form Easier for usersI see. That makes perfect sense. I assume it is the same for replies. Is there any way to detect the server’s endpoint and give a message to the user if the format is not compatible? For example, the user inputs “server.social”, then the plugin tries to redirect to that server, but if mastodon compatible doesn’t work tell the user that it is necessary to input full user handle or profile url.
Thanks once again.
Forum: Plugins
In reply to: [ActivityPub] Lemmy Compatibility for Activitypub PluginMore background:
I’ve making some other tests. I’ve tried by adding the block “federated reply” in my post. I add the community url, but it doesn’t work to initiate a discussion in lemmy (my post does not appear in the lemmy instance). But if i use the “federated reply” block to reply to an existing discussion by adding the post url, my post is listed as a reply in that conversation. So, it’s not working only when I try to to create a new discussion in lemmy, which is what I want to do.
Forum: Plugins
In reply to: [ActivityPub] Lemmy Compatibility for Activitypub PluginHi @pfefferle , thanks for your reply. I will try to explain what I’m trying to achieve.
First of all, I will mention that I’ve recently deployed a wordpress site with the activitypub plugin and I expect it to become my “home base” for my online social presence or as much as it can be.
When I post from mastodon, for instance, and I mention a lemmy community, in that lemmy instance my post appears as the first post of a discussion, so it initiates that topic. Then, people can reply from any federated network. I expect the same behavior when I post from wordpress and mention a lemmy community, but I’ve testing and my post isn’t listed there. Basically, I want that initiate lemmy discussions from wordpress.
If you need more technical data, please let me know how can i obtain it. I have some middle level knowledge about php and python so I can code a little.
Thanks once again.