Author: Kiet Huynh

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