+ 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.
14 Antworten
+ 4
You could look for a free webhost or use github, or gitlab, or some similar platform.
+ 3
You can post a link to your codes on sololearn anywhere. But to access it people need a sololearn account.
+ 2
You can use GitHub to host ur site. But note, it's not beginner friendly.
+ 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/
+ 2
Github is the best suitable application for you.
+ 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.
+ 1
If you want to host static website I prefer Github pages, Netfly!
0
Thank you for answering,much appreciated...its a shame tho
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?
0
Any recommendations on webhost's i could use?
0
Thank you
0
Github
0
Use github as a host
0
Github 100%