7
11 Comments

How to insert image in post

Hello community,
How do I put image into post ? :)

on July 5, 2019
  1. 5

    This post now shows in position #1 on Google for "add image to indiehackers post"

    Inserting images on IndieHackers is possible using Markdown. Here's how:

    Text in my post...
    
    ![The alt image text](IMAGE_URL_FROM_YOUR_SERVER)
    
    More text...
    

    For example, this code:

    ![My dog](https://i.imgur.com/ClzWyEo.jpeg)
    

    will turn into this image:
    My dog

    1. 1

      HAAHAHHA Hillarious!

  2. 2

    Really surprised no-one answered this question despite being the first result on Google if you search "indiehackers add image on post".

    Anyways, the Indie Hackers editor utilizes markdown which means you can add images and links with the markdown syntax. An example is:

    ![ALT TEXT HERE!][LINK TO YOUR IMAGE :D]

    Have fun :)

    1. 2

      Am I correct in thinking that you can't add images to indiehackers though i.e. uploading the to the site? You used to be able to but now I find it hard to figure out how to do that!

      1. 2

        Yup, seems like you'll need to find your own solution for that :(

        1. 2

          sad times 😢haha...I guess I can dump them in a wordpress media library I'm already using and grab a URL from there...just feels weird to do that!

          1. 1

            Indeed! Maybe there's a product opportunity here... ;)

            1. 2

              haha, I guess imgur has that cornered? I've definitely noticed a lot of people just use if for hosting random images they don't want to store but want a link for

              1. 1

                Forgot about that... :( haha

      2. 1

        Just use Imgur.

  3. 1

    Does it also work for adding GIFs?