Widget : "Simple Aggregate" Documentation

Widget : "Simple Aggregate" Documentation

Simple Aggregate Documentation

 

For a Page with List of Agents

For a page, like an agent list, where many agents might be displayed at once, you can use this format below.  The .js file needs to only be included once after the <div>’s.  The widget id should stay the same and the username will be dynamic.

Format:

<div id='TestimonialTree_Widget_{widget id}_{username of user #1}'></div>

<div id='TestimonialTree_Widget_{widget id}_{username of user #2}'></div>

<script src='https://www.testimonialtree.com/widgets/?widgetid={widgetID}' type='text/javascript'></script>

<script type="text/javascript">

Example:

<div id='TestimonialTree_Widget_432_crownerealty_2264'></div>

<div id='TestimonialTree_Widget_432_crownerealty.com_2265'></div>

<script src='https://www.testimonialtree.com/widgets/?widgetid=432' type='text/javascript'></script>

<script type="text/javascript">

  • *note the .js includes should be on one line, no line breaks

For a Single User/Widget on Page

This widget code would be used on a user profile page or a page with one widget (used as a template).

Format:

<div id='TestimonialTree_Widget_{widget id}'></div>

<script src='https://www.testimonialtree.com/widgets/?widgetid={widget id}&username={username}' type='text/javascript'></script>

Example:

<div id='TestimonialTree_Widget_432'></div>

<script src='https://www.testimonialtree.com/widgets/?widgetid=432&username=crownerealty_2265' type='text/javascript'></script>

 

    • Related Articles

    • Edit a Widget

      Once you've created a widget, you will have the option of changing a number of different settings particular to that widget.  Note: Depending on your parent account’s permission settings, you may not have access to this feature.  Step 1: From your ...
    • Create a Widget

      Widgets allow you to display testimonials on your website. This article will walk you through setting up a widget.  ​ Note: Depending on your parent account’s permissions, you may not have access to this feature.  Step 1: From the Dashboard, select ...
    • How to Use One Widget for Different Users, Multiple Users, Locations and Teams

      Widget Template Documentation This article is for companies that want to use the same testimonial display widget (widget) on their users' pages. For example, a real estate office might have many agents in the company, all with their own profile ...
    • Advanced Widget Styling (CSS)

      There are a number of settings in the TT widget admin panel to control the look and behavior. If you are looking to change something that isn't a setting option, you can potentially override the style by creating a <style> block above the widget ...
    • Real Estate Webmasters (REW): Integration

      This integration applies to franchises and brokerage level accounts using Real Estate Webmasters (REW) websites. The Testimonial Tree – Real Estate Webmasters (REW) website integration publishes testimonials and third-party reviews on your real ...