Wolf RPG
Adding gifs to profiles? - Printable Version

+- Wolf RPG (https://wolf-rpg.com)
+-- Forum: Out of Character: Community (https://wolf-rpg.com/forumdisplay.php?fid=1)
+--- Forum: Help Desk (https://wolf-rpg.com/forumdisplay.php?fid=2)
+--- Thread: Adding gifs to profiles? (/showthread.php?tid=60611)



Adding gifs to profiles? - Greyfalcon - April 09, 2024

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!!


RE: Adding gifs to profiles? - Val - April 09, 2024

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


RE: Adding gifs to profiles? - Greyfalcon - April 09, 2024

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


RE: Adding gifs to profiles? - Kheviel - April 09, 2024

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


RE: Adding gifs to profiles? - Mae - April 09, 2024

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


RE: Adding gifs to profiles? - Greyfalcon - April 09, 2024

(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!