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
1
vote
1 answer
Giphy Gifs having strange behaviour on Facebook?
I was trying to make use of facebook's new ability to show actual gifs in autoplay to make a small looping advertising for a facebook page.
I tested out the feature initially using some Giphy gifs and found it worked fine, receiving the visual…

LIMsomnium
- 127
- 1
- 3
- 12
1
vote
4 answers
How to play animated GIF image from url in android?
I am integrating giphy to my android app..
How can i play animated gif image from URL in android? Should I use ImageView, WebView, VideoView etc? For example if i want to play animation from this URL.

Android Developer
- 9,157
- 18
- 82
- 139
0
votes
0 answers
React Native Giphy Clipboard Not Animated
I've somehow successfully gotten a Giphy url to copy into the Clipboard first time I tried (lucky me) but when I paste it to Notes it just shows a still image...is there a way to get it to animate (iMessage) like other apps do on paste?
I'm just…

Timmerz
- 6,090
- 5
- 36
- 49
0
votes
1 answer
How to show GIF with Animation using GPHSettings & GPHMediaView in XML and kotlin
In my scenario when user click button it's navigate to next screen and If user click icon have to show Bottom sheet.
In the bottom sheet have to show GIF with it's animation.
And user can choose any GIF they want. I wanna use GPHMediaView to show…

Sindhuja MK
- 28
- 5
0
votes
0 answers
Giphy get gifs from user api in htmlcode?
I am a Giphy Creator and i want to use the Giphy API in an embed HTML code ..
I was only successful getting a random GIF from Search
here is the code .. if any one could help it would be amazing :)
Random…

alhut
- 1
0
votes
0 answers
Giphy-API not giving any results for normal users?
I'm trying to get the latest 100 posts from my giphy user.
It works for accounts like "giphy" and "spongebob"
But not for "jack0_o"
import requests
def get_user_gifs(username):
api_key = "API_KEY"
limit = 25 # The number of GIFs to…

matissismu
- 1
- 1
0
votes
0 answers
Why does the GIPHY API returns a Meta Object in its response containing 401 error. Is there any way to troubleshoot it
The code in the hooks folder is named useFetch.jsx
This is used to fetch the gifs
const APIKEY = import.meta.env.VITE_GIPHY_API;
const useFetch = ({ keyword }) => {
const [gifUrl, setGifUrl] = useState("");
const fetchGifs = async () => {
…

MANJIRI CHAVANDE
- 1
- 2
0
votes
1 answer
Giphy React Grid component is not working
I am trying to replicate the search and masonry grid from the official documentation using their Codesandbox example.
However, when I am trying to use it, the code is not returning any gifs back.
I have verified that the JS fetch is indeed returning…

Rimil Dey
- 827
- 2
- 13
- 33
0
votes
0 answers
Adding giphy-js to vanilla JavaScript project
I want to use Giphy SDK to my vanilla JavaScript project. The repository is this one: https://github.com/Giphy/giphy-js/blob/master/packages/components/README.md
If I clone it and go to /packages/components/ and do yarn run dev I can run the example…

Dan.py
- 83
- 7
0
votes
1 answer
I'm using the Giphy API and I was wondering how you could get a GIF's Image URL automatically, not manually
Here is the code I have, it works fine, but how could I make it that there is a new variable that is equal to the Image URL of the GIF so that the user can get the Source URL of the GIF?
import requests
url =…

Vihaan Patil
- 17
- 7
0
votes
2 answers
I need to create a 'See more pictures' button in JS
I'm creating a gif website, which uses GIPHY API. In this website, I added a "Search bar", where you can type what kind of GIF you are looking for, and the websites returns 12 gifs from GIPHY.
This is my search function:
async function…

escu.dev
- 3
- 2
0
votes
1 answer
Giphy API always gives the same gifs (discord.js)
This might be innapropriate, but I am making a discord bot, and in the process I wanted to make a "gif" command. I had chosen the Giphy api as it seemed to be the most simple one out there. But everytime I ask the bot to fetch a trending gif, it…

Zariaa_
- 116
- 1
- 6
0
votes
2 answers
Cant bind imageUrl in Angular
Please help guys! I'm getting datas from https://developers.giphy.com/, and passing them to a modal for viewing, every other data is showing except for imageUrl.
(what I'm I doing wrong, why wont the gif show)
Check below for my code
here is the…

Dave Davoucii
- 31
- 5
0
votes
1 answer
is there a way to resize background images FROM html
so, a normal way to get the background in html is this:
but now let's suppose i need the background to be BIGGER, so much big that…
user13651239
0
votes
0 answers
Console "Cannot read property 'addEventListener' of undefined" with document.getElementsByClassName
I'm new at coding, and I am having a problem with an EventListener. I added an event listener that it'sw NOT originally in the HTML file, as I created it in the js file. So I was using the GIPHY API to make a fetch of the Suggested Gifs EndPoint.…

Juana Copello
- 1
- 3