Hi Everyone, do anyone has the exact hooks/attributes of Flarum? I need a few of those to be inserted into my open graph code to dynamically fetch and populate relevant data.
Example:
A discussion named as "Discussion A" with the primary tag as "Tag A" and site name "Site A" would dynamically get the thumbnail in social to be set as:
Discussion A - Tag A - Site A
Here is the example of image to understand better.
I've did it for my ecommerce site:
As long as i have the right hooks/class, then, it can be set to dynamically fetch by implementing some javascript to it. I need the exact class/hooks for this:
Site URL
Discussion Title
Primary Tag Title
Site Description
Site Icon
Site Name
Username of User that initiate the Discussion
The First Discussion Start Date & Time
The Recent Disucssion Update Date & Time.
*For discussion start and update, I guess time wouldn't be feasible, but the Date.
Anyone can assist in this?