Website Builder Video Tutorial

Code inject
How to Use Code Injection in NetJet.io – Customize & Extend Functionality

评分 4.9 / 5

10,000+ Businesses succeeding with Netjet.io,

准备好加入他们了吗?

Setp-by-step Instructions:

How to Use Code Injection to Add Custom Scripts & Integrations


代码注入 allows you to embed third-party code, tracking scripts, and custom functionalities into your website. You can insert code at the site-wide level or on a specific page


1. Accessing Code Injection Settings


For Site-Wide Code Injection

  1. Open the CMS Dashboard
  2. 点击 Project Settings
  3. Select 代码注入 from the top toolbar.
  4. You’ll see two sections:
  • Header Code – Loads before the webpage content.
  • Footer Code – Loads at the bottom of the page.


For Page-Specific Code Injection

  1. Open the CMS Dashboard
  2. 点击 页面 and select the page where you want to inject code.
  3. 点击 代码 from the right toolbar.
  4. Add code in:
  • 自定义 CSS – Page-specific styling.
  • Header Code – Scripts that should load before the content.
  • Footer Code – Scripts that should load after the content.


2. What Can You Add Using Code Injection?


Google Analytics & Facebook Pixel – Track website traffic.

Chatbots & Live Chat – Embed tools like Drift or Intercom.

Custom Fonts & Stylesheets – Load external fonts or CSS.

第三方小部件 – Add social media feeds, weather widgets, or countdown timers.

Custom JavaScript Functions – Add animations, popups, or interactive elements.


3. Example Code Snippets


Google Analytics Tracking Code (Header Injection)

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXX-Y"></script>

<script>

window.dataLayer = window.dataLayer || [];

function gtag(){dataLayer.push(arguments);}

gtag('js', new Date());

gtag('config', 'UA-XXXXX-Y');

</script>


Live Chat Integration (Footer Injection)

<script>

window.__lc = window.__lc || {};

window.__lc.license = 1234567;

(function() {

var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;

lc.src = 'https://cdn.livechatinc.com/tracking.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);

})();

</script>


4. Why Use Code Injection?


Enhance Functionality – Add features beyond built-in options.

追踪绩效 – Monitor visitor activity with analytics tools.

Improve User Experience – Integrate chat, forms, and widgets.

Customize Your Site – Add custom JavaScript, CSS, and third-party tools.

By using 代码注入, you can extend your website’s capabilitiesintegrate powerful tools to improve engagement, tracking, and user interaction.

尝试 赞成 它是 自由的

More help and instructions inside the website builder. Ensure your vision becomes reality.

Made With Netjet.io