-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# Shopify-Video-YT-shorts | ||
Add Youtube Shorts Videos to your shopify product page to increase converstion rate | ||
|
||
# How to use this? | ||
1. Go to your Shopify dashboard | ||
2. Go to online store | ||
3. click the "Customize" Button | ||
4. go to your product page | ||
5. On the left side, click "Add section" button | ||
6. Look for "Custom Liquid" and add it | ||
7. select it, look for the Liquid code and copy the code from video.html file and paste it there | ||
8. after that, scroll down and find the "Custom CSS" section | ||
9. copy the code from the file and paste it there | ||
|
||
#How can I add my videos from YouTube Shorts? | ||
1. Go to your YT video, and from URL in your browser eg: https://www.youtube.com/shorts/XXXXXXX and replace "shorts/" with "watch?v=" eg:https://www.youtube.com/watch?v=XXXXXXX | ||
2. copy the modified URL and go back to your product page and to your liquid code section | ||
3. in the code, look for <iframe src=""... between the "" paste your YouTube URL | ||
4. Repeat that two times in the other lines of the code (You should have 3 YouTube shorts video and their URL) | ||
5. Congrats, it should work now | ||
|
||
#Need help? | ||
You can contact me via email at mohamedshoubkydev@gmail.com (Please make sure to include "Shopify-Video-YT-shorts" in the email title, it help to answer your email quickly!) | ||
P.S. You can use AI chatting tools to customize the code to fit your store if you want (eg. ChatGPT) with a little knowledge of HTML and CSS you should be fine | ||
|
||
#Can I use this code for free? | ||
Yep, it's all yours my friend! I would appreciate it if you quote my name, but it's not required. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|