Category: Tech Tips

0

How to add firework effect to your Shopify store

When talking about New Year, firework is indispensable, it’s the spirit of the night. People believe that the firework performance will convey message of love, peace and prosperity to the people. Do you want bring firework...

0

How to get Vimeo access token?

Some Shopify apps need Vimeo access token to work. Follow below mentioned steps to get your private Vimeo app access token: Step 1: First you must login to your Vimeo account. Step 2: Then...

0

How to get Flickr API key?

Some Shopify apps need Flickr API key to work. This step-by-step tutorial walks you through how to create and get a Flickr API key. Step 1: First you must login to your Flickr account....

0

How to get a Youtube API Key

Some Shopify apps need Youtube API key to work. This step-by-step tutorial walks you through how to create and get a Youtube API key. Go to https://developers.google.com/ and log in or create an account, if...

0

How to disable scrolling on body?

What’s the best way to prevent the body tag scrolling. The easiest way is a simple CSS snippet:

And you must add this class (disable-scrolling) into body tag. Demo

0

Extracting all images from an article for a slideshow gallery

The below liquid code help you extract all images from an article.

You can use it to create a slideshow gallery.