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.

SRC is a common attribute in HTML used to identify the location of a resource which relates to an element.

learn more… | top users | synonyms

0
votes
3answers
79 views

What does `//` in javascript's src attribute do? [duplicate]

I'm using Facebook's javascript sdk and it has double forward slashes. What do they mean? <script src="//connect.facebook.net/en_US/all.js"></script> I know a single / means root ...
0
votes
1answer
68 views

facebook FQL get photo full size src

SELECT pid,link,src,src_big FROM photo WHERE aid = '143587452330654_112887' I'm using this code to retrieve image src. But I want to get big image src (which one you can see under the photo - ...
0
votes
1answer
319 views

Facebook Connect error: 1000

I get this following error when I am trying to integrate the fbconnect to my app. I tried everything possible, but the error still continues. Can anyone help me, thanks in advance. 2012-04-05 ...
2
votes
1answer
855 views

changing src reference based upon https

I'm adding a facebook comment widget to a website. I'm placing this widget in a file that is included on everypage. The navigation is relatively linked so it switches back and forth from http and ...