You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.4 KiB
Smarty
47 lines
1.4 KiB
Smarty
12 years ago
|
|
||
|
<h1>Step 4 – Social Media Logins (Optional)</h1>
|
||
|
|
||
|
<form class="form-inline">
|
||
|
<p>
|
||
|
You may opt to allow users to register and login in via a social media account, if that
|
||
|
social network supports doing so.
|
||
|
</p>
|
||
|
|
||
|
<h3>Facebook</h3>
|
||
|
<p>
|
||
|
<label>Application ID</label> <input type="text" class="input-medium" data-field="social/facebook/app_id" />
|
||
|
</p>
|
||
|
<p>
|
||
|
<label>Application Secret</label> <input type="text" class="input-large" data-field="social/facebook/secret" />
|
||
|
</p>
|
||
|
|
||
|
<h3>Twitter</h3>
|
||
|
<p>
|
||
|
<label>Application Key</label> <input type="text" class="input-medium" data-field="social/twitter/key" />
|
||
|
</p>
|
||
|
<p>
|
||
|
<label>Application Secret</label> <input type="text" class="input-large" data-field="social/twitter/secret" />
|
||
|
</p>
|
||
|
|
||
|
<h3>Google</h3>
|
||
|
<p>
|
||
|
<label>Application Key</label> <input type="text" class="input-xxlarge" data-field="social/google/key" />
|
||
|
</p>
|
||
|
<p>
|
||
|
<label>Application Secret</label> <input type="text" class="input-large" data-field="social/google/secret" />
|
||
|
</p>
|
||
|
</form>
|
||
|
|
||
|
<hr />
|
||
|
<div class="pull-right">
|
||
|
<button data-path="privileges" class="btn btn-primary btn-large">Next – <i class="icon-legal"></i> Privileges</button>
|
||
|
</div>
|
||
|
<div>
|
||
|
<button data-path="mail" class="btn btn-primary btn-large">Previous – <i class="icon-envelope"></i> Mail</button>
|
||
|
</div>
|
||
|
|
||
|
<script>
|
||
|
(function() {
|
||
|
nodebb_setup.prepare();
|
||
|
})();
|
||
|
</script>
|