Skip to content
WJunction - Webmaster Forum

how to add filehost icons before url

Status
Not open for further replies.
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.

About the author

B
Active Member · Joined
86
Messages
14
Reactions
8
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom