You are here

Files in Social Feed 8

Primary tabs

File namesort descending Location Namespace Description
FacebookPostBlock.php src/Plugin/Block/FacebookPostBlock.php Drupal\socialfeed\Plugin\Block
FacebookPostCollector.php src/Services/FacebookPostCollector.php Drupal\socialfeed\Services
FacebookPostCollectorFactory.php src/Services/FacebookPostCollectorFactory.php Drupal\socialfeed\Services
FacebookSettingsForm.php src/Form/FacebookSettingsForm.php Drupal\socialfeed\Form
InstagramAuthController.php src/Controller/InstagramAuthController.php Drupal\socialfeed\Controller
InstagramPostBlock.php src/Plugin/Block/InstagramPostBlock.php Drupal\socialfeed\Plugin\Block
InstagramPostCollector.php src/Services/InstagramPostCollector.php Drupal\socialfeed\Services
InstagramPostCollectorFactory.php src/Services/InstagramPostCollectorFactory.php Drupal\socialfeed\Services
InstagramSettingsForm.php src/Form/InstagramSettingsForm.php Drupal\socialfeed\Form
SocialBlockBase.php src/Plugin/Block/SocialBlockBase.php Drupal\socialfeed\Plugin\Block
socialfeed-facebook-post.html.twig templates/socialfeed-facebook-post.html.twig {% if post.picture %} <div class="fb-pic"> <img src="{{ post.picture }}"/> </div> {% endif %} {% if post.video %} <div class="fb-video"> <a href="{{ post.video…
socialfeed-instagram-post-carousel-album.html.twig templates/socialfeed-instagram-post-carousel-album.html.twig Theme implementation to display the Instagram Carousel.
socialfeed-instagram-post-image.html.twig templates/socialfeed-instagram-post-image.html.twig {% if post.media_url %} {% set alt = post.raw.caption ? post.raw.caption[:50] ~ (post.raw.caption|length > 50 ? '...') : '' %} {% if post.post_url %} <a href="{{ post.post_url }}"> <img…
socialfeed-instagram-post-video.html.twig templates/socialfeed-instagram-post-video.html.twig {% if post.media_url %} {% if post.post_url %} <a href="{{ post.post_url }}"> <video controls="controls" src="{{ post.media_url }}"></video> </a> {% else %} <video…
socialfeed-twitter-post.html.twig templates/socialfeed-twitter-post.html.twig <a class="tw-username" href="{{ post.full_username }}"> <span>@</span>{{ post.username }}</a> <div class="tw-tweet">{{ post.tweet }}</div> {% if post.twitter_date %} <div…
socialfeed.facebook.settings.yml config/install/socialfeed.facebook.settings.yml config/install/socialfeed.facebook.settings.yml
socialfeed.info.yml socialfeed.info.yml socialfeed.info.yml
socialfeed.instagram.settings.yml config/install/socialfeed.instagram.settings.yml config/install/socialfeed.instagram.settings.yml
socialfeed.links.menu.yml socialfeed.links.menu.yml socialfeed.links.menu.yml
socialfeed.module socialfeed.module Contains socialfeed.module.
socialfeed.permissions.yml socialfeed.permissions.yml socialfeed.permissions.yml
socialfeed.routing.yml socialfeed.routing.yml socialfeed.routing.yml
socialfeed.schema.yml config/schema/socialfeed.schema.yml config/schema/socialfeed.schema.yml
socialfeed.services.yml socialfeed.services.yml socialfeed.services.yml
socialfeed.theme.inc socialfeed.theme.inc Theme preprocessors.
socialfeed.twitter.settings.yml config/install/socialfeed.twitter.settings.yml config/install/socialfeed.twitter.settings.yml
TwitterPostBlock.php src/Plugin/Block/TwitterPostBlock.php Drupal\socialfeed\Plugin\Block
TwitterPostCollector.php src/Services/TwitterPostCollector.php Drupal\socialfeed\Services
TwitterPostCollectorFactory.php src/Services/TwitterPostCollectorFactory.php Drupal\socialfeed\Services
TwitterSettingsForm.php src/Form/TwitterSettingsForm.php Drupal\socialfeed\Form

Other projects