You are here

README.txt in Facebook Album 8

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7 README.txt
  3. 7.2 README.txt
Non-displayable characters.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Features
  5. * Requirements
  6. * Setup
  7. * Installation
  8. INTRODUCTION
  9. ------------
  10. * Current Maintainers: Bryan Sharpe , Francis Bailey
  11. * Facebook Album provides a simple block to display public Facebook
  12. Albums in a gallery and optionally using colorbox.
  13. * Only FB Pages will work with this module, not personal profile albums.
  14. Profile albums require that you use an authorized access token (this may eventually be integrated into the module,
  15. but not at this point).
  16. FEATURES
  17. --------
  18. * Include/Exclude Albums
  19. * Limit Albums
  20. * Album Descriptions
  21. * Album Location
  22. * Album width/height
  23. * Photo width/height
  24. REQUIREMENTS
  25. ------------
  26. This module requires the following modules:
  27. * Jquery (https://www.drupal.org/project/jquery_update)
  28. * Colorbox (optional, but preferred) (https://www.drupal.org/project/colorbox)
  29. SETUP
  30. -----
  31. * Enter your Facebook app ID and secret at the modules configuration page: /admin/config/services/facebook_album
  32. * How to create your Facebook App Id and Secret?
  33. Step1 : To start with, navigate your browser to the Facebook Developers page(https://developers.facebook.com/apps).
  34. Step2 : click “Add a New App” and choose website.
  35. Step3 : click “Skip and Create App ID”. Next you will be asked to Create a New App ID and choose a category.
  36. Step4 : After creating new App Id, use can find your App name on dashboard(on left corner). Click on your App name which redirects to your App page.
  37. Step5 : On your App dashboard App Id and secret is available.
  38. * Reference to create App Id and Secret, follow(https://goldplugins.com/documentation/wp-social-pro-documentation/how-to-get-an-app-id-and-secret-key-from-facebook/).
  39. INSTALLATION
  40. ------------
  41. * Install as you would normally install a contributed Drupal module. See:
  42. https://drupal.org/documentation/install/modules-themes/modules-7
  43. for further information.
  44. * Navigate to /admin/configuration/facebook_album or click on the configuration link in the modules page.
  45. Enter in your Page ID, Facebook Application ID, Facebook Application secret and click save configuration. Wherever you display the block
  46. you should now see a list of albums specified from from the Page ID.
  47. MAINTENANCE
  48. -------------
  49. * This project is not actively maintained, but I will try to help
  50. with any bugs/issues/etc.