A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
how to add skimlinks code in shopify
Solved! Go to the solution
This is an accepted solution.
Hello there!
It's important to note that you should only add the Skimlinks code to one theme.liquid file in your store, as adding it multiple times could cause issues. Additionally, Skimlinks recommend testing the code on a development store before adding it to your live store to ensure it works properly.
Keep in mind that Skimlinks is a third-party service, so if you have any issues with the integration, you should check their documentation or contact their support team for further assistance.
Hello @saad532 ,
We are OneExperts from OneCommerce and we here to help you out.
To add Skimlinks code to your Shopify store, you can follow the steps below:
1. go to your Skimlinks account -> Publisher section -> Click "Get the code"
2. Copy the Skimlinks JavaScript code that appears on the screen.
3. Go to your Shopify store -> theme editor -> Layout section -> "theme.liquid" file
4. Paste your Skimlinks code like this:
<head>
...
<!-- Skimlinks Code -->
<script type="text/javascript" src="https://s.skimresources.com/js/XXXXX.skimlinks.js"></script>
<!-- End Skimlinks Code -->
</head>
NOTE: You should replace "XXXXX" with your own publisher ID that you can find in your Skimlinks account.
5. Click "Save" and test your link.
Hope we can help you with this.
Hit us up at julia@onecommerce.io if you need further support.
Regards,
OneExperts by OneCommerce.
Get know us at: Website | Blog | FAQ | Contact us
This is an accepted solution.
Hello there!
It's important to note that you should only add the Skimlinks code to one theme.liquid file in your store, as adding it multiple times could cause issues. Additionally, Skimlinks recommend testing the code on a development store before adding it to your live store to ensure it works properly.
Keep in mind that Skimlinks is a third-party service, so if you have any issues with the integration, you should check their documentation or contact their support team for further assistance.