Hey everyone, I’m running into a small issue and could use some help. The description of my subpage is being displayed as HTML code on Google, Discord, WhatsApp, and other platforms, instead of showing as normal text.
I’m using the FoF-Pages extension and have to split the code into three parts and place them into the correct sections in Flarum, in the admin panel under Appearance, Custom CSS, Footer, and Header: HTML goes into the FoF-Page, JS into the Footer, and CSS into the custom CSS area. In the FoF-Page HTML, I’m not using any <html>, <head>, or <body> tags so the output renders correctly.
However, the preview still shows the wrong result, and even adding extra code at the beginning of the FoF subpage doesn’t fix the issue.
<meta name="description" content="text">
<meta property="og:title" content="text">
<meta property="og:description" content="text">
<meta property="og:type" content="website">
<meta property="og:url" content="url">
Has anyone experienced this before or knows what might be causing it?
