Can someone provide me with image links that work in sololearn for instagram, youtube and gofundme, maybe even patreon? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone provide me with image links that work in sololearn for instagram, youtube and gofundme, maybe even patreon?

I am trying to put together my follow/donate section and have attempted to use several Instagram image urls and none of them have worked so far, same with YouTube.

18th Nov 2018, 3:35 PM
Michele Rene Machado
Michele Rene Machado - avatar
2 Answers
18th Nov 2018, 4:12 PM
AL Araf
AL Araf - avatar
+ 2
For YouTube: First get the usual sharing link, which may look like "https://youtu.be/XXXXXXXX". The last part with X-es is like the id of the video, which is what we really need. Then you can put something like this on your HTML code: <iframe height="150" width="300" src="https://www.youtube.com/embed/XXXXXXXX" allowfullscreen frameborder="0"></iframe> An example that I found by searching on the code playground: https://code.sololearn.com/Wa1wGxEdZCkv/?ref=app For Instagram: Things may be trickier, and I'm not sure Instagram wants us to do it. I found some methods that generates urls via third party websites, but I'm not sure how legal they are.
18th Nov 2018, 4:55 PM
Kishalaya Saha
Kishalaya Saha - avatar