NEMESIS wrote:
Does anyone still have any better websites for uploading images rather than discord? I've tried all of the websites that were suggested on this thread and whenever I use the links, the images expire after a few hours.
Claine wrote:
If the use of your images is a custom style, there's a tab on the Edit Style page titled "hosted media" where the can upload images directly to RPR for use in your style.
I've been using https://filegarden.com/ for hotlinking.
Min-ya wrote:
Seven_of_Beasts wrote:
I found a way to still be able to use discord images on-site! I pared the url down up to the point where is says .png/.jpg at the end and that's been working for me.
I've done that too, but today it no longer worked 😔
example:
I just wanted to circle back to this real quick to say that shortening the URL is still working for me, I just tested it in a DM to be sure.
Example, the full URL of nonsense soup definitely doesn't work:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg?ex=65dbe747&is=65c97247&hm=8804dc2a77a0d5f7d05d76e3e4ca3890fb71785ed4cd1f1ec24c58ec2db2f263&[/img][/center]
But if I drop everything after the ".jpeg", it allows me to post the image:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg[/img][/center]
You might try your original test image again and play around with it, it should still be a viable work around. I would not be surprised to see Discord go the same way Imgur did, so I still have my eye out for alternative options (as I horde all of the suggestions in this thread LOL)
I added a list in the reply I just edited on your other post.
Mina wrote:
I added a list in the reply I just edited on your other post.
I have just seen it, thank you very much! :>
NEMESIS wrote:
The thing is that it's a bit restrictive because I can only add 5 images there and the file sizes are 3MB. Most of my images are larger than this and scaling them down would ruin their quality tremendously. Hence why I was so adamant about urls, you know? :<
This was actually raised to 10 images fairly recently.
The idea of having images over 3MB needing to load for a webpage makes my web admin spine shiver in horror, though, honestly
Kim wrote:
NEMESIS wrote:
The thing is that it's a bit restrictive because I can only add 5 images there and the file sizes are 3MB. Most of my images are larger than this and scaling them down would ruin their quality tremendously. Hence why I was so adamant about urls, you know? :<
This was actually raised to 10 images fairly recently.
The idea of having images over 3MB needing to load for a webpage makes my web admin spine shiver in horror, though, honestly
Just to touch on this,
generally (from what I've been told from my own schooling) you want an image for a webpage to be no larger than around 100kb, but it can easily be compressed below that point using online compressors like this one or by making the image a webp webp files are not viewable on your computer (in your file folders etc, you cant open them) the same way images are, but they show up once you code with them.
Cosmonautilus wrote:
Min-ya wrote:
Seven_of_Beasts wrote:
I found a way to still be able to use discord images on-site! I pared the url down up to the point where is says .png/.jpg at the end and that's been working for me.
I've done that too, but today it no longer worked 😔
example:
I just wanted to circle back to this real quick to say that shortening the URL is still working for me, I just tested it in a DM to be sure.
Example, the full URL of nonsense soup definitely doesn't work:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg?ex=65dbe747&is=65c97247&hm=8804dc2a77a0d5f7d05d76e3e4ca3890fb71785ed4cd1f1ec24c58ec2db2f263&[/img][/center]
But if I drop everything after the ".jpeg", it allows me to post the image:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg[/img][/center]
You might try your original test image again and play around with it, it should still be a viable work around. I would not be surprised to see Discord go the same way Imgur did, so I still have my eye out for alternative options (as I horde all of the suggestions in this thread LOL)
I'm not sure how to "play around" with the link since I assume if I change anything before the .jpeg/.png, I change the actual image link and it wont work, and I've already tried removing everything that coems after the .jpeg/.png and it no longer works for me But, just to show it once again, now I have put the same link with everything after the .png removed, and I put it inside a "[ center]" tab
Min-ya wrote:
Kim wrote:
NEMESIS wrote:
The thing is that it's a bit restrictive because I can only add 5 images there and the file sizes are 3MB. Most of my images are larger than this and scaling them down would ruin their quality tremendously. Hence why I was so adamant about urls, you know? :<
This was actually raised to 10 images fairly recently.
The idea of having images over 3MB needing to load for a webpage makes my web admin spine shiver in horror, though, honestly
Just to touch on this,
generally (from what I've been told from my own schooling) you want an image for a webpage to be no larger than around 100kb, but it can easily be compressed below that point using online compressors like this one or by making the image a webp webp files are not viewable on your computer (in your file folders etc, you cant open them) the same way images are, but they show up once you code with them.
Another favorite site of mine to use is https://www.tinypng.com ! (Although 100kb or less is a bit ambitious especially with 4k screens being a thing and many website designs depending on larger images in general to make designs cohesive lol.)
Webp is a good format for most sites but it also isn't as widely supported as other file types yet. Some browsers (mostly older ones) will still be unable to display them, plus the compression isn't as lossless as you'd want it to be at times which can make a compress jpg or png a better option depending on the situation. It also makes it challenging to save and edit images in the future in case you lose the originals or need to reuse them in some capacity. I've also noticed that a lot of places don't support uploading webp as a file format, so you're more likely to run into that issue as well.
(But if you can use webp, I'm super in favor of doing so!)
Min-ya wrote:
Cosmonautilus wrote:
Min-ya wrote:
Seven_of_Beasts wrote:
I found a way to still be able to use discord images on-site! I pared the url down up to the point where is says .png/.jpg at the end and that's been working for me.
I've done that too, but today it no longer worked 😔
example:
I just wanted to circle back to this real quick to say that shortening the URL is still working for me, I just tested it in a DM to be sure.
Example, the full URL of nonsense soup definitely doesn't work:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg?ex=65dbe747&is=65c97247&hm=8804dc2a77a0d5f7d05d76e3e4ca3890fb71785ed4cd1f1ec24c58ec2db2f263&[/img][/center]
But if I drop everything after the ".jpeg", it allows me to post the image:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg[/img][/center]
You might try your original test image again and play around with it, it should still be a viable work around. I would not be surprised to see Discord go the same way Imgur did, so I still have my eye out for alternative options (as I horde all of the suggestions in this thread LOL)
I'm not sure how to "play around" with the link since I assume if I change anything before the .jpeg/.png, I change the actual image link and it wont work, and I've already tried removing everything that coems after the .jpeg/.png and it no longer works for me But, just to show it once again, now I have put the same link with everything after the .png removed, and I put it inside a "[ center]" tab
Bizarre, I am not sure why it's not cooperating! And you can ignore the "[ center ]" tag, that's just my own personal preference with images, sorry! LOL
I took the URL behind the BBCode and copy-pasted it into a browser window, and I can't even see it that way, it says "The content is no longer available":
I am not sure if Discord restricts this or not, but could it be from a private server, or did the OG message get deleted?
Cosmonautilus wrote:
Min-ya wrote:
Cosmonautilus wrote:
Min-ya wrote:
Seven_of_Beasts wrote:
I found a way to still be able to use discord images on-site! I pared the url down up to the point where is says .png/.jpg at the end and that's been working for me.
I've done that too, but today it no longer worked 😔
example:
I just wanted to circle back to this real quick to say that shortening the URL is still working for me, I just tested it in a DM to be sure.
Example, the full URL of nonsense soup definitely doesn't work:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg?ex=65dbe747&is=65c97247&hm=8804dc2a77a0d5f7d05d76e3e4ca3890fb71785ed4cd1f1ec24c58ec2db2f263&[/img][/center]
But if I drop everything after the ".jpeg", it allows me to post the image:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg[/img][/center]
You might try your original test image again and play around with it, it should still be a viable work around. I would not be surprised to see Discord go the same way Imgur did, so I still have my eye out for alternative options (as I horde all of the suggestions in this thread LOL)
I'm not sure how to "play around" with the link since I assume if I change anything before the .jpeg/.png, I change the actual image link and it wont work, and I've already tried removing everything that coems after the .jpeg/.png and it no longer works for me But, just to show it once again, now I have put the same link with everything after the .png removed, and I put it inside a "[ center]" tab
Bizarre, I am not sure why it's not cooperating! And you can ignore the "[ center ]" tag, that's just my own personal preference with images, sorry! LOL
I took the URL behind the BBCode and copy-pasted it into a browser window, and I can't even see it that way, it says "The content is no longer available":
I am not sure if Discord restricts this or not, but could it be from a private server, or did the OG message get deleted?
Yeah I believe it's part of the same problem with discord now removing the ability to filehost images, since they appear to also have added that image links break after x amount of hours in order to fight malware.
Min-ya wrote:
Cosmonautilus wrote:
Min-ya wrote:
Cosmonautilus wrote:
Min-ya wrote:
Seven_of_Beasts wrote:
I found a way to still be able to use discord images on-site! I pared the url down up to the point where is says .png/.jpg at the end and that's been working for me.
I've done that too, but today it no longer worked 😔
example:
I just wanted to circle back to this real quick to say that shortening the URL is still working for me, I just tested it in a DM to be sure.
Example, the full URL of nonsense soup definitely doesn't work:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg?ex=65dbe747&is=65c97247&hm=8804dc2a77a0d5f7d05d76e3e4ca3890fb71785ed4cd1f1ec24c58ec2db2f263&[/img][/center]
But if I drop everything after the ".jpeg", it allows me to post the image:
Code:
[center][img]https://cdn.discordapp.com/attachments/1115781240340099132/1198799223563505715/AdobeStock_308669399.jpeg[/img][/center]
You might try your original test image again and play around with it, it should still be a viable work around. I would not be surprised to see Discord go the same way Imgur did, so I still have my eye out for alternative options (as I horde all of the suggestions in this thread LOL)
I'm not sure how to "play around" with the link since I assume if I change anything before the .jpeg/.png, I change the actual image link and it wont work, and I've already tried removing everything that coems after the .jpeg/.png and it no longer works for me But, just to show it once again, now I have put the same link with everything after the .png removed, and I put it inside a "[ center]" tab
Bizarre, I am not sure why it's not cooperating! And you can ignore the "[ center ]" tag, that's just my own personal preference with images, sorry! LOL
I took the URL behind the BBCode and copy-pasted it into a browser window, and I can't even see it that way, it says "The content is no longer available":
I am not sure if Discord restricts this or not, but could it be from a private server, or did the OG message get deleted?
Yeah I believe it's part of the same problem with discord now removing the ability to filehost images, since they appear to also have added that image links break after x amount of hours in order to fight malware.
LOVED that video, thank you for posting it, very informative on something I was having trouble googling without a hundred unrelated links popping up.
I am curious to know how many hours Discord settled on for expiration, because a few of the templates I have use Discord as an image host, and the test image I used above is still kicking for the moment. Guessing it ended up being more than 24 hours?
EDIT:
It's definitely more than 24hrs, I checked this every few days and finally noticed that the image is no longer available
You are on: Forums » Smalltalk » Alternative to discord for images?
Moderators: Mina, Keke, Cass, Claine, Sanne, Dragonfire, Ilmarinen, Darth_Angelus