-
Notifications
You must be signed in to change notification settings - Fork 0
Module for Drupal
paravibe/social_comments
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.