Quantcast

Links to pics

Flo33

Turbo Monkey
Mar 3, 2015
2,067
1,306
Styria
Are there any restrictions for integrating image links in posts using the button on top of the editing field? I've tried google drive and dropbox links, both give me a broken link sign in the post preview. Didn't find any information on this.
 

binary visions

The voice of reason
Jun 13, 2002
22,100
1,150
NC
There are no restrictions, but at least with Google Drive, what they provide you as a "share-able link" is not really a link to the image. It's a link to a webpage that displays the image. You also have to make sure the image is "public" in the settings.

It's stupid, but the only way to link to the image is to actually manually edit the link. For example, an image I have stored on my Google Drive is:
Code:
https://drive.google.com/file/d/0BzEU13Sx4K3YRmk5MnlDV1dzLTQ/view?usp=sharing
That can't be linked to via the IMG tags, though. You actually have to manually edit the link to use that ID in the address. You have to add https://drive.google.com/uc?id= in front of that long string of characters.

Code:
https://drive.google.com/uc?id=0BzEU13Sx4K3YRmk5MnlDV1dzLTQ
That can be put into the IMG tags:

 

binary visions

The voice of reason
Jun 13, 2002
22,100
1,150
NC
P.S. this is all retarded but unfortunately isn't something I can fix since it's Google's stupid fault for making it hard.
 

Flo33

Turbo Monkey
Mar 3, 2015
2,067
1,306
Styria
There are no restrictions, but at least with Google Drive, what they provide you as a "share-able link" is not really a link to the image. It's a link to a webpage that displays the image. You also have to make sure the image is "public" in the settings.

It's stupid, but the only way to link to the image is to actually manually edit the link. For example, an image I have stored on my Google Drive is:
(...)
Got it, thx for the explanation!