Post
Topic
Board Meta
Merits 3 from 3 users
Re: Enabling quotes in locked topics
by
HCP
on 27/11/2019, 04:53:51 UTC
⭐ Merited by rhomelmabini (1) ,nc50lc (1) ,1miau (1)
Does anyone know how to do an image quote? Or at least find out the "https://i.imgur.com/" link to the pictures, I get a URL that starts with https://ip.bitcointalk.org/ when I click on "copy image address."

Yeah... the imgur link is actually embedded in the ip.bitcointalk.org URLs...

Taking the link to the first image in the OP as an example: https ://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FmBsrI4Z.jpg&t=607&c=1NdT52aa5A3yJw

Extract the embedded URL (the bolded section): https%3A%2F%2Fi.imgur.com%2FmBsrI4Z.jpg

Convert the 'encoded' symbols using the following:
%3A => :
%2F => /

=> https://i.imgur.com/mBsrI4Z.jpg