| facebook-post.html.twig | templates/facebook-post.html.twig |  | Template for displaying a post in a Facebook feed block. | 
          
                  | FacebookFeedBlock.php | src/Plugin/Block/FacebookFeedBlock.php | Drupal\facebook_feed\Plugin\Block |  | 
          
                  | facebook_feed.css | css/facebook_feed.css |  | /**
 * Styling for Facebook posts.
 */
.facebook_feed {
  max-width: 50em;
}
article.facebook-post {
  clear: both;
  margin-top: 2em;
}
@media all and (min-width: 450px) {
  article.facebook-post {
    display: -webkit-box;
    display: -moz-box;
… | 
          
                  | facebook_feed.info.yml | facebook_feed.info.yml |  | facebook_feed.info.yml | 
          
                  | facebook_feed.libraries.yml | facebook_feed.libraries.yml |  | facebook_feed.libraries.yml | 
          
                  | facebook_feed.module | facebook_feed.module |  | Contains facebook_feed.module. | 
          
                  | LoadTest.php | tests/src/Functional/LoadTest.php | Drupal\Tests\facebook_feed\Functional |  |