You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>jQuery Plugin to simplify the process of requesting Facebook permissions, such that you only proceed forward in sign-up once the user has granted all you require.</p>
24
26
25
-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <ahref="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
27
+
<h3>Installation</h3>
28
+
<p>Basically just include the file and set up the Facebook API on the page.
<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
34
+
<script>
35
+
window.fbAsyncInit = function() {
36
+
FB.init({
37
+
appId : XXXXXXXXXXXXXXXXXXXXXXX,
38
+
cookie : true,
39
+
xfbml : true, /* parse social plugins on this page. */
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
53
+
<div id='error_msgs'></div>
36
54
37
-
<h3>
38
-
<aid="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><spanaria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<i class="fa fa-facebook-square"></i> Login with Facebook
58
+
</button>
59
+
</div>
39
60
40
-
<p>You can <ahref="https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code><a></code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<ahref="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<ahref="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<ahref="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
61
+
<script>
62
+
$(function() {
63
+
var $fbreq = $('#facebook_request');
41
64
42
-
<h3>
43
-
<aid="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><spanaria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
65
+
var options = {required : ['public_profile', 'email', 'user_friends', 'publish_actions'],
66
+
optional: []};
67
+
$fbreq.facebookAuthorize(options);
44
68
45
-
<p>Having trouble with Pages? Check out our <ahref="https://help.github.com/pages">documentation</a> or <ahref="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
<spanclass="site-footer-owner"><ahref="https://github.com/pstrinkle/jquery-facebook-authorize">jquery-facebook-authorize</a> is maintained by <ahref="https://github.com/pstrinkle">pstrinkle</a>.</span>
<spanclass="site-footer-credits">This page was generated by <ahref="https://pages.github.com">GitHub Pages</a> using the <ahref="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <ahref="https://twitter.com/jasonlong">Jason Long</a>.</span>
150
+
<footerclass="site-footer">
151
+
<!-- <span class="site-footer-owner"><a href="https://github.com/pstrinkle/jquery-levelup">Jquery-levelup</a> is maintained by <a href="https://github.com/pstrinkle">pstrinkle</a>.</span> -->
<aclass="github-button" href="https://github.com/pstrinkle" data-style="mega" aria-label="Follow @pstrinkle on GitHub">Follow @pstrinkle</a>
154
+
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span> -->
0 commit comments