If your YouTube link has /live/ in it, then Skoolโs "Add Video" embed wonโt recognize it.
You have to edit the link manually
Hereโs the quick fix:
1๏ธโฃ Remove the tracking at the end
Everything after the ? has to go.
Example: select the ?si=uQkTU31r8KwH5xAo โ delete
2๏ธโฃ Replace /live/ with /watch?v=
3๏ธโฃ Add &views to help your YouTube watch hours
NOTE:
Then use ?views like this:
SUBSCRIBE:
Know this:
There can only be one ? in an URL string
URL string?
A URL string is the full web address your browser uses to find something online.
Itโs made of different parts, each telling the internet where to go and what to load.
Example URL:
Breakdown:
https:// โ the protocol (how your browser connects)
โ the domain (the website youโre visiting)
/watch โ the path (the page or feature you want on that site)
?v=4sDseNDaJvE โ the query string (extra information โ here, which video to play)
&views โ an additional parameter (more optional info the site can use)
Think of a URL string like a full set of directions:
Website โ Page โ Specific content โ Extra instructions
Thatโs all it is โ a structured address that tells the internet exactly what to fetch.
Got it? ๐ตโ๐ซ