Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AceAtDev authored Dec 29, 2023
1 parent ee3b3e5 commit 103be00
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
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.









0 comments on commit 103be00

Please sign in to comment.