I'm starting research flarum and wrote only one custom extension in extend.php
Right now needed to add another thing, that I propose to add in latest flarum build.
Its next step (Of SEO feature) described in this post https://discuss.flarum.org/d/5967-search-on-topic/12
needed to make function onscroll posts, when changed its number. 10,11,12 and any other.
with capturing post content and put in meta, description tag.
The function I'm ready to write by myself. Needed two things:
- Where to put this code (or if it can be done at extension, how it can be runned) - that executes onscrolling to another posts
- How to capture post content
You may see that right now Flarum shows its dummy text in <meta name="description" content"" />
Needed to replace with post content