Extension not maintained anymore
Write from Facebook on your page managed by Pushword.
composer require pushword/facebook
For now, this extension just permit to show last post from a page.
{{ "{{ facebook_last_post('Google') }}" }}
# will return the last post from Google's Facebook Page render via /component/FacebookLastPost.html.twig
{{ "{% set fb_last_post_meta_data = facebook_last_post('Google', '') %}" }}
# will return an array
Create a /component/FacebookLastPost.html.twig in your app template directory.