I think now we have a Facebook profile link that works for both the global Facebook user ids and app scoped user ids.

pull/1/head
Raymond Yee 2015-04-17 11:15:07 -07:00
parent 43ff601def
commit 46574801f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}