How do you publish your work from this app to social media? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How do you publish your work from this app to social media?

I wanna make a website that will survey my friends by making them click a link that will take them to my website and answer some custom questions.

17th Apr 2022, 11:22 AM
MARK LACRE
14 Respuestas
+ 4
You could look for a free webhost or use github, or gitlab, or some similar platform.
17th Apr 2022, 1:04 PM
Simon Sauter
Simon Sauter - avatar
+ 3
You can post a link to your codes on sololearn anywhere. But to access it people need a sololearn account.
17th Apr 2022, 12:48 PM
Simon Sauter
Simon Sauter - avatar
+ 2
You can use GitHub to host ur site. But note, it's not beginner friendly.
19th Apr 2022, 12:31 AM
Durojaiye Olatunde David
Durojaiye Olatunde David - avatar
+ 2
Public Sololearn codes can be shared freely with anyone (there is a share icon on top of the code editor, that gives you the URL). You can even see all public codes if you visit this webpage. https://www.sololearn.com/codes But at this moment the code itself will not open in the browser of a mobile phone. You either install the app, or view it on a desktop computer. Sololearn may not be the best option for sharing surveys, because you cannot save the result here. Or it would be very difficult and unsafe (you would have to use an external database and put the access codes also inside the public code). If the point is the survey itself, I would just use Google Forms https://support.google.com/a/users/answer/9303071?hl=en If the point is to showcase your web creation, post it as a static GitHub page. https://pages.github.com/ If you want to show the raw code itself, you can just publish a 'gist' https://gist.github.com/ Other options https://replit.com/ https://codepen.io/
19th Apr 2022, 3:19 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Github is the best suitable application for you.
19th Apr 2022, 11:17 AM
AARAV PANDEY
AARAV PANDEY - avatar
+ 1
A lot of projects host static pages on github. I see it usually for repositories of data, but I'm sure you could make a simple webpage as well.
17th Apr 2022, 1:21 PM
Slick
Slick - avatar
+ 1
If you want to host static website I prefer Github pages, Netfly!
17th Apr 2022, 1:46 PM
Shahghasi Adil
Shahghasi Adil - avatar
0
Thank you for answering,much appreciated...its a shame tho
17th Apr 2022, 1:01 PM
MARK LACRE
0
But is there a way i can do coding that where i can share with my friends but they dont have to download anything?
17th Apr 2022, 1:03 PM
MARK LACRE
0
Any recommendations on webhost's i could use?
17th Apr 2022, 1:06 PM
MARK LACRE
0
Thank you
17th Apr 2022, 1:23 PM
MARK LACRE
0
Github
18th Apr 2022, 2:46 PM
『 シ尺メメ』 (Inactive)
『 シ尺メメ』 (Inactive) - avatar
0
Use github as a host
18th Apr 2022, 5:56 PM
Eman Hassan
0
Github 100%
18th Apr 2022, 10:41 PM
Samuel Adepoju
Samuel Adepoju - avatar