+ 1

HOW TO CREATE A LINK WITHIN SOLO LEARN

How can I create a website and embed in it a link leading to another code in Solo learn?

11th May 2025, 12:12 AM
Baribefe Ka-adinebari
Baribefe Ka-adinebari - avatar
6 Respostas
+ 6
The Sololearn playground is simple by design because it's purpose is for learning. It is not meant for creating multi page websites.
11th May 2025, 2:07 AM
Keith
Keith - avatar
+ 4
In my observation, each saved code runs in a sandbox. You can use <a> tag and link to another code you saved, but it opens in a new app instance. On PC, you have to force it open in new tab / windows. That means it will not function like a normal website we used to see every day. An alternative, in theory, you can use JavaScript to change the document on the fly with predefined content.
11th May 2025, 3:28 AM
Wong Hei Ming
Wong Hei Ming - avatar
0
You can use this tag: <a href="https"> Change "https" to your actual link address. To get the address of something in sololearn ( e.g codebits ), just click the "share" button and enter the any application and you will see the link address, just copy it and paste it in the <a> tag
11th May 2025, 7:14 PM
Code Flash
Code Flash - avatar
0
Wong Hei Ming, that is exactly what happens
12th May 2025, 1:40 AM
Baribefe Ka-adinebari
Baribefe Ka-adinebari - avatar
0
Code Flash, thanks
12th May 2025, 1:41 AM
Baribefe Ka-adinebari
Baribefe Ka-adinebari - avatar
0
Go to share --> copy link address --> add this link to <a href=""></a> and job's done
12th May 2025, 11:04 AM
Brainstorm
Brainstorm - avatar
OSZAR »