Drupal 8 & above
Synopsis
Socialfeed module provides the user to fetch the data from their respective Facebook, Twitter, and Instagram profiles and then display them accordingly as per their requirement using the Drupal block system.
This module is easy and simple to install and use if the project page description or the README.txt file is followed correctly.
This module is highly recommended for both developers & non-developers since the default layout of the blocks are plain and in simple text hence if you're aware of working with CSS then this module will work for you like a charm.
Requirements
Installation
The Socialfeed module is very similar to other Drupal modules. Hence, for installation of the Socialfeed module please follow the below-mentioned steps:
Recommended:
Install with Composer:
composer require drupal/socialfeed
Configuration
This module has a menu or modifiable settings. There is a configuration link for this which you can access at admin/config/services/socialfeed
.
When enabled and configured properly, this module will display the Socialfeed form at admin/config/services/socialfeed
, after this step, you can use the blocks from the Drupal system to show the feeds from their respective services.
For uninstalling the module:
Recommended:
drush pmu socialfeed
composer remove drupal/socialfeed
Drupal 7 Version
Synopsis
Socialfeed module provides the user to fetch the data from their respective Facebook, Twitter, and Instagram profiles and then display them accordingly as per their requirement using the Drupal block system.
This module is easy and simple to install and use if the project page description or the README.txt file is followed correctly.
This module is highly recommended for both developers & non-developers since the default layout of the blocks are plain and in simple text hence if you're aware of working with CSS then this module will work for you like a charm.
Requirements
- PHP 5.4 and above.
- PHP Curl Extension.
Installation
The Socialfeed module is very similar to other Drupal modules. Hence, for installation of the Socialfeed module please follow the below-mentioned steps:
Recommended:
Install with Composer: composer require 'drupal/socialfeed'
Install with Drush: drush dl socialfeed; drush en socialfeed -y
Alternate:
- Install as usual, see https://www.drupal.org/node/1294804 for further information.
- Now, in your
sites/all/modules/contrib
directory download the Socialfeed module. - Enable the Socialfeed module.
Configuration
This module has a menu or modifiable settings. There is a configuration link for this which you can access at admin/config/services/socialfeed
.
When enabled and configured properly, this module will display the Socialfeed form at admin/config/services/socialfeed
, after this step, you can use the blocks from the Drupal system to show the feeds from their respective services.
For uninstalling the module:
- Disable the Socialfeed module.
- Uninstall the Socialfeed module.
- Clear Caches.
Similar Projects
-
Social Parsers for Feeds
- Only for D6
- Doesn't provide Instagram
- It aggregates public feeds from popular Social Networking/Affiliate Networks sites directly into custom-created nodes and views.
-
TB Socialfeed
- It will retrieve public RSS feeds or request the API and creates a node for each item.
- Doesn't provide blocks
Drupal 6 Version
Synopsis
This module aggregates data from Twitter, Youtube, Foursquare, and Facebook and creates a block for your site. It integrates with Drupal's cron system to simplify the data retrieval process.
Configuration
- Facebook requires you to create an application to retrieve an access token. Go to http://www.facebook.com/developers/ and create an application with the default settings.
- With Twitter, you need to place either the Twitter ID or Twitter User Name.
- Youtube requires a username so once you retrieve that you are ready.
- Foursquare has a different authentication process. It requires you to specify an access token. To retrieve this, you must create an application at https://foursquare.com/oauth/.
This module also creates a block for easy inclusion in your site.
Similar Projects
There are currently no modules that combine all of these APIs. But there are few that do them individually. They include but are not limited to:
- http://drupal.org/project/facebook_stream
- http://drupal.org/project/twitter
- http://drupal.org/project/activitystream_foursquare
Credits
- Socialfeed D6 is originally written by BPI.
- Socialfeed D7, D8 & D9 is originally written & maintained by Hemangi Gokhale.
Project information
- Module categories: Content editing experience, Media, Integrations
- 918 sites report using this module
- Created by BPI on , updated
- Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
D10 compatibility
Development version: 2.0.x-dev updated 23 Jan 2023 at 08:53 UTC