You are here

README.txt in Social media share 8

The social media share module allows the user share
current page to different social media.

Social media share is rendered as block and as field type
as well and you can customize as much
as you can in Configuration page and settings page.

Event subscriber

Module provides an event so that others can develop an event subscriber to modify.
This are the event Subscriber name :-

  social_media.add_more_social_media
  -----------------------------------
  Used for adding your own social media or extend more.
 
  social_media.pre_execute
  -----------------------------------
  Used for modify the configuration array before executing.
 
  social_media.pre_render
  -----------------------------------
  Used for modify element just before rendered.

Check the social_media.api file to see implementation of event subscriber.

Installation
------------
Standard module installation applies.


Configuration
-------------
Configuration page(admin/config/services/social-media)
where you need to set variables for your need of social media.

File

README.txt
View source
  1. The social media share module allows the user share
  2. current page to different social media.
  3. Social media share is rendered as block and as field type
  4. as well and you can customize as much
  5. as you can in Configuration page and settings page.
  6. Event subscriber
  7. Module provides an event so that others can develop an event subscriber to modify.
  8. This are the event Subscriber name :-
  9. social_media.add_more_social_media
  10. -----------------------------------
  11. Used for adding your own social media or extend more.
  12. social_media.pre_execute
  13. -----------------------------------
  14. Used for modify the configuration array before executing.
  15. social_media.pre_render
  16. -----------------------------------
  17. Used for modify element just before rendered.
  18. Check the social_media.api file to see implementation of event subscriber.
  19. Installation
  20. ------------
  21. Standard module installation applies.
  22. Configuration
  23. -------------
  24. Configuration page(admin/config/services/social-media)
  25. where you need to set variables for your need of social media.