{% if paragraph.field_widget_side_social_title.0.value %}

{{ paragraph.field_widget_side_social_title.0.value }}

{% endif %}
{% if paragraph.field_widget_side_social_tw.0.value %}
    {% for tweet in tweets %}
  • {{ tweet.text | raw }} More

    {{ tweet.created_at }}
  • {% endfor %}
View More
{% endif %} {# DISABLED BECAUSE OF A PERMISSION PROBLEM: FacebookApiException: (#10) This endpoint requires the 'manage_pages' or 'pages_read_user_content' permission or the 'Page Public Content Access' feature. Refer to https://developers.facebook.com/docs/apps/review/login-permissions#manage-pages and https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS for details. in BaseFacebook->throwAPIException() (line 1325 of libraries/facebook/base_facebook.php). {% if paragraph.field_widget_side_social_fb.0.value %}
    {% for post in posts %}
  • {{ post.text | raw }} More

    {{ post.created_at }}
  • {% endfor %}
View More
{% endif %} #}