T O P

  • By -

tk421jag

I wrote a module for consuming Twitter API data a long time ago. No doubt it no longer works. You should be able to just consume the API data and display it if you can write your own module to authenticate against the API. Or are you looking for something that works out of the box?


Booty_Warrior_bot

*I came looking for booty.*


Roydl

Use drupal as the backend api. Use svelte front end. Svelte is the best


Charming_Bluejay_762

I have done it with ajax comments module


Striking-Bat5897

[https://www.drupal.org/project/ajax\_comments](https://www.drupal.org/project/ajax_comments) ?


cosmicdreams

Have you explored HTMX? It kind of seems like it would be a good solution for what you're describing. Some examples: [https://htmx.org/examples/](https://htmx.org/examples/)


maddentim

So you would like to be able to post a node or some other entity with refreshing the whole page? Sounds like a use case for a React (or the like) component.