Stream.renderRatingsReviewsWidget

(Difference between revisions)
Jump to: navigation, search
(Created page with "== Description == Renders the Ratings & Reviews Widget within a DOM element. == Usage == stream.renderRatingsReviewsWidget(containerId, options) == Parameters == {| ! a...")
 
(Example)
Line 49: Line 49:
 
   socialid.login.init(134, {loginType: "event"});
 
   socialid.login.init(134, {loginType: "event"});
 
   var stream = socialid.comments.getStream(2, "streamIdentifier");
 
   var stream = socialid.comments.getStream(2, "streamIdentifier");
   stream.renderCommentsWidget("comments-container", {
+
   stream.renderRatingsReviewsWidget("comments-container", {
 
     providers: ["facebook", "gplus", "twitter", "linkedin"]
 
     providers: ["facebook", "gplus", "twitter", "linkedin"]
 
   });
 
   });

Revision as of 14:01, 6 June 2016

Contents

Description

Renders the Ratings & Reviews Widget within a DOM element.

Usage

 stream.renderRatingsReviewsWidget(containerId, options)

Parameters

containerId required Id of the DOM element where the widget will be inserted.
options optional object containing additional parameters.
loadCss optional boolean indicating if the widget should load a CSS file. Default: true.
cssUrl optional URL of an alternative CSS file to be loaded. Default: default theme CSS file.
read_only optional boolean indicating if the widget should not render post creation UI. Default: false.
create_only optional boolean indicating if the widget should not render post list UI. Default: false.
providers optional array of providers to use for login and share. Default: ["facebook", "gplus", "twitter", "linkedin"]
required optional array of required post creation fields. Default: requires at least one of the fields to not be empty.

Example

It renders the Ratings & Reviews Widget within the "comments-container" with Facebook, Twitter, LinkedIn and Google+ available to login:

 socialid.login.init(134, {loginType: "event"});
 var stream = socialid.comments.getStream(2, "streamIdentifier");
 stream.renderRatingsReviewsWidget("comments-container", {
   providers: ["facebook", "gplus", "twitter", "linkedin"]
 });
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox