How many javascript link I can have in Facebook?

Posted by Murvinlai on Stack Overflow See other posts from Stack Overflow or by Murvinlai
Published on 2010-03-09T00:13:21Z Indexed on 2010/03/25 1:33 UTC
Read the original article Hit count: 410

Filed under:
|
|
|

Is there a limit of how many js file I can include () in facebook? I include 5 files. no problem.. the 6th one not loaded. Then I have to put the code in the 6th one into the 5th file. then works. so, is it 5 files in max?

BY THE WAY, I'm developing the apps now, not in production. so it is not in the stage of compressing JS / minizing it. :)

so it is kinda annoying to got missing js files or files not loaded..etc

so, what is the limit from FB? what is the file size limit? I know that the JSON request call back data limit is 5000.. but not sure about the js include.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about JavaScript