Mercurial > public > sg101
comparison gpp/templates/bio/edit_elsewhere.html @ 405:c99d8981068b
Fixing #183; add instructions on the edit elsewhere links form to get your facebook user id.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Mar 2011 23:59:10 +0000 |
parents | 88b2b9cb8c1f |
children |
comparison
equal
deleted
inserted
replaced
404:41411066b16d | 405:c99d8981068b |
---|---|
23 | 23 |
24 <form method="post" action=".">{% csrf_token %} | 24 <form method="post" action=".">{% csrf_token %} |
25 <fieldset> | 25 <fieldset> |
26 <legend>Add a Social Network</legend> | 26 <legend>Add a Social Network</legend> |
27 {{ sn_form.as_p }} | 27 {{ sn_form.as_p }} |
28 <p>For MySpace, you must enter your | 28 <p> |
29 <a href="http://faq.myspace.com/app/answers/detail/a_id/278" target="_blank">Myspace Friend ID</a> | 29 For Facebook, you must enter your profile ID in the <em>Username</em> box. Visit your |
30 in the <i>Username</i> box.</p> | 30 Facebook profile. Look at your browser's URL (address) bar. If you see a link of the form |
31 http://www.facebook.com/profile.php?id=<strong>1234567890</strong>, you want that number after the | |
32 <strong>id=</strong> part. If you don't see a link like that, hover your mouse over your | |
33 profile picture, and a link of the above form should appear in your browser's status bar | |
34 (usually at the bottom). You can right-click on your photo and choose "copy link address" | |
35 (the exact message will vary by browser) to copy the link. Then paste into the | |
36 <em>Username</em> box, then delete everything but the long number. | |
37 </p> | |
31 <p><input type="submit" name="sn-form" value="Add Social Network" class="button" /></p> | 38 <p><input type="submit" name="sn-form" value="Add Social Network" class="button" /></p> |
32 </fieldset> | 39 </fieldset> |
33 </form> | 40 </form> |
34 <hr /> | 41 <hr /> |
35 <h3>Instant Messengers</h3> | 42 <h3>Instant Messengers</h3> |