User Generated Content
User Generated Content (UGC) allows visitors of your Web site to submit ratings and comments, and to enable your moderators to moderate the submitted comments. This section describes how to install and implement User Generated Content.
Note: UGC does not work in combination with a classic ASP Web site.
- Installing UGC
User Generated Content functionality allows visitors to your Web site to rate your content and leave comments and then manage these ratings and comments. User Generated Content is a module of User Generated Content. This section describes how to install User Generated Content and get it up and running. - UGC validators
Use content validators to validate submitted comments and ratings. You can switch on the default validators in the User Generated Content configuration. You can also create your own custom validation behavior and add it to the User Generated Content configuration. - UGC commands
This section contains all the commands used by User Generated Content. The commands are listed as: TCDL tags, JSP tag library tags, and ASP.NET Server Controls. The commands you use depends on the Web site technology you use. - Content Delivery Web service error handling
If something goes wrong with your Content Delivery Web service call, an exception is raised. The Web service logs this exception and adds it to your Web page's page context variable. - Content Delivery Web service error handling JSP example
JSP example that catches any exception raised by the Web service and displays it on the Web page. - Content Delivery Web service error handling ASP.NET example
ASP.NET example that catches any exception raised by the Web service and displays it on the Web page. - Configuring Claim forwarding to the Community Web service
The User Generated Content application installed on your Web site sends a cookie to the Community Web Service. By default, this cookie is calledTAFContextand contains tracking information only. You can configure various aspects of this mechanism. - UGC configuration reference
cd_ugc_conf.xml specifies scoring threshold and a whitelist for comments. The configuration reference documentation describes the elements and attributes contained in the configuration file.