how to add images to spacehey

okay so the first thing your going to need to do is get the URL of an image. you can do this by opening the image in a new tab, and copying the text at the top of your browser. sometimes when you paste it inside of your code the image still wont show up, this is because there are only a few image hosting sites that work with spacehey. 

if this happens you need to download the image (or screenshot it if you're on mobile unless you already have the image saved), and upload it to a website that is compatible with spacehey. you can probably find a few if you look it up, but I like to use deviant art


if you dont have a computer then click on the image (it has to be in a browser btw)

now that you have the url you have to actually imbed it. if you want to add the image to your profile you need to add the code to the 'about me' section, but if you aren't adding it to your profile, and instead are adding it to a comment just type out the code where you want the image to be.

 your code should look like this:

<img src="your image url here">

but remove the exclimation point when you type it out, thats just there so you can see it. otherwise spacehey would think its code, and not show it.


here's a screenshot of how it should look 

if the image ends up being to big or small inside your code you can add indicators of how tall/wide you want it to be by writing this out:


width="500" height="600"

this is how many wide/tall the image is going to be. you can adjust the number according to how big you want the image to be, but before you get good at guaging how big a certain number of pixels is, its kind of just a guessing game.


all together your code should look like this:

<!img src="your image url here" width="500" height="600">


so just to break down how to do this:

1.upload your image to an image hosting site like deviant art

2.open the image in a new tab and copy the url

3.go into your about me section (or just do this wherever you want the image to go if its a comment or something)

4.type out <!img src="your image url here" width="500" height="600"without the exclimation mark, and with your image url.

5.save/post it, and see if it worked.


if you're having trouble feel free to comment and ask for help.


2 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )