You are here

README.txt in Open Social 7

ABOUT

Module allows to print comments from social networks to pages of your website.
It provides three field formatters:
Google, Twitter and Facebook.

HOW TO USE

First, please, got to configuration page admin/config/system/social-comments.

Each field formatter provides URL field in which you need to paste link to the
post. After that on page where content for the selected field is displayed,
you will see comments being posted (those, that you pasted in URL field).
Just use it as any field in your content.

FEATURES

- caching result
- choose amount of comments to print
- use different templates for different view modes and content types
- integration with Views

TEMPLATE (THEME HOOK) SUGGESTIONS

social-comments-items--[entity_type]
social-comments-items--[bundle]
social-comments-items--[type]
social-comments-items--[type]--[bundle]

[entity_type] - name of entity type. E.g. node, taxonomy_term.
[bundle] - name of bundle. E.g. article, page, tags.
[type] - is a type of a field. E.g. google or facebook.

CREDITS
Developer Max Petyurenko.

File

README.txt
View source
  1. ABOUT
  2. Module allows to print comments from social networks to pages of your website.
  3. It provides three field formatters:
  4. Google, Twitter and Facebook.
  5. HOW TO USE
  6. First, please, got to configuration page admin/config/system/social-comments.
  7. Each field formatter provides URL field in which you need to paste link to the
  8. post. After that on page where content for the selected field is displayed,
  9. you will see comments being posted (those, that you pasted in URL field).
  10. Just use it as any field in your content.
  11. FEATURES
  12. - caching result
  13. - choose amount of comments to print
  14. - use different templates for different view modes and content types
  15. - integration with Views
  16. TEMPLATE (THEME HOOK) SUGGESTIONS
  17. social-comments-items--[entity_type]
  18. social-comments-items--[bundle]
  19. social-comments-items--[type]
  20. social-comments-items--[type]--[bundle]
  21. [entity_type] - name of entity type. E.g. node, taxonomy_term.
  22. [bundle] - name of bundle. E.g. article, page, tags.
  23. [type] - is a type of a field. E.g. google or facebook.
  24. CREDITS
  25. Developer Max Petyurenko.