> ## Documentation Index
> Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Reviews element

> Add social proof with review elements in FunnelFox. Display testimonials, star ratings, and user reviews to boost conversions.

The Reviews element displays customer testimonials to build trust and
credibility at crucial conversion points. By showing real success stories,
you help prospects visualize their own success with your product.

<Frame>
  <img src="https://mintcdn.com/funnelfox/eAWZUr1VelsE4_ka/assets/reviews-params.png?fit=max&auto=format&n=eAWZUr1VelsE4_ka&q=85&s=e78745a0cffa54887d2ee3579cf766a7" alt="Reviews element configuration" width="1920" height="989" data-path="assets/reviews-params.png" />
</Frame>

## When to Use

Strategic placement for maximum impact:

* **Before checkout** - Final trust push
* **After benefits** - Proof it works
* **On paywalls** - Justify the price
* **After objections** - Counter doubts
* **Landing pages** - Build immediate credibility

<Info>
  Reviews near checkout increase conversion by 20-35%. Place them where
  users need final reassurance before committing.
</Info>

## Display Types

Choose your presentation style:

### List View

All reviews visible at once:

* Shows multiple testimonials
* Users can scan quickly
* Better for 2-4 reviews
* Takes more space

### Carousel View

Auto-rotating testimonials:

* Space-efficient
* Continuous movement catches eye
* Better for 5+ reviews
* Adds dynamic element

**Duration** (Carousel only)
Time per review in milliseconds:

* 3000ms (3s) - Quick rotation
* 5000ms (5s) - Comfortable reading
* 7000ms (7s) - Detailed testimonials

<Tip>
  Use carousel for mobile (saves space) and list for desktop (shows more
  social proof at once).
</Tip>

## Creating Reviews

Each review needs:

### Review Title

The main takeaway:

* "Life-changing results!"
* "Best investment ever"
* "Exceeded expectations"

Keep it punchy and benefit-focused.

### Review Text

The actual testimonial:

* 2-3 sentences ideal
* Specific results mentioned
* Emotional language
* Authentic voice

### Author Details

Build credibility:

* Full name or initials
* Location (city, country)
* Role/company (if B2B)
* Photo (if available)

<Note>
  FunnelFox automatically adds 5-star ratings to all reviews. This is
  standard practice as you typically only show positive testimonials.
</Note>

## Writing Effective Reviews

### Specificity Wins

❌ Vague:
"Great product, highly recommend!"

✅ Specific:
"Lost 15 pounds in 6 weeks without feeling hungry. The meal plans are delicious!"

### Results-Focused

❌ Feature-focused:
"The app has lots of features and works well."

✅ Results-focused:
"Doubled my productivity and finally hit my revenue goals."

### Objection Handling

Address common concerns:

* "I was skeptical but..." (doubt)
* "Even as a beginner..." (difficulty)
* "Worth every penny..." (price)
* "Support responded in minutes..." (service)

### Variety Matters

Mix different angles:

1. Results achieved
2. Ease of use
3. Support quality
4. Value for money
5. Transformation story

## Review Templates

### Weight Loss

```
Title: "Down 30 lbs and feeling amazing!"
Text: "I've tried everything, but this actually works. The personalized meal plans made it so easy. My energy is through the roof!"
Author: "Sarah M., Austin TX"
```

### Business/SaaS

```
Title: "ROI in first month"
Text: "Paid for itself in 3 weeks. Saved our team 10 hours per week on reporting. Customer support is incredible."
Author: "David Chen, Marketing Director"
```

### Online Course

```
Title: "From zero to profitable in 60 days"
Text: "The step-by-step system is foolproof. I made my first sale in week 3 and now have a full-time income."
Author: "Maria G., Former Teacher"
```

### App Subscription

```
Title: "Can't imagine life without it"
Text: "This app transformed my morning routine. I'm more focused, productive, and actually enjoy my workouts now."
Author: "James T., New York"
```

## Mobile Optimization

Reviews adapt perfectly to mobile:

**Carousel Benefits**

* Swipe gestures supported
* Full-width testimonials
* Auto-play continues
* Touch to pause

**Responsive Text**

* Readable font sizes
* Proper line heights
* Clear author attribution
* Visible star ratings

**Performance**

* Lazy load images
* Smooth transitions
* Light animations
* Fast rendering

## Psychology of Social Proof

### Trust Signals

Reviews provide:

* **Consensus** - Others succeeded
* **Authority** - Expert endorsement
* **Similarity** - People like me
* **Specificity** - Real results

### Placement Psychology

**Before risk** - Reduce anxiety
**After value** - Confirm worth
**Near CTA** - Final push
**After price** - Justify cost

### Quantity vs Quality

* 3-5 reviews optimal
* Too many = overwhelming
* Too few = insufficient proof
* Quality over quantity

## Advanced Strategies

### Segmented Reviews

Match reviews to user type:

```
For beginners: "Easy to get started..."
For experts: "Advanced features..."
For price-conscious: "Worth every penny..."
```

### Progressive Disclosure

Build trust gradually:

```
Page 1: One powerful testimonial
Page 2: Three varied reviews
Page 3: Full success stories
```

### Video Testimonials

Embed video reviews:

* Higher credibility
* Emotional connection
* Better engagement
* Show real people

### Before/After

Transformation stories:

```
"Before: Struggling with..."
"After: Now I easily..."
Photo evidence if applicable
```

## Common Patterns

### The Trust Sandwich

```
Benefits
↓
Reviews (proof it works)
↓
Call-to-action
```

### The Objection Crusher

```
FAQ addressing concerns
↓
Reviews confirming solutions
↓
Risk-free guarantee
```

### The Success Path

```
Reviews from beginners
↓
Reviews from intermediate
↓
Reviews from advanced
Shows progression possible
```

## Best Practices

### Authenticity

* Use real testimonials
* Include full names when possible
* Add specifics (city, role)
* Avoid stock photos

### Diversity

* Different demographics
* Various use cases
* Range of results
* Multiple benefits

### Credibility Boosters

* Include photos
* Add LinkedIn links
* Show company logos
* Mention timeframes

### Update Regularly

* Fresh testimonials
* Recent dates
* Current results
* Seasonal relevance

## Testing Variables

A/B test these elements:

1. **Display type** - List vs carousel
2. **Number** - 3 vs 5 vs 7 reviews
3. **Rotation speed** - 3s vs 5s vs 7s
4. **Content focus** - Results vs ease
5. **Author details** - Full name vs initials

## Troubleshooting

<AccordionGroup>
  <Accordion title="Carousel not rotating">
    * Check duration is set
    * Verify type is "Carousel"
    * Look for JavaScript errors
    * Test in different browsers
  </Accordion>

  <Accordion title="Reviews not displaying">
    * Ensure reviews are added
    * Check visibility settings
    * Verify no CSS hiding them
    * Test in preview mode
  </Accordion>

  <Accordion title="Text cut off">
    * Shorten testimonial length
    * Adjust container height
    * Check responsive settings
    * Test on mobile devices
  </Accordion>

  <Accordion title="Stars not showing">
    * Stars are automatic
    * Check for theme conflicts
    * Verify element version
    * Clear browser cache
  </Accordion>
</AccordionGroup>

## Conversion Impact

Strategic review placement:

| Placement         | Conversion Increase |
| ----------------- | ------------------- |
| Before checkout   | +20-35%             |
| On pricing page   | +15-25%             |
| After benefits    | +10-15%             |
| Exit intent popup | +8-12%              |

<Note>
  Reviews work best when they address the specific concerns users have
  at that point in the funnel.
</Note>

## Next Steps

* [Add FAQs](/elements/faq) to address remaining concerns
* [Include timer](/elements/timer) for urgency after trust
* [Track impact](/integrations/analytics) with analytics
* [Test variations](/dashboard/experiments) with A/B tests
