GIF Project | How To

General information:

I'm sure a lot of people don't know all the pages and the full "potential" I have added to these pages.
We have the "Faces" page, an "Other" page and the main GIF page.
I will try to explain at the best of my ability so anyone can use it. Heck, I might even setup a small form with stuff, who knows.
As of October 31st 2014, this is now a bit outdated. It still works, but the easiest is just to use the "forms" page.

Faces:

The "faces" page is a modified version of vengab.us and has quite a few features, but also a little bug.
By default it displays "Me_2.gif" and plays Where Da Hood At" (Uncensored) at 0 seconds.
The bug is that animated GIFs aren't actually animated, they're frozen to their first frame. Not a big issue, but whatever.
The features it has, is that you can specify a custom image (preferably a transparent face or something), song (YouTube link) and time you want the video to start.
You can specify any of them, but if one or more of the options are left out, they will just be default. You can for example just put a custom image and keep "Where Da Hood At".

The way that works is by using something called GET variables. They're shown in the URL, so you can easily share it by just copying the URL.
(If you understand what that is, the GET param for image is "img", YouTube param is "yt" and start time is "t").
Let's try and make an example. You have these things you want to use:


The URL for this would be: http://decic.us/gifs/faces.php?img=http://i.imgur.com/2OPC3t3.gif&yt=https://www.youtube.com/watch?v=HQoRXhS7vlU&t=32.
It's kind of important to note the use of "?" and "&" in the URL. You may see what it does. Another example is written below for further explanation.
As stated, you can leave out the start time, and it will be default (0 seconds). Same goes for both image and YouTube link.
If you wish to specify only YouTube link and not change the image, it would be something like this: http://decic.us/gifs/faces.php?yt=https://www.youtube.com/watch?v=HQoRXhS7vlU&t=32

"Other":

This page is still work in progress, and currently only has support for two things: "image" and "audio" (audio would be HTML5 audio).
An example URL: http://decic.us/gifs/other.php?img=http://i.imgur.com/2OPC3t3.gif&audio=audio/o_fortuna.mp3
The image URL has no default value, compared to audio which has sax.mp3.

Still confused?

Tweet me - @Decicus or send a Twitch PM.