Giphy, an online repository of animated gifs with the option to make your own. For giphy API questions, use the tag [giphy-api].
Questions tagged [giphy]
77 questions
17
votes
2 answers
How can I make it so that slack bots can use Giphy?
For some reason, the existing Giphy app for slack does not allow bots to call a GIF from giphy.com
If I type "/Giphy sad", the Giphy app will automatically load a sad GIF of somekind from Giphy.com
But if my slackbot does it, or my hubot, or my…

leigh
- 309
- 1
- 2
- 8
6
votes
2 answers
Is it recommended to keep a Giphy API key secret?
I'm using Giphy's API and currently have a development key. I am looking to deploy my site but don't know whether it is a public facing key or a private one, and cannot find an answer online nor after asking them directly.

Alex Yeates
- 93
- 6
5
votes
2 answers
Metas open graph to build share with animated gif
I'm trying to build a page to share animated gifs just like Giphy do.
If you share this link (http://giphy.com/gifs/mQpZtX0gKDESA) you see that the share image becomes playable. It's important to note that I don't want to share the direct link to…

Angelo Silva
- 246
- 4
- 12
4
votes
1 answer
displaying a lot of gifs in collectionview
In my app I want to show gifs from giphy. The fetching and everyting is no problem, but I don't know what's the best way to display for example all trending gifs.
I have a collectionview which should display all gifs with this code:
func…

user2529173
- 1,884
- 6
- 30
- 43
3
votes
2 answers
React autoplay (mp4) only when visible
I am writing a component that pulls gifs from Giphy and renders them inside a React Infinite Scroll Component. The infinite scroll is worked as expected, but then I ran into a problem. I want the gifs to auto play, so I added the autoplay attribute.…

Tristan
- 341
- 4
- 17
3
votes
1 answer
How API Rate limits works in giphy?
I'm using giphy API for get GIF stickers but I'm kind of confusion with giphy API guide on rate limiting mention over here:
https://developers.giphy.com/docs/#response-codes
I will get 429(Response Code) when my API key rate limits exceed. I have to…

Pinal Patel
- 122
- 1
- 16
3
votes
0 answers
Facebook share dialog not showing preview of image first time page is shared
please read through the whole post before marking this as duplicate of Facebook Share Story Image Does Not Appear For First time or related questions.
I'm creating a dynamic page (with unique url and image) that users can share on facebook with a…

mario
- 320
- 2
- 14
2
votes
0 answers
Testing ViewModel with Rx and GIPHY
I am a complete beginner in writing unit tests and trying to figure out how to test a ViewModel that makes use of the Giphy API.
This is my ViewModel:
import androidx.hilt.lifecycle.ViewModelInject
import androidx.lifecycle.ViewModel
import…

Joc
- 21
- 2
2
votes
2 answers
How to wait for fetch to complete before rendering page in React.js
In this React component, I'm trying to fetch data from the GIPHY API and render it in another component. The fetch is working correctly, but this.state.gifs.map returns an error because it runs before the fetch is complete and the state is set. I…

Tomas Engquist
- 23
- 1
- 1
- 3
2
votes
1 answer
GIPHY Android SDK does not return any GIFS on release build
I am integrating GIPHY Android SDK into our app (which is a keyboard), and on the debug release everything works fine and the GIFs are displayed correctly. However, on our release build, no GIFs are displayed; instead, a message of "NO RESULTS" is…
2
votes
1 answer
PHP - Check if an image loaded inside img src or directly inside browser?
Suppose i have an image url :- example.com/myimg.png
I want to check whether it is included inside img src or someone directly opened it via browser.
What i need:-
Check this image of GIPHY - https://media3.giphy.com/media/N8Lfh9gWcWYIU/giphy.gif
if…

Satinder Singh
- 29
- 1
- 1
- 10
2
votes
2 answers
python 'InlineResponse200' object is not subscriptable
import time
import giphy_client
from giphy_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = giphy_client.DefaultApi()
api_key = 'dc6zaTOxFJmzC' # str | Giphy API Key.
q = 'cheeseburgers'…

BillyRay
- 413
- 2
- 10
- 24
2
votes
3 answers
Unable to call GIPHY API
I have a text box and a search button. Based on user input, I want to query Giphy api to fetch matching Gifs. but my ajax call always going to error.
Can anybody help me,
$('#button2').click(function() {
var srchParam =…

Arpita Dutta
- 291
- 7
- 19
2
votes
0 answers
Facebook gif sharing on own host
I tried to use FB.ui and share method to share dynamic gif.
The image was hosted in my own server. After shared, I found it was in static image.
Is it possible to host the gif other than GIPHY.com and some related images hosting websites? Any…

HUNG
- 525
- 7
- 17
1
vote
0 answers
giphy.com - Embedded grafic vs. direct link
if you get a link to an image on giphy.com, you can easily use the image like
or
[img]https://media.giphy.com/media/MDJ9IbxxvDUQM/giphy.gif[/img]
but if you open the link in the…


fx123
- 37
- 1
- 5