|
24 | 24 | <meta property="fb:app_id" content="{{ fb_app_id }}" />
|
25 | 25 | <meta property="fb:pages" content="299797223477237" />
|
26 | 26 | <meta property="fb:profile_id" content="gophillygo" />
|
27 |
| - <meta property="og:url" |
28 |
| - content="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}/" /> |
| 27 | + <meta property="og:url" content="{{ request.build_absolute_uri }}" /> |
29 | 28 | <meta property="og:description"
|
30 | 29 | content="GoPhillyGo from the Clean Air Council, for planning transit, walking, and biking trips around the Delaware Valley region. Features parks and other destinations." />
|
31 | 30 | <meta property="og:site_name" content="GoPhillyGo" />
|
32 | 31 | <meta property="og:locale" content="en_US" />
|
33 | 32 | <meta name="twitter:card" content="summary" />
|
34 | 33 | <meta name="twitter:site" content="@go_philly_go" />
|
35 | 34 | <meta name="twitter:description" content="Helping you get around greater Philly" />
|
36 |
| - <meta property="og:image:width" content="360" /> |
37 |
| - <meta property="og:image:height" content="360" /> |
38 |
| - <meta property="og:image" content="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}/static/images/logo@2x.png" /> |
39 |
| - <meta name="twitter:image" content="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}/static/images/logo@2x.png" /> |
| 35 | + <meta property="og:image:width" content="1200" /> |
| 36 | + <meta property="og:image:height" content="600" /> |
| 37 | + <meta property="og:image" content="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}/static/images/sharing_logo_1200_600.png" /> |
| 38 | + <meta name="twitter:image" content="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.META.HTTP_HOST }}/static/images/sharing_logo_1200_600.png" /> |
40 | 39 | {% endblock %}
|
41 | 40 |
|
42 | 41 | {% include "partials/ios-weblinks.html" %}
|
|
0 commit comments