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.
'onload' is a JavaScript event that is run when a document is loaded.
0
votes
0answers
88 views
Facebook feeds works on page load but unable to fetch on Tabswitch or Onclick event
We have a requirement where we want to display different feeds in different tabs (e.g facebook, twitter, etc.) on our website.
The feeds should work well on onLoad and Onclick methods respectively.
...
0
votes
1answer
101 views
google chrome extension perform action on loading pages doesnt work with google and facebook
I am developing a chrome extention that do some action on page load for example alert welcome
I am using Jquery to dect the document.ready it works perfect with all sites but facebook and google I ...
0
votes
1answer
274 views
Use of functions in Facebook's JavaScript SDK
I got the Facebook login/logout functionality to work, but had to do it with this un-elegant code like this:
<script type="javascript">
function loadfb() {
var e = ...