chatteranswers:guestsignin

Chatter Answers Sign In and Sign Up buttons. These buttons are accessible only to guest users. Use with other Chatter Answers components to create a customized experience for your Chatter Answers users.

Example 

This example displays the Chatter Answers Guest SignIn component.

1<apex:page showHeader="true">
2                <chatteranswers:guestsignin/>
3            </apex:page>

Attributes 

Attribute NameAttribute TypeDescriptionRequired?API VersionAccess
idStringAn identifier that allows the component to be referenced by other components in the page. 14.0global
renderedBooleanA Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. 14.0global
useUrlRewriterBooleanA flag that rewrites URLs based on the Sites URL Rewriter. 29.0