You are here

README.txt in Social Feed 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Dependencies
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

 - Social Feed 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.

 - PHP SDK for Facebook APIs will allow you to display particular post types,
 pictures, videos of your posts also the date of your post with
 provision to provide number of count.

 - PHP SDK for Instagram APIs will allow you to display pictures from your
 instagram profile with provision to provide number of count to be displayed also
 provision to select the resolution of the image with options

 - PHP SDK for Twitter APIs will allow you get the latest tweets with date
 of your format and provision to provide number of count. Twitter APIs will
 not work locally but only on live sites.

 - 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 the developers and not for the
 non-developers as the default layout of the blocks is plain and in simple text;
 hence if you're aware of working with CSS then this module will work you like a
 charm.
 
DEPENDENCIES
------------

 - Libraries API 2 - https://www.drupal.org/project/libraries
 - X Autoload - https://www.drupal.org/project/xautoload

REQUIREMENTS
------------

 - PHP 5.4
 - PHP Curl Extension
 - Facebook PHP SDK 4 - http://git.io/AM4F
 - Twitter API PHP - http://git.io/AM4x
 - jQInstaPics (Instagram) - http://git.io/AM4j

INSTALLATION
------------

The Social Feed module is very similar to other Drupal modules which require
Libraries and X Autoload Module to use for the 3rd party code integration. Hence
for installation of the Social Feed module please follow the below-mentioned
steps:

 - Download and install the Libraries Module - 2.x and after the module
 installation create a new folder called libraries under your sites/all/ folder.
 (Creating this folder will help us to locate our 3rd party code integration.)

 - Download and install the X Autoload Module

 - Install as usual, see https://www.drupal.org/node/1294804 for further
 information.

 - For Facebook, download the compressed version of Facebook PHP SDK 4 and
 extract the files into sites/all/libraries/facebook/

 - For Twitter, download the compressed version of Twitter API PHP and extract
 the files into sites/all/libraries/twitter/

 - For Instagram, download the compressed version of jQInstaPics and extract the
 files into sites/all/libraries/instagram/

 - Now, in your sites/all/modules/ directory download the Social Feed module
 using GIT clone code 
 git clone --branch 7.x-1.x http://git.drupal.org/project/socialfeed.git.

 - Enable the Social Feed module.

CONFIGURATION
-------------

For installing the module:
 After enabling it, please check your admin/reports/status where there should be
 some new options:
 - For using Facebook: PHP SDK for Facebook APIs v4.0.16 installed
 - For using Twitter: PHP SDK for Twitter APIs v1.1 installed
 - For using Instagram: PHP SDK for Instagram APIs v1.0 installed

For removing the module:
 - Disable the Social Feed module.
 - Uninstall the Social Feed module.
 - Clear Caches.

This module has menu or modifiable settings. There is configuration link for
this which you can access at admin/config/services/socialfeed.

When enabled and configured properly, this module will display the Social Feed
form at admin/config/services/socialfeed, after this step you can use the
blocks from Drupal system to show the feeds from their respective services.

MAINTAINERS
-----------

 - Hemangi Gokhale - https://www.drupal.org/user/2008064/

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Dependencies
  5. * Requirements
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. - Social Feed module provides the user to fetch the data from their respective
  12. Facebook, Twitter, and Instagram profiles and then display them accordingly as
  13. per their requirement using the Drupal block system.
  14. - PHP SDK for Facebook APIs will allow you to display particular post types,
  15. pictures, videos of your posts also the date of your post with
  16. provision to provide number of count.
  17. - PHP SDK for Instagram APIs will allow you to display pictures from your
  18. instagram profile with provision to provide number of count to be displayed also
  19. provision to select the resolution of the image with options
  20. - PHP SDK for Twitter APIs will allow you get the latest tweets with date
  21. of your format and provision to provide number of count. Twitter APIs will
  22. not work locally but only on live sites.
  23. - This module is easy and simple to install and use if the project page
  24. description or the README.txt file is followed correctly.
  25. - This module is highly recommended for the developers and not for the
  26. non-developers as the default layout of the blocks is plain and in simple text;
  27. hence if you're aware of working with CSS then this module will work you like a
  28. charm.
  29. DEPENDENCIES
  30. ------------
  31. - Libraries API 2 - https://www.drupal.org/project/libraries
  32. - X Autoload - https://www.drupal.org/project/xautoload
  33. REQUIREMENTS
  34. ------------
  35. - PHP 5.4
  36. - PHP Curl Extension
  37. - Facebook PHP SDK 4 - http://git.io/AM4F
  38. - Twitter API PHP - http://git.io/AM4x
  39. - jQInstaPics (Instagram) - http://git.io/AM4j
  40. INSTALLATION
  41. ------------
  42. The Social Feed module is very similar to other Drupal modules which require
  43. Libraries and X Autoload Module to use for the 3rd party code integration. Hence
  44. for installation of the Social Feed module please follow the below-mentioned
  45. steps:
  46. - Download and install the Libraries Module - 2.x and after the module
  47. installation create a new folder called libraries under your sites/all/ folder.
  48. (Creating this folder will help us to locate our 3rd party code integration.)
  49. - Download and install the X Autoload Module
  50. - Install as usual, see https://www.drupal.org/node/1294804 for further
  51. information.
  52. - For Facebook, download the compressed version of Facebook PHP SDK 4 and
  53. extract the files into sites/all/libraries/facebook/
  54. - For Twitter, download the compressed version of Twitter API PHP and extract
  55. the files into sites/all/libraries/twitter/
  56. - For Instagram, download the compressed version of jQInstaPics and extract the
  57. files into sites/all/libraries/instagram/
  58. - Now, in your sites/all/modules/ directory download the Social Feed module
  59. using GIT clone code
  60. git clone --branch 7.x-1.x http://git.drupal.org/project/socialfeed.git.
  61. - Enable the Social Feed module.
  62. CONFIGURATION
  63. -------------
  64. For installing the module:
  65. After enabling it, please check your admin/reports/status where there should be
  66. some new options:
  67. - For using Facebook: PHP SDK for Facebook APIs v4.0.16 installed
  68. - For using Twitter: PHP SDK for Twitter APIs v1.1 installed
  69. - For using Instagram: PHP SDK for Instagram APIs v1.0 installed
  70. For removing the module:
  71. - Disable the Social Feed module.
  72. - Uninstall the Social Feed module.
  73. - Clear Caches.
  74. This module has menu or modifiable settings. There is configuration link for
  75. this which you can access at admin/config/services/socialfeed.
  76. When enabled and configured properly, this module will display the Social Feed
  77. form at admin/config/services/socialfeed, after this step you can use the
  78. blocks from Drupal system to show the feeds from their respective services.
  79. MAINTAINERS
  80. -----------
  81. - Hemangi Gokhale - https://www.drupal.org/user/2008064/