Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

Given that the URL still (after 5 months) resolves to the image correctly, I would say that you are probably OK using the link you have.

As a fall-back, though, you may want to consider hitting the link with an ajax call and changing your usage of that URL to a locally cached copy just incase the link ever goes dead. It's slightly more work, but it's a functional way to use a 3rd party's image and still fall back to your own version if theirs goes away.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.