My website's eCommerce store (store.theriverwoodotter.com, provided through lightspeed eCommerce) is trying to get our Facebook presence set up, but Facebook is blocking our verification due to a litany of issues. I've attempted to verify through our main domain (theriverwoodotter.com)'s DNS provider, and to plug in HTML Headcode as Facebook requested on the store site. The issue is facebook requires the code to not be loaded by js, and our "custom head code" plug-in loads dynamically through js. I've attempted to edit the store's base code to add the HTML tag manually, but it is based on ".rain" code, which seems to be a derivative of twig, and I've yet to get the head code to render.
I've attempted basic html plug ins,
<head><meta name="facebook-domain-verification" content="verificationtag" /></head>
twig plugins,
{{word | <meta name="facebook-domain-verification" content="verificationtag" /> | raw}}
and even tried to force js to render out the HTML to no avail. Is there something I'm missing? no matter what I try I can't get this to render out. Any help would be appreciated!