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.
2 Answers
+ 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.