You can export me about 5 items from the table (I need to know table structure) where you have subscribers now and also give me the table name.
You may send me this data on [email protected]. I would prefer to to continue discussion there if possible.
But for now, I would answer your questions here so that people can know the answers:
How do you store the subscribed users? do you use separate table?
Yes, AnyComment uses separate table for this.
By plugin description I understand you use native wordpress comments table. Is right?
Again, this is correct. I do use native comments table and just have special React wrapper around that to make them more interactive. So, it means that all of the comments from blog are easily migrated to AnyComment’s version.
Do you use comments template from default theme or you overwrite it?
AnyComment overrides comments template completely. I use React to build template on the fly. This is not developer friendly so far, but I have plans to give devs ability to customize it.
Do you use structured data schema for rating and comments? this plugin is SEO compatible?
Most search engines support CSR (Client Side Rendering) and it means comments are indexed properly. Currently, there is only one problem: only first comments until “Load more” are indexed. However, I am working hard to make all of them in the search results. You may follow this issue for progress. But otherwise, comments, rating, etc are having valid schema.org schema.
-
This reply was modified 5 years, 11 months ago by Alexander.
-
This reply was modified 5 years, 11 months ago by Alexander.