Sha256: 3a64e62b0da773fc11aa35453896c49e5f83334b98f470172513786d606997ea

Contents?: true

Size: 411 Bytes

Versions: 10

Compression:

Stored size: 411 Bytes

Contents

#fb-root
:javascript
  window.fbAsyncInit = function() {
    FB.init({appId: '#{configatron.auth_providers.facebook.key}', status: true, cookie: true, oauth: true, xfbml: true});
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
community_engine-3.2.0 app/views/facebook/_fb_require.html.haml
community_engine-3.0.0 app/views/facebook/_fb_require.html.haml
community_engine-2.3.2 app/views/facebook/_fb_require.html.haml
community_engine-2.3.1 app/views/facebook/_fb_require.html.haml
community_engine-2.3.0 app/views/facebook/_fb_require.html.haml
community_engine-2.1.0 app/views/facebook/_fb_require.html.haml
community_engine-2.0.0 app/views/facebook/_fb_require.html.haml
community_engine-2.0.0.beta3 app/views/facebook/_fb_require.html.haml
community_engine-2.0.0.beta2 app/views/facebook/_fb_require.html.haml
community_engine-2.0.0.beta1 app/views/facebook/_fb_require.html.haml