So now that Photobucket has fucked us all over, what image host are you using?
Although Photobucket was getting progressively shitter by the day, I did like that I could store images in libraries.
I heard about https://postimages.org/ and signed up. First impressions are pretty good - simple interface with the ability to create galleries - test post below:
I need to explore it more, but it looks like a viable alternative to Photobucket. Now all I have to do is download all my images from Photobucket, upload them to postimages then adjust all my IMG tags…
I use Flickr. For a while flickr pissed me off a bit, mainly when it became Yahoo sign in or whatever it was. I’m always signed in now so I don’t find it a bother. When copying links though, I delete the last two lines in the code to remove the tags and stuff.
Photobucket has been so shit for ages. It’s annoying researching stuff now and just seeing unviewable pics, but at least people will stop using it now.
Is that only for when using the web-based version Pete?
I downloaded the Flickr app after photobucket did it’s extortion thing, only to find that said app doesn’t give an (a?) URL for the uploaded image to use for IMG tags etc. or I missed something in the app…
I always found Flickr a bit of a nightmare to use to post photos on forums trying to find the URL using the app, and the fact you’re limited to a number of photos hosted. I have just signed up for Imgur, and it seems okay, but it is a bit annoying that you can’t get the img URL using the app (that I can see).
I use flickr and as Pete points out it’s easy to post pics from it to the web but you can’t do it on the app on your phone. For whatever reason you can’t get the url of a pic on the phone app but you can on the website…
I’ve been using imgur for ages. I don’t really upload anything I need to find again (except instagram posts) so it’s fine for forum posts etc. Or just login and you can find all your things.
I’ve been using Flickr since the demise of Photobucket.
The app works better, I can follow a few other people that post good photos and I can post to forums pretty easily from the computer.
I don’t forum while mobile.
This is No.1 reason I haven’t posted any pics on FOA in a long time. I’ve been using Flickr for ten years, and don’t really want to change, but these day I only ever access it via my phone. Pretty much never use a computer for bike stuff.
If anyone knows a simple way to get URLs for Flickr photos while using an Android browser, I’m all ears. I have three or four recent bike builds that I never got around to posting because I seriously can’t be bothered dragging out my laptop and sitting through the 30,000 windows updates it wants to do.
On that, if you have a static flickr URL and want to find the account/set it’s from, there’s a nice little trick that will reconstruct the photo page URL from the salt and hash in the static URL. (unless it’s private, then you can’t go there)
create a bookmark with this as the address:
javascript:if ((document.domain.indexOf(“static.flickr.com”)!=-1)||(document.domain.indexOf(“staticflickr.com”)!=-1)){var id = document.title.split("_");var url = “http://flickr.com/photo.gne?id=” + id[0];window.location = url;}else{alert(“Sorry, this is not a Flickr static image.”);}