Linking third party CSS and JS files #1458
Answered
by
meetmandeep
X3Technology
asked this question in
Q&A
-
What is the best way to link to a third-party CSS/JS file? I would prefer the CSS to be in the HEAD section and the JS to be loaded async at the bottom of the page. Functionality similar to DNN's CssInclude and JsInclude. |
Beta Was this translation helpful? Give feedback.
Answered by
meetmandeep
Jun 18, 2021
Replies: 1 comment 1 reply
-
Use the header tags options available in Settings > SEO > Advanced to add tags to HEAD section. There's no option to add site level scripts at bottom of the page. I would create an issue for that as a feature request. On page level, you can add it to a custom block and place towards the bottom of the page. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
X3Technology
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the header tags options available in Settings > SEO > Advanced to add tags to HEAD section. There's no option to add site level scripts at bottom of the page. I would create an issue for that as a feature request.
On page level, you can add it to a custom block and place towards the bottom of the page.