Skip to content

Instantly share code, notes, and snippets.

View jt2190's full-sized avatar
🖥️
Thinkster.io

James Tikalsky jt2190

🖥️
Thinkster.io
View GitHub Profile
@jt2190
jt2190 / omniauth_fb_popup
Created December 26, 2011 15:55 — forked from anonymous/omniauth_fb_popup
Code for omniauth fb pop-up login
<html>
<head>
<title>Raoul Allwani's JavaScript problem</title>
</head>
<body>
<a class="login-popup">Login Popup Anchor</h1>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
$('a.login-popup').click(function(e) {