Skip to content

Instantly share code, notes, and snippets.

@leegould
Created February 23, 2012 12:44
Show Gist options
  • Save leegould/1892671 to your computer and use it in GitHub Desktop.
Save leegould/1892671 to your computer and use it in GitHub Desktop.
JabbR Janrain settings
if (typeof window.janrain !== 'object') window.janrain = {};
window.janrain.settings = {};
janrain.settings.appUrl = 'https://yourjanrainurl.rpxnow.com';
janrain.settings.providers = ["google", "facebook", "linkedin", "live_id", "twitter", "yahoo"];
var url = document.location.href;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment