The Telligent Community 7.0 tag social service in this release includes content tagging and #hashtags that allow users to create conversations and draw in other participants' conversations.

Social service

  • The tag service is built deeply into the Telligent user experience in ways you're probably already familiar with, helping to drive discussions - #hashtags and content tagging.
  • The tag service is part of the core functionality of this release.

Social engagement

  • #Hashtags contribute to reputation and content quality scores as well as general standing by increasing views of similarly #hashtagged content.
  • #Hashtags can be indexed by search, and tagged content can be found in search results, encouraging community members to include others' discussions in their comments, replies, post, and status messages.

Taggable content

Taggable content includes:

  • Comments
  • Forum threads
  • Forum replies
  • Blog posts
  • Gallery posts
  • Wiki pages
  • Status messages
  • Applications
  • Groups
  • Users

Social metrics

The number of times an item is tagged enters into content quality calculations.

Community participation

Tagging contributes to community participation by linking discussions within a single group application or across the community and encourages exploration of topics by returning a list of content containing the tag when you click it.

Hashtags in rich text editors are not supported in Internet Explorer 8 and versions backward. They are supported in Internet Explorer 9.

Development

For more information about developing with the like service, see Tags.

Tag service email template APIs

Telligent Community 7.0 includes the following Telligent Evolution 7.0 tag service email template APIs.

Email template associated types

  1. HashTag Email Template API Supplementary Type
  2. Tag Email Template API Supplementary Type
  3. TaggedContent Email Template API Supplementary Type

Email template extensions

  1. $core_v2_hashTag Email Template Extension - Enables email templates to retrieve hash tags.

Tag service In-process APIs

Telligent Community 7.0 includes the following Telligent Evolution 7.0 tag service In-process APIs.

In-process associated types

  1. AggregateTaggedContent In-Process API Supplementary Type
  2. ContentTag In-Process API Supplementary Type
  3. CoreUrlTagOptions In-Process API Supplementary Type
  4. HashTag In-Process API Supplementary Type
  5. HashTagListOptions In-Process API Supplementary Type
  6. Tag In-Process API Supplementary Type
  7. TagAddOptions In-Process API Supplementary Type
  8. TagDeleteOptions In-Process API Supplementary Type
  9. TaggedContentListOptions In-Process API Supplementary Type
  10. TagListOptions In-Process API Supplementary Type
  11. TagRenameOptions In-Process API Supplementary Type
  12. TagsSortOptions In-Process API Supplementary Type
  13. UiTagOptions In-Process API Supplementary Type

In-process API event arguments

  1. TagAfterAddEventArgs In-Process API Event Argument
  2. TagAfterRemoveEventArgs In-Process API Event Argument

In-process API services

  1. RatedItems In-Process API Service
  2. Ratings In-Process API Service
  3. TagAfterAddEventArgs In-Process API Event Argument
  4. TagAfterRemoveEventArgs In-Process API Event Argument
  5. TagBeforeAddEventArgs In-Process API Event Argument
  6. TagBeforeRemoveEventArgs In-Process API Event Argument

Plugin APIs

Telligent Community 7.0 includes the following Telligent Evolution 7.0 tag service plugin APIs.

Plugin associated type

  1. IHashTagController Plugin Supplementary Type

Plugin types

  1. IHashTaggableContentType Plugin Type
  2. ITagBrowseableApplicationType Plugin Type
  3. ITagBrowseableContainerType Plugin Type
  4. ITaggableContentType Plugin Type
  5. ITagModeratingApplicationType Plugin Type

REST endpoints

Telligent Community 7.0 includes the following Telligent Evolution 7.0 tag service REST APIs:

Aggregate Tagged Content REST Endpoint

  1. List Aggregate Tagged Content REST Endpoint - LIST aggregate tagged content.

Aggregate Tags  REST Endpoints

  1. Delete Aggregate Tags REST Endpoint - DELETE an aggregate tag.
  2. List Aggregate Tags REST Endpoint - LIST aggregate tags.
  3. Update Aggregate Tags REST Endpoint - UPDATE an aggregate tag.

Content Tags REST Endpoints

  1. Create Content Tags REST Endpoint - CREATE a content tag or tags on content.
  2. Delete Content Tags REST Endpoint - DELETE a content tag.
  3. List Content Tags REST Endpoint - LIST content tags.
  4. Update Content Tags REST Endpoint - UPDATE a content tag.

Hash Tag REST Endpoint

  1. List Hash Tag REST Endpoint - LIST hash tags.

Related information