Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

141
Views
How to add a script tag to shopify directly to the html source?

This plugin for shopify: https://apps.shopify.com/custom-js

It used to allow you to add a full script tag to the html.

But today a client was complaining saying it did not work for them, when i dug into the issue the plugin appears to have stopped doing that and only allow you to add actual javascript code.

They don't want to use google tag manager, but we need a simple way (that they can understand in the future when i am not there) to be able to inject custom script tags.

EG:

<script src="https://some-review-service.com/loader.js"></script>

Any help would be hugely helpful as I am by no means a shopify guru :)

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

Use this code in theme.liquid if you are using third party js file:

{{ 'https://some-review-service.com/loader.js' | script_tag }}

Otherwise, upload loader.js file in the assets folder. and add the below code in your theme.liquid head section:

{{ 'loader.js' | asset_url | script_tag }}
about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!