• 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 gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

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