• Extensions
  • Blog - Adds a blog section to your community

PascalBoschma Well that is amazing! Thank you for contributing. Your UI suggestion is good. I think I saw something in your PR already?

I added a link to the blog to the sidebar, but not the sidebar to the blog if that makes sense.

Congratulations on the giant upgrade!! beta 15!! I am happy to see how the extension is evolving so much, it is incredible to think that this extension has only been with us for 2 months, for me it is already an indispensable extension. I look forward to the next versions, my best wishes!

Really happy, thanks for this great work 💪!

Nice! My suggestion, in terms of SEO, is to optimize the schema for an article. That would get the page to rank higher in Search Engines.

Here's an example of the current schema: https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fcommunity.upc.ch%2Fblog%2F6431-fiber-cut-in-the-lake-zurich-region

Here's an example of what I propose: https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fyoast.com%2Fstructured-data-schema-ultimate-guide%2F

    danielunited Hello Daniel!

    Thank you for your feedback. Would you be able to create an issue for us in the repository?

    How can I change blog slug to another one. I want to test extension but currently ghost is insstalled.

    for ex: domain.com/blog ->>> domain.com/myroom

      Release 0.2.1 - Tweaks

      Thanks to the contribution of @askvortsov there's a new version with new functionalities and tweaks! Again, thanks for the PR!

      Changelog:

      • Added an option to make the blog the homepage ( v17development/flarum-blog43 )
      • Added a setting to add a link to the blog to the sidebar navigation
      • Added Index Page's sideNav widget below the categories widget
      • Added internationalization to admin
      • Updated night mode support ( v17development/flarum-blog16 )
      • Updated beta-15 extenders
      • Reimplemented hiding blog tags from the sideNav via JS
      • Fixed an issue with the tag redirector

      How to update?

      To update, run:

      composer update v17development/flarum-blog

      To install, run:

      composer require v17development/flarum-blog

      If you have feature requests, create an issue on GitHub 😎


      danielunited Nice! My suggestion, in terms of SEO, is to optimize the schema for an article. That would get the page to rank higher in Search Engines.

      Thanks! I already did the SEO in the initial release of Blogs as you can see on the item controller https://github.com/v17development/flarum-blog/blob/master/src/Controller/BlogItemController.php#L49

      Currently it's se to BlogPosting as type ( https://schema.org/BlogPosting ), but we could change this in the future. If you'd like to contribute, don't hesistate 😃


      fakruzaruret I suggest trying the extension out on localhost or a subdomain 🙂

        Thanks for the night mode support, now it's just perfect! FYI this update will be available on FreeFlarum forums too after a while