After creating my own ATproto suite [1] of modules for Drupal I was excited to see Affinity Bridge [2] had ported the Wordpress Atmosphere plugin to Drupal [3]. While there are some major differences they both achieve the same goal of publishing Drupal content as both Bluesky posts and Standard Site documents. Here are some of the key differences. ModuleATprotoAtmosphereStructureModular. Several modules with dedicated functions.One module does it allAuthenticationApp password. Drupal can re-authenticate in the backgroundOauth. Requires user to re-authenticateTrackingUses the Indieweb Syndications entityExtends the content types with additional fieldsBackfeedTracks posts for likes and replies. Uses Indieweb Webmentions.Not implemented in initial releaseExecutionDefines Plugin Actions for use with ECAUses hook_insert, hook_update, etc.FeaturesLimited support for facets and images in initial releaseGood support for facets and images. As my modules are somewhat tied to my custom Drupal installation, I see the Atmosphere module better positioned for general consumption on Drupal.org and I hope to be able to contribute to it. [1] https://github.com/lieb77/atproto [2] https://github.com/affinitybridge [3] https://github.com/affinitybridge/drupal-atmosphere/tree/main
After creating my own ATproto suite of modules for Drupal I was excited to see Affinity Bridge had ported the Wordpress Atmosphere plugin to Drupal. While there are some major differences they both achieve the same goal of publishing Drupal content as both Bluesky posts and Standard Site documents. Here are some of the key...
The folks at Affinity Bridge released a Drupal module that will publish Drupal content to the ATmosphere as both a Bluesky post and Standard Site document. At first glance it appears to be more feature complete than my own modules. Let's see how it does.
I have been working on various ATproto integrations for Drupal over past few months, and have now combined them into a single suite. The code is available on Github [1]. Much of this is tailored to my custom Drupal content types and would only server as an example to others, however you should be able to use the atproto_client as is and write your own code on top of it. The individual modules provide Action Plugins for use with ECA. There are recipes for installing the ECA models. Some of the modules also depend on the Indieweb Webmention module which provides the entity types for Syndications and Webmentions. I set the Drupal core requirement to 11.3 because that is the environment I'm working in, but I'm sure most of it would work with earlier versions if you just changed that. This is Alpha level code - use at your own risk. [1] https://github.com/lieb77/atproto
I have been working on various ATproto integrations for Drupal over past few months, and have now combined them into a single suite. The code is available on Github [1]. Much of this is tailored to my custom Drupal content types and would only server as an example to others, however you should be able to use the atproto_client as is and write your own code on top of it. The individual modules provide Action Plugins for use with ECA. There are recipes for installing the ECA models. Some of the modules also depend on the Indieweb Webmention module which provides the entity types for Syndications and Webmentions. I set the Drupal core requirement to 11.3 because that is the environment I'm working in, but I'm sure most of it would work with earlier versions if you just changed that. This is Alpha level code - use at your own risk. [1] https://git@github.com:lieb77/atproto.git
a collection of frontend clients for ATproto microblogging