Questions tagged [giphy]

Giphy, an online repository of animated gifs with the option to make your own. For giphy API questions, use the tag [giphy-api].

77 questions
1
vote
1 answer

Giphy uplaod works with .ajax but not fetch

I am trying to upload a gif to Giphy. It works using jQuery/.ajax but I can't get it to work with fetch. Here is the .ajax version: $.ajax({ type: "POST", url: "http://upload.giphy.com/v1/gifs", data: { api_key:…
user82384
  • 41
  • 5
1
vote
1 answer

Uncaught TypeError: Cannot read property 'addEventListener' of null (multiple forms)

Hello fellow developers, I have a simple question. I'm working on my javascript skills, which are obviously not the best :). I'm trying to code a search box with the giphy API, by tutorial. My code was working to 100% like the code displayed in the…
user14273452
1
vote
1 answer

How can I search Giphy's GIF live with React.js?

Based on the official Giphy demo(CodeSandBox), I would like to create a live search function for Giphy GIFs. And below is a demo of it. search demo(CodeSandBox) It holds the keyword as state and passes the keyword state to the search method of…
Jay White
  • 315
  • 1
  • 3
  • 10
1
vote
0 answers

Uploading stickers/gifs/etc. directly from Gboard (Mobile Keypad) in Ionic 3

Like in WhatsApp, stickers/gifs/etc. can be sent from Gboard(Mobile keypad). So, how to allow sending stickers/gifs..etc. in Ionic Application (Ionic 3/4)? Is there any plugin available or any other way to handle Gboard insertion? Please…
Harshita
  • 372
  • 4
  • 16
1
vote
1 answer

Longer gif duration in ImageView

I'm writing a desktop application with javafx and when I add a gif to an ImageView from URL source (http) it only plays part of the gif. I've even tried downloading the gif to a file on my system and it still only played for a second. When I play it…
Alj1989
  • 13
  • 3
1
vote
0 answers

uploading a giff to giphy api in react

I'm trying to upload a giff to the giphy api and I was wondering if anyone had any experince with this and could provide an example. I saw it wanted a parameter file as a string in binary so I'm using 'react-file-base64'. my function in my react…
seattleguy
  • 327
  • 1
  • 4
  • 11
1
vote
0 answers

Undefined Response from Asynchronous Callback on GIPHY API

// //create the src for gif function loadGiphyData(tag, callback){ var data; var request = new XMLHttpRequest(); request.open('GET', `https://api.giphy.com/v1/gifs/search?q=${tag}&api_key=5p8A1b1szDSqAVgDP1m2dlq8z0rdO3h1&limit=10`, true); …
Brian Lin
  • 11
  • 1
1
vote
1 answer

How to save/display giphy gif using python API?

I am creating one of those cool moving photograph frames, eventually with my own pictures, but for now I just want to search giphy and save/display a gif. Here's the code I gathered would be useful from their API. import giphy_client as gc from…
dbarth
  • 33
  • 4
1
vote
0 answers

Flutter Multi-Threading Issue when uploading multiple url gifs/images

I'm consistently receiving multi-threading issues when downloading a list of gifs from giphy.com. Each time my app crashes and logs a "I/Choreographer(15955): Skipped 104 frames! The application may be doing too much work on its main thread." type…
Charles Jr
  • 8,333
  • 15
  • 53
  • 74
1
vote
1 answer

Failed to resolve Android Giphy SDK dependency

I am trying to add Giphy Android SDK in my Android Project. On Giphy SDK's documentation, it is mentioned that in your Project gradle.build file, add: repositories { maven { url "https://giphy.bintray.com/giphy-sdk" } } and in your…
Usama Aftab
  • 47
  • 1
  • 9
1
vote
1 answer

Using postman for Giphy API Get request but comes back with no data

Like the title says, I'm trying to do a GET request to the Search endpoint of Giphy's API, but it comes back with an empty data array. Is there anything I'm doing wrong? I've made sure the API key is correct since it works for the 'trending' and…
1
vote
2 answers

Giphy TV border radius

I put the Giphy TV in my site. Now I want to give it rounded borders, but I dont succeed. Can someone help me out? https://giphy.com Giphy TV code: