- Issue created by @plato1123
- πΊπΈUnited States plato1123
I was able to force this behavior by changing the div in the module's code to include the reverse_time parameter
<div class="fb-comments {{ class }}" data-href="{{ url }}" data-num-posts="{{ amount }}" data-width="{{ width }}" data-colorscheme="{{ style }}" data-order-by="reverse_time"></div>
Since I'm on Drupal 10 and had already moved the working code to a custom module it wasn't a huge deal in my case. Be nice to see a version that has this behavior configurable though.