Questions tagged [imgur]

Imgur is a free and popular image hosting service that does not require registration to use.

Imgur is a free and popular image hosting service that does not require registration to use.

572 questions
-1
votes
3 answers

How to hidden the img source IP?

I have a img label embed a image path of mine public server, and show the image to users: but this is security risk, because users can get my image source server(13.43.68.1). So, is there any…
user7693832
  • 6,119
  • 19
  • 63
  • 114
-1
votes
1 answer

How can I replace a picture in php with a link to a picture?

I have the following line of code:
I want to replace the start-bg.png with an imgur link,…
Mark Done
  • 11
  • 1
-1
votes
1 answer

Do I need through an authorization first for using Imgur API?

I am totally new to API's and especially Imgur API, examples on the website may be clear to an experienced guy. I feel like there are gaping holes that I need to fill in but I am not clear. I am doing this: let form =…
-1
votes
1 answer

imgur extract codes from links in C# Regex

I'm trying to convert a imgur link to an embedded code. I've found this Regex that works to extract the imgur code in JavaScript. I need your help in a code that extracts one or more matching imgur links from a string in c#. Here is the JavaScript…
Liron Harel
  • 10,819
  • 26
  • 118
  • 217
-1
votes
4 answers

images from imgur.com is not displaying on website

I am using simple html tag to display images from imgur.com: Modern Dashboard Design this was working few days back, but now it is not showing. Image is…
Elyor
  • 5,396
  • 8
  • 48
  • 76
-1
votes
1 answer

How to display images in html?

I have a working app using the imgur API with python. from imgurpython import ImgurClient client_id = '5b786edf274c63c' client_secret = 'e44e529f76cb43769d7dc15eb47d45fc3836ff2f' client = ImgurClient(client_id, client_secret) items =…
Shreyas
  • 3
  • 1
  • 3
-1
votes
1 answer

Random image generator from Imgur album

I'm looking to create an Apache site using PHP so that each time a person directs to it, it will grab a random image from a previously created Imgur album full of images and display the image onload without ever leaving the website. I am thinking I…
-1
votes
1 answer

I'm not Understanding the IMGUR API

So I'm experimenting with the IMGUR API. I created an "application" and got a client and secret id. What I was hoping to do was to just retrieve the list of albums in my account. Sounds pretty simple. When I run the below PHP the response I get…
BostonMacOSX
  • 1,369
  • 2
  • 17
  • 38
-1
votes
1 answer

Take images posted from imgur

I have a forum with MyBB and I would like to take images posted using imgur, for a gallery plugin (if image imgur posted is in forum ID, then shows it). Users post in the forum their images (uploaded with imgur) and then in gallery there are all…
Sara
  • 3
  • 2
-1
votes
1 answer

How to know array composition in Objective-C?

I retrieve an array from Imgur API but I don't know what it contains, how can I see the composition of the Array since the API did not specify the compositions. [IMGGalleryRequest hotGalleryPage:0 success:^(NSArray *objects) { …
-1
votes
2 answers

Getting a blank response using imgur API with cURL

Here is my code - why would I be getting a blank response?
rtheunissen
  • 7,347
  • 5
  • 34
  • 65
-2
votes
2 answers

HTML PHP Image URL Call

I have an image URL, for example, http://URL/123.jpg. I can view the image in the browser, but it's not working when using the tag in PHP. It's not working, and the idea is somehow not displayed. echo "
-2
votes
1 answer

How do i find an ID of an album to make the request to imagur API?

I'm trying to invoke an http request to imgur API. I need to get any album of images back from the API. In the request body is necessary to specify the link with the ID of the album. How do i find this ID?
Ivan
  • 7
-2
votes
1 answer

Converted Base64String Fails to Upload to IMGUR API

Language: Swift TargetOS: MacOS I need to encode an image as a base64string and upload it as a PNG using IMGUR's api using an http post request. I have another function which takes a screenshot and creates it as a CGImage object. I used the provided…
Potion
  • 785
  • 1
  • 14
  • 36
-2
votes
1 answer

How to allow users to add pictures in my forum?

I am currently working on a small forum that allows users to make posts as well as comment replies to them. I want users to also be able to post pictures along with their posts directly onto the website. I see that Stack Overflow uses imgur when you…
CaptainAmerica16
  • 236
  • 2
  • 11
1 2 3
38
39