When AEM Communities components are configured with tagging enabled, community members are able to tag the content they post in the publish environment.
The underlying infrastructure for tags applied in the publish environment is the same as for tags applied to content in the author environment, such as pages and assets:
See Administering Tags and Tagging User Generated Content (UGC) for information about creating and managing tags.
See Tagging for Developers for information about the tagging framework as well as including and extending tags in custom applications.
See Using Social Tag Cloud for information for authors on how to add a social tag cloud
component to a page to highlight the tags applied to UGC in the publish environment.
See Tagging Enablement Resources for information on tagging resources for catalogs.
Tagging of UGC may be enabled when configuring a community site or one of the following features:
resourceType | social/commons/components/hbs/tagcloud |
includable | No |
clientllibs | cq.social.hbs.tagcloud |
templates | /libs/social/commons/components/hbs/tagcloud/tagcloud.hbs |
css | /libs/social/commons/components/hbs/tagcloud/clientlibs/tagcloud.css |
properties | See Using Social Tag Cloud |
As of feature pack 1 (FP1), tag searching is performed using tag titles.
Prior to FP1, search was performed using tag ids.