Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Loading FB logo from FB's own CDN

Is there a url we can src for the FB logo that will be the same src as what gets generated after FB.init completes?

I doubt that I can hard-code the FB CDN link below and expect it to work for all users and also stay up-to-date.

https://s-static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png

I basically want to reduce another image request for a FB logo sprite that already gets loaded with any other social plugin I have on my site.

FB sprite

like image 356
Sam Tsai Avatar asked May 01 '12 21:05

Sam Tsai


People also ask

Can I use a Facebook logo on my website?

Facebook does not permit use of the full "Facebook" name logo without special permission. If you want to use the logo on your site, you need to submit a permission request form (see Resources). With this form you can also apply for special usage for all brand logos, such as placement in films on commercial products.

What is the Facebook symbol?

The "f" logo is one of our most globally recognized assets. It's used to represent Facebook the product (website or mobile app). The primary use of the "f" logo is to promote your organization's presence on Facebook.


1 Answers

Try using font-awesome's icons. fa-facebook-official: Font Awesome Icons

and apply facebook logo's official color in css ( #3B5999 ).

like image 88
Tmh Avatar answered Oct 16 '22 06:10

Tmh