[Trick] How to Get Small Filehost button for your forum or WP Post

Status
Not open for further replies.

cyberavijit

Active Member
1,478
2011
459
0
Hi guys

I want to share a trick which may some of you already know. But still sharing as seen many people are asking for small filehost icon like

uplaodstat.png
rapidepef.png
filespopn.png
fileslilv.png
filesyyyz.png
filejgggi.png


Well you just need to go to

http://www.getfavicon.org/

and enter the address of the filehost for which you want to get the icon

for example I am searching Icon for bitshare

[SLIDE]http://i2.lulzimg.com/58f8814195.png[/SLIDE]

Now the result

[SLIDE]http://i2.lulzimg.com/c8097ed3ff.png[/SLIDE]

for some filehost this wont work so posting all of the Mini icon set I have


Bitshare
bitshare.png

Croco
crocko.png

Depositefile
depositfiles.png

Easy-Share
easy-share.png

FileFactory
filefactory.png

Hotfile
hotfile.png

IMDB
imdb.png

Letitbit
letitbit.png

MediaFire
mediafire.png

Megashares
megashares.png

Netload
netload.png

Rapidshare
rapidshare.png

Safelinking
safelinking.png

Tinypaste
tinypaste.png

Uploadstation
uploadstation.png

Uploading
uploading.png

Extabit
extabit.gif

Fiberupload
fiberupload.png

Share-Online.biz
share-online.gif

Shareflare
shareflre.png

Turbobit
turbobit.png

Uploaded
uploaded.png



Thanks to soft2050

I am sharing How to insert this host icon to your wordpress bassed sites

you just need to insert this code eachtime for each file hosts to your CSS style sheet

Example for Uploaded to

729r5j0hvg4h.png


PHP:
a[href*="http://uploaded.to"] {
    background: url("http://dl.dropbox.com/u/16918132/Logo/New%20folder/small/up.png") no-repeat;
    height: 16px;
    width: 16px;
    padding: 5px 25px
}



You have to edit and Insert this code for each filehost and change the padding according to your site...22px works for my site...


Enjoy Guys:)

A small thanks is always appreciated:D
 
Last edited:
12 comments
OR, you can directly type in domain.com/favicon.ico in your browser's address bar and get the favicon directly :) DDL ;)
 
@ rox I know but doesnt work for every filehost. only for those who have the default name for favicon as favicon.ico ..Well I could be wrong.

like

4d7a4ecd6d.png

Because they are serving static images. Anyway, nice suggestion. People can get it in single click at the site you gave. I prefer typing in the address bar/view source code :P
 
^It has nothing to do with "static" files. It just so happens that the icon was not located in the root of their public directory like their supposedly.
 
Status
Not open for further replies.
Back
Top