Wolf RPG

Full Version: Adding gifs to profiles?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add a gif to a users profile? I’m trying to add a gif for Greyfalcon’s profile, but it doesn’t seem to work with the [img [/img] formula.

I’ve seen many characters with gif’s on their profiles, but have no idea how to do it myself. Any help is greatly Appreciated!!
It should work with that coding. Want to pop it in here and I can take a look?

If it’s the image in your At A Glance, it has to be a gif extension. <3
Okay, yeah I’ll pop it in for ya. I got it from giphy:)
<iframe src="https://giphy.com/embed/a1eNg80mrufjG" width="480" height="260" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/love-alone-depression-a1eNg80mrufjG">via GIPHY</a></p>

This second embed code say responsive, the first one is not responsive or something
<div style="width:100%;height:0;padding-bottom:54%;position:relative;"><iframe src="https://giphy.com/embed/a1eNg80mrufjG" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div><p><a href="https://giphy.com/gifs/love-alone-depression-a1eNg80mrufjG">via GIPHY</a></p>

I would like it for the at a glance, if possible
The urls have to end in .gif for them to show properly. So like this one:

https://giphy.com/embed/a1eNg80mrufjG

won't work. it has to end in .gif
(April 09, 2024, 09:50 PM)Greyfalcon Wrote: [ -> ]Okay, yeah I’ll pop it in for ya. I got it from giphy:)
<iframe src="https://giphy.com/embed/a1eNg80mrufjG" width="480" height="260" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/love-alone-depression-a1eNg80mrufjG">via GIPHY</a></p>

This second embed code say responsive, the first one is not responsive or something
<div style="width:100%;height:0;padding-bottom:54%;position:relative;"><iframe src="https://giphy.com/embed/a1eNg80mrufjG" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div><p><a href="https://giphy.com/gifs/love-alone-depression-a1eNg80mrufjG">via GIPHY</a></p>

I would like it for the at a glance, if possible

You wouldn't use an embed code. You would use the direct link to the image and insert that.

example:
Code:
[img]https://media3.giphy.com/media/VbnUQpnihPSIgIXuZv/giphy.gif[/img]

produces:

[Image: giphy.gif]
(April 09, 2024, 10:47 PM)Mae Wrote: [ -> ]
(April 09, 2024, 09:50 PM)Greyfalcon Wrote: [ -> ]Okay, yeah I’ll pop it in for ya. I got it from giphy:)
<iframe src="https://giphy.com/embed/a1eNg80mrufjG" width="480" height="260" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/love-alone-depression-a1eNg80mrufjG">via GIPHY</a></p>

This second embed code say responsive, the first one is not responsive or something
<div style="width:100%;height:0;padding-bottom:54%;position:relative;"><iframe src="https://giphy.com/embed/a1eNg80mrufjG" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div><p><a href="https://giphy.com/gifs/love-alone-depression-a1eNg80mrufjG">via GIPHY</a></p>

I would like it for the at a glance, if possible

You wouldn't use an embed code. You would use the direct link to the image and insert that.

example:
Code:
[img]https://media3.giphy.com/media/VbnUQpnihPSIgIXuZv/giphy.gif[/img]

produces:

[Image: giphy.gif]
I cannot thank you enough! :D I will do as ya say!