This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
Displays a comments module for a given piece of content (feed_item, tweet_item, you_tube_video, etc.)
Caching Considerations
This tag has no caching considerations.
Attributes
name |
type |
required |
description |
content_item |
context variable |
true |
The context variable for the content item that the comments are associated with |
enable_comment_metadata |
boolean |
false |
Whether or not to show metadata with each comment. Defaults to true |
default_share_title |
string |
false |
Default title to use for share window. |
share_image_link |
string |
false |
Link for the image in the share window. |
share_image_url |
string |
false |
URL to the image for the share window. |
Example
{% twitter_feed %}
{% for tweet in twitter_feed.tweet_items %}
<h3>Tweet:</h3>
<p>{{ tweet.title }}</p>
{% content_comments tweet enable_comment_metadata:false %}
{% endfor %}
{% endtwitter_feed %}

FAQ
This tag currently has no FAQ questions.
Related Topics
Below are some of the tags and filters used within the examples.
|