JMMotyer -
Joined: 06 Jul 2005 Posts: 79 Location: Burlington (Toronto-ish), Ontario, Canada
|
Posted: Fri Dec 19, 2025 8:34 pm Post subject: Can Abyss inject Javascript into <head> on every page? |
|
|
Hello folks,
I don't know how to ask this question, but I will try to explain what I am hoping that Abyss X2 can do for me.
I use FontAwesome on all my Abyss websites. In order to use FontAwesome, I need to add some Javascript code to all my headers of every page:
| Code: | <head>
<script src="https://kit.fontawesome.com/1234567890.js" crossorigin="anonymous" async defer></script>
</head>
| ...where 1234567890 above is replaced with my FontAwesome kit's unique code.
Until now, I've added that script code individually to each of the sections on my websites. By sections, I mean sections such as my PHP scripts for CMS, forums, guestbook, statistics, etc. And that's for each of my sites (hosts).
I am inquiring at this time if I can somehow configure my Abyss hosts to apply (inject?) that FontAwesome Javascript code, and I could then remove my current FontAwesome Javascript code from each of my individual sections (scripts).
I hope that makes sense.
Even better would be, if I could somehow configure Abyss in a single place with that Javascript code, and then Abyss applies that Javascript code to every page of every host that Abyss serves up.
I'm not that technical, so I would need details how to accomplish whatever Abyss if capable of, if at all.
Thanks in advance & have a great day.
Regards,
John |
|