how to add filehost icons before url

Status
Not open for further replies.

Bomberman

Active Member
86
2012
14
20
how to add filehost icons before url like this on IPB?

joALBcM.png
 
7 comments
If this is wordpress and using BBCODE, we can adjust some php code to make it like that.

If not wordpress, I don't know the way
 
Can you tell me how to do that in Wordpress! Sorry to hijack your thread a bit.
If this is wordpress and using BBCODE, we can adjust some php code to make it like that.

If not wordpress, I don't know the way


Try add this to style.css

Code:
a[href*="http://uploaded.net"]{background:url(http://www.google.com/s2/favicons?domain=www.uploaded.net) no-repeat;height:16px;width:16px;padding:0 20px}
 
try this in html:

Code:
<img src="[URL]http://www.wjunction.com/favicon.ico[/URL]"> <a href="http://www.wjunction.com/">http://www.wjunction.com/</a>
 
Last edited:
Here you go

Code:
http://www.wjunction.com/13-tutorials-guides/135302-how-insert-filehost-icons-your-wordpress-sites.html

Cheers
 
Status
Not open for further replies.
Back
Top