I think now we have a Facebook profile link that works for both the global Facebook user ids and app scoped user ids.
parent
43ff601def
commit
46574801f7
|
@ -133,7 +133,7 @@ function highlightTarget(targetdiv) {
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if supporter.profile.facebook_id %}
|
{% if supporter.profile.facebook_id %}
|
||||||
<a href="http://www.facebook.com/app_scoped_user_id/{{supporter.profile.facebook_id}}" class="nounderline">
|
<a href="https://www.facebook.com/{{supporter.profile.facebook_id}}" class="nounderline">
|
||||||
<img src="/static/images/supporter_icons/facebook_square.png" alt="{{ supporter }}'s Facebook" title="{{ supporter }}'s Facebook" />
|
<img src="/static/images/supporter_icons/facebook_square.png" alt="{{ supporter }}'s Facebook" title="{{ supporter }}'s Facebook" />
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue