Skip to main content
All CollectionsSettings
Adding Scripts to Your Website in Newsifier Version 1
Adding Scripts to Your Website in Newsifier Version 1

Learn how to add custom scripts to your website’s header or footer in Newsifier Version 1.

S
Written by Support Newsifier
Updated over 3 weeks ago

Introduction

In Newsifier Version 1, you can add custom scripts to your website that will appear on every page. These scripts can be included in either the header or the footer of your web pages, depending on your requirements.

How to Add Scripts to the Header or Footer

  1. Log in to your Newsifier admin panel and navigate to Settings.

  2. In the Settings menu, open the Other tab.

  3. Locate the Header and Footer Code Fields

    • Header Code: Scripts added here will be included in the <head> section of your web pages.

    • Footer Code: Scripts added here will be included at the end of your web pages, just before the closing </body> tag.

  4. Copy and paste your script code into the appropriate field (Header or Footer) based on where you want it to appear on your website.

  5. Click the Save button to ensure your scripts are applied.

Where Will the Scripts Appear?

  • Header Code: Scripts will load in the header of your webpage, making them available early during page loading.

  • Footer Code: Scripts will load at the very bottom of your webpage, after the main content. This is useful for scripts that don’t need to block page rendering, such as analytics or tracking scripts.

📌 Note: If you are using Newsifier Version 2, you can set header and footer scripts differently. Please refer to this help article for instructions on how to add custom scripts in Newsifier V2.

Did this answer your question?