Custom Settings

Custom JavaScript

Warning

You must be careful when writing codes. A simple mistake may cause the website to stop working.

Zeina theme also gives you the flexibility to add your own JavaScript code safely and easily through the control panel:

  • Insert custom scripts to enhance interactivity or add third-party services (analytics, widgets, etc.).
  • No need to modify the theme's core files — your code is kept separate and safe.
  • Supports both inline scripts and external JavaScript sources.
  • Useful for developers looking to extend functionality, add animations, or track user behavior.

This feature empowers you to take your forum to the next level with dynamic features — all without touching the template files.

* Note: It is not allowed to add HTML codes inside it (JavaScript only or jQuery).

Tutorial

Copy and paste this code into your custom copyright editor and save the settings.

alert("Hello World!");

Result

Custom javascript Code

Inforamtion

All Javascript code will not be executed in preview mode. To preview the changes, save the settings and go to the home page.