Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Skimlink Java Script

Solved

Skimlink Java Script

saad532
New Member
4 0 0

how to add skimlinks code in shopify

Accepted Solution (1)

EcomGraduates
Shopify Partner
862 71 126

This is an accepted solution.

Hello there!

 

  1. Log in to your Skimlinks account and navigate to the "Settings" section.
  2. Copy the Skimlinks JavaScript code provided by Skimlinks.
  3. Log in to your Shopify Admin panel and navigate to the "Online Store" section.
  4. Select "Themes" and then click on the "Actions" button.
  5. Click on "Edit code"
  6. Locate the theme.liquid file and paste the Skimlinks code immediately before the closing </body> tag.
  7. Save the changes and preview the website to make sure the Skimlinks code is working properly.

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.

 

 Like + accept if this helped |
 Theme: EcomifyTheme |
️ Get An Audit: Here



View solution in original post

Replies 2 (2)

OneCommerce
Shopify Partner
253 19 110

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.

OneCommerce - The Ultimate eCommerce Solution Platform
We offer 12+ solutions to help increase traffic, maximize conversion rates and generate better revenue for more than 500,000 eCommerce merchants worldwide.

Get know us at: Website | Blog | FAQ | Contact us

EcomGraduates
Shopify Partner
862 71 126

This is an accepted solution.

Hello there!

 

  1. Log in to your Skimlinks account and navigate to the "Settings" section.
  2. Copy the Skimlinks JavaScript code provided by Skimlinks.
  3. Log in to your Shopify Admin panel and navigate to the "Online Store" section.
  4. Select "Themes" and then click on the "Actions" button.
  5. Click on "Edit code"
  6. Locate the theme.liquid file and paste the Skimlinks code immediately before the closing </body> tag.
  7. Save the changes and preview the website to make sure the Skimlinks code is working properly.

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.

 

 Like + accept if this helped |
 Theme: EcomifyTheme |
️ Get An Audit: Here