• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Ability to add custom code to </head>

korosa

Chevereto Member
đź’ˇDescribe your Feature request

I think it would be great if it were possible to add custom code to </head> in the control panel without unnecessary problems.
 
You can, under Dashboard --> Settings --> Themes
This is not the best option for me because it wraps the code in <script>
but
Code:
<script>window.yaContextCb=window.yaContextCb||[]</script>
<script src="https://another site/ads/system/context.js" async></script>
 
There are several methods to achieve this:
If you are using Docker it is easy as mount the custom_hook file path in your container settings to "inject" the file on runtime.

Hope it helps.
 
Back
Top