framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

@stefan Hey, as far as I understood the Activitypub plugin for Wordpress: it really change your website into in own instance (eg. each time you publish, the blog-post is also a Fediverse post, and replies are built-in, etc...).

My script is much more humble, it only displays the replies to an existing post on the Fediverse. So, it certainly require more work. But I'm sure it will be easy to transform it into a Wp plugin. 1/2

David Revoy

@stefan The most difficult part will probably be to add a new 'text field' to the admin panel of the Wordpress CMS. This is where the user can enter the MastodonURLID of the article.
2/2

@davidrevoy Thank you for your insight. I see how far this can take me. Dunno much programming but we will see what I can get out of it.

The "text field" might even be the easier part, since wordpress has a section named "individual fields" which should manage exactly that. I can make a new one there called URLID or something and put it there. Atleast wordpress themes/plugins can use these fields no problem.

I will have to see how far I can get. Thanks for the pointer.