+ 89
Sololearn is (again) hiding something from us 😀
In the beta version, there is a feature called lesson factory. In that we can make our own lessons but cannot add links, images, etc to it. ** I FOUND SOMETHING ** [a href="#"]link[/a] will create a link in lesson factory. [img src=""] or [image src=""] displays an image with a reload button but I couldn't get src to work [code]code here[/code] also works. Same with [note] , [b], [h1],[h2],etc Not all html elements work only some work. I mailed Sololearn to ask how to get src to work but got no replies.
43 Antworten
+ 41
I found the way to insert images:
[img id = id]
where Id is the id in
https://api.sololearn.com/DownloadFile?id=id
eg [img id =2687]
will display this file :
https://api.sololearn.com/DownloadFile?id=2687
In short, to insert images in lessons, they have to be on Sololearn server !!
Hence, we cannot insert our own images 😲😥😭
+ 39
I'll try later, it's interesting!
+ 33
thanks 🤗
+ 30
Just gave it a try, and it works perfect...^^
Truly well done @Swapnil Srivastava :)
+ 29
hmm, noted!
+ 27
Thanks for the interesting information!
+ 26
Thanks.
+ 24
Very interesting😊 Thanks for the information!👍😊
+ 24
@Swapnil Thanks for the information!
+ 23
just only one API public by sololearn?
+ 22
@Immortal no, it works with all kinds of lessons.
+ 22
this anchor tag or [a] tag is working
example:
[a href="https://www.sololearn.com/course/html/?ref=app"]HTML[/a]
will create a link to html lesson
+ 21
Thanks, works now
+ 21
hmm way to go detective swapnil.
This looks very interesting
+ 20
@Andrew yes, they are just like those weird codes. But , they are not Easter eggs.
+ 18
@Yerucham Oh sorry it will be [a href="url"] text[/a]
I forgot the slash 😅
+ 18
great found
I'll try it
+ 17
It didn't work for me,what could be the problem
+ 17
[a href = "#"]link[a] not working for me
+ 16
Interesting😊