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].

73 questions
16
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
  • 199
  • 1
  • 1
  • 8
4
votes
3 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.
4
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
  • 226
  • 4
  • 12
3
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,892
  • 6
  • 26
  • 40
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
  • 220
  • 2
  • 14
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
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
  • 153
  • 14
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
  • 331
  • 6
  • 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
  • 459
  • 6
  • 14
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
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…
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
  • 196
  • 1
  • 9
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
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…
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
  • 145
  • 3
  • 11
1
2 3 4 5