« SpaceHey Forum

How do I post images with blogs?

Posted by KandiKingdom

posted

Forum: SpaceHey

I have no idea, I am on mobile. I would love to like share looks, thrift finds, holloween costumes along with clothing that I design. But I have no clue how to do that!


Plz help <3


Report Topic

4 Replies

Sort Replies:

Reply by Duffin

posted

Lmao, I’m in the same boat.


I assume that they’ll just eventually have to make the website much more accessible to mobile users, but yeah, right now us mobile users are kinda fucked…


Permalink Report Reply

Reply by EngiQu33ring

posted

You can’t upload images to SpaceHey aside from your profile picture. You have to upload them somewhere else and link them with an img tag. I suggest using neocities for uploading your files


Permalink Report Reply

Reply by KandiKingdom

posted

Ah thank you so much I will have to try that sometime!!!


Permalink Report Reply

Reply by Melrose

posted
updated

<Img src="urlhere"> 

This inputs images to html enabled frames, you can use this on profile pages, comments, blogs, bulletins, and in groups. To be more specific, use Imgur and link directly the image. It won't otherwise show up if it's the share link from Imgur, but uh, for example. When you open to an image with a right click, you can select the image address to replace the urlhere in that code segment. It'll pull the image from the host directly and display like you uploaded it to here. 

Ex:
I have an image from a profile on facebook that I own and use, I want to link it here so I upload the image to Imgur to share it, but that's not enough, I want to embed that link with HTML! So here's what we do. On the page you uploaded the image to, right click, open image in a new window, and you have a direct link to that image with the image type on the end. (It will look like a regular URL but with the image name.png or jpeg, or jtif on the end.) You want THAT link specifically to link to your page.

Where I want to place the image, I put in the code snippet above 
<img src="https://i.imgur.com/NRGPs9U.jpg"> 
And hit save all on the profile/blog entry/comment.

The end results, drumroll please.


Permalink Report Reply