CINXE.COM
Video Reviews From Your Happy Customers - REVIEWS.io
<!DOCTYPE html><!-- Last Published: Mon Feb 17 2025 17:31:51 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="reviews-io-2.webflow.io" data-wf-page="643809014580119a3a72b869" data-wf-site="642419dd2be643c50e400f66" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>Video Reviews From Your Happy Customers - REVIEWS.io</title><link rel="alternate" hrefLang="x-default" href="https://www.reviews.io/front/video-first"/><link rel="alternate" hrefLang="en" href="https://www.reviews.io/front/video-first"/><link rel="alternate" hrefLang="de" href="https://www.reviews.io/de/front/video-first"/><meta content="Drive sales with customer video reviews. Collect UGC that converts, and invite engaging video testimonials." name="description"/><meta content="Video Reviews From Your Happy Customers - REVIEWS.io" property="og:title"/><meta content="Drive sales with customer video reviews. Collect UGC that converts, and invite engaging video testimonials." property="og:description"/><meta content="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65030090fc50d9f9099ab040_OG-reviews-io.png" property="og:image"/><meta content="Video Reviews From Your Happy Customers - REVIEWS.io" property="twitter:title"/><meta content="Drive sales with customer video reviews. Collect UGC that converts, and invite engaging video testimonials." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65030090fc50d9f9099ab040_OG-reviews-io.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/css/reviews-io-2.b6ba1a446.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["PT Sans:400,400italic,700,700italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Inter:regular,500,700","Poppins:regular,500,600"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64b7d6bbb44da70d8611709f_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64b7d6c4546b9837cc736f93_android-chrome-256x256.png" rel="apple-touch-icon"/><link href="https://www.reviews.io/front/video-first" rel="canonical"/><!-- DO NOT MOVE, FUNCTION FOR GEOLOCATION NEEDS TO BE DEFINED HERE FIRST --> <script> const COUNTRY_CODES = [ "AF", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AP", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "HR", "CU", "CW", "CY", "CZ", "CI", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "KP", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "CS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", "AX", ]; // Geo IP START function geoip(json) { let countrycode = json.country_code; const getip = json.ip; let countryCodeElement = document.getElementById("countryCode"); if (!COUNTRY_CODES.includes(countrycode)) { countrycode = getCountryCode().join(", "); } if (countryCodeElement) { countryCodeElement.value = countrycode; } var body = document.body; countrycode.split(", ").forEach((element) => { body.classList.add(element); }); } // Geo IP END </script> <!-- Google Tag Manager --> <script> var Webflow = Webflow || []; (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-MT52C3C"); </script> <!-- End Google Tag Manager --> <!-- Global site tag (gtag.js) - Google Ads: 982555289 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-982555289" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "G-680KRMGJLX"); </script> <script src="https://reviews.io/cw-assets/js/geolocation.js"></script> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js" ></script> <script> Weglot.initialize({ // Only mandatory value is api_key: api_key: "wg_b20ec553adb54e44e58f45436aff4f3f8", // Exclude some blocks from translation excluded_blocks: [ { value: ".nav-link", }, { value: ".footer-link", }, ], hide_switcher: true, // Automatically redirect visitor by its navigator's language auto_switch: false, }); </script> <script type="text/javascript" src="https://d1b3llzbo1rqxo.cloudfront.net/attributer.js" ></script> <script defer src="https://api.pirsch.io/pirsch-extended.js" id="pirschextendedjs" data-code="UhmMj0hzpQpLgaJv9eUVilmk0IFBhNa1" ></script></head><body><div class="ad-pixels w-embed w-iframe w-script"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MT52C3C" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- LinkedIn Tracking --> <script type="text/javascript"> _linkedin_partner_id = "44062"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=44062&fmt=gif" /> </noscript> <!-- Twitter conversion tracking base code --> <script> !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js', a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); twq('config','o3iz8'); </script> <!-- End Twitter conversion tracking base code --></div><div data-animation="default" data-collapse="small" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav"><div class="row nav"><div class="nav-container"><a href="https://www.reviews.io/" class="logotype w-nav-brand"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6425651c97e0b1158e3920a8_reviewsio-logo.svg" loading="lazy" width="200" alt=""/></a><nav role="navigation" class="nav-menu w-nav-menu"><div class="nav-start"><div class="fill-100 indent-m"><div data-hover="true" data-delay="400" data-w-id="b5206a5c-c6b7-42c0-4b96-0c22986a268d" class="top-nav-dropdown w-dropdown"><div data-w-id="b5206a5c-c6b7-42c0-4b96-0c22986a268e" class="nav-link w-dropdown-toggle"><div class="g-inline-s"><div>Platform</div><div class="top-nav-icon w-icon-dropdown-toggle"></div></div></div><nav class="top-nav-dropdown-list w-dropdown-list"><div class="nav-hero-drop"><div class="section"><div class="wrapper g-stack-3xl wrapper-nav-dropdown"><div class="row hide-mobile"><div class="col lg12"></div></div><div class="row ahe att"><div class="col lg9 md12 c-col-nav-dropdown"><div class="row c-dropdown-mobile c-col-nav-dropdown"><div class="col lg5 md2 sm12 indent-z-mobile"><div class="g-stack-l stack-m full-width"><div class="overline overline-mobile hide-mobile">The Reviews Platform</div><div class="g-stack-s full-width"><a href="/front/company-reviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c346067d7d993832297be_icon-company-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">Company Reviews</div><div class="body-text-xs tc-neutrals-400">Leverage the voice of your customer.</div></div></div></div></a><a href="/front/productreviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64e62895805705f5fcc53c3f_icon-product-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">Product Reviews</div><div class="body-text-xs tc-neutrals-400">Help shoppers make informed decisions.</div></div></div></div></a><a href="/front/sms-reviews" class="dropdown-link-block block-button-mobile full-width w-inline-block"><div class="row ahc"><div class="col lg3 indent-z display-lg"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c369bd90ba5b1bd7343d8_icon-sms-reviews--md--colour.svg" loading="lazy" alt="" class="image-icon-nav"/></div><div class="col lg9 md12 indent-z"><div><div class="headline-link">SMS Invites </div><div class="body-text-xs tc-neutrals-400">Send review campaigns over SMS.</div></div></div></div></a></div></div></div><div class="col lg3 mdl12 indent-s z-gap-mobile indent-z-mobile"><div class="g-stack-xl stack-l full-width c-mobile-block"><div class="overline mobile-nav">Features</div><div class="g-stack-l full-width z-gap-mobile"><a href="/front/attributes" class="headline-link c-mobile-link">Attributes</a><a href="/front/surveys" class="headline-link c-mobile-link">Surveys</a><a href="/front/ugc" class="headline-link c-mobile-link">UGC Galleries</a><a href="/front/ai-review-assistant" class="headline-link c-mobile-link">AI Assistant </a><a href="/front/ai-review-summary" class="headline-link c-mobile-link headline-link-flex w-inline-block"><div class="headline-link">AI Review Summary </div><div class="uui-badge-small-success"><div>New</div></div></a><a href="/front/review-nuggets" class="headline-link c-mobile-link">Review Nuggets</a><a href="/front/flow-review-collection" class="headline-link c-mobile-link">Invitation Flows</a><a href="/front/social-proof" class="headline-link c-mobile-link">Social Proof Banners</a><a href="/front/video-first" aria-current="page" class="headline-link c-mobile-link w--current">Video First Invites</a></div><div></div></div></div><div class="col lg4 md3 mdl12 indent-z-mobile indent-s"><div class="g-stack-l full-width"><div class="overline hide-mobile">Why REVIEWS<span class="lowercase">.io</span></div><div class="g-stack-s stack-m full-width z-gap-mobile"><a href="https://support.reviews.io/en/articles/9185070-review-booster" target="_blank" class="dropdown-link-block block-inline-mobile w-inline-block"><div class="headline-link c-mobile-link">Review Booster</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Quickly gain reviews to boost your rating. </div></a><a href="https://www.reviews.io/front/reputation-management" class="dropdown-link-block block-inline-mobile w-inline-block"><div class="headline-link c-mobile-link">Reputation Manager</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Boost reviews on third-party sites </div></a><a href="/front/google-seller-ratings" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link">Google Seller Ratings Partner</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Lower cpc with stars next to your ads.</div></a><a href="/front/switch-provider" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link">Switch Review Provider</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Make review collection more affordable</div></a><a href="/business-solutions" class="dropdown-link-block block-inline-mobile full-width c-nav-background w-inline-block"><div class="headline-link c-mobile-link">Explore The Reviews Platform </div><div class="body-text-xs tc-neutrals-400 hide-mobile">Discover why our platform is the perfect solution for you.</div></a></div></div></div></div></div><div class="col lg3"><div class="uui-navbar02_dropdown-content-wrapper-3 display-lg"><div class="uui-navbar02_dropdown-blog-item-wrapper-3"><a href="https://www.reviews.io/front/integration-library" class="uui-navbar02_blog-item-5 w-inline-block"><div class="uui-navbar02_blog-image-wrapper-2"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations-p-500.webp 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations.webp 576w" alt="" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/674f0337b259108aa9299a6b_graphic-reviews-topnav-integrations.webp" loading="eager" class="uui-navbar02_blog-image-2"/></div><div class="uui-navbar02_blog-content-2"><div class="uui-navbar02_item-heading-4">Effortless Integrations</div><div class="uui-text-size-small-18 text-style-2lines">REVIEWS.io provides seamless integration with your ecommerce, marketing and loyalty platforms, driving better results.</div></div></a></div></div><div class="nav-ad-wrapper display-lg"><div class="row"></div></div></div></div></div></div><div class="spacer-50 hide-mobile"></div></div></nav></div><div data-hover="true" data-delay="400" data-w-id="34ea87c4-bbbb-afa4-612a-bb1ec743613e" class="top-nav-dropdown w-dropdown"><div class="nav-link w-dropdown-toggle"><div class="g-inline-s"><div>Resources</div><div class="top-nav-icon w-icon-dropdown-toggle"></div></div></div><nav class="top-nav-dropdown-list w-dropdown-list"><div class="nav-hero-drop"><div class="section"><div class="wrapper g-stack-3xl wrapper-nav-dropdown"><div class="row hide-mobile"><div class="col lg12"></div></div><div class="row ahe"><div class="col lg9 md12 c-col-nav-dropdown"><div class="row c-dropdown-mobile"><div class="col lg7 md3 mdl12 no-pad-right indent-z-mobile"><div class="g-stack-l full-width c-mobile-stack-z"><div class="overline hide-mobile">Key Resources<span class="lowercase"></span></div><div class="row"><div class="col lg6 sm12 indent-s no-pad-right c-nav-res"><div class="g-stack-m stack-m full-width c-mobile-stack-z"><a href="/front/customer-success-stories" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c3475bc241c65c41fd458_icon-confetti--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Success Stories</div><div class="body-text-xs tc-neutrals-400 display-lg">Brands growing with reviews </div></div></div></a><a href="https://www.reviews.io/front/integration-library" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6529445f4541ededc8601f66_icon-puzzle--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Integrations </div><div class="body-text-xs tc-neutrals-400 display-lg">Connect the tools from your tech stack</div></div></div></a><a href="/front/about-us" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c3480feb6dbdc46f121a3_icon-crown--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link">About & Careers</div><div class="body-text-xs tc-neutrals-400 display-lg">Team of Talented Individuals </div></div></div></a></div></div><div class="col lg6 sm12 indent-s no-pad-right c-nav-res"><div class="g-stack-m stack-m full-width c-mobile-stack-z"><a href="https://blog.reviews.io/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645bf4335595817c3adb92cf_icon-page-star--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Blog</div><div class="body-text-xs tc-neutrals-400 display-lg">See how brands use our features</div></div></div></a><a href="https://developer.reviews.io/" target="_blank" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c34c3972f2b6e10fa9d37_icon-finger-selection--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Developer API</div><div class="body-text-xs tc-neutrals-400 display-lg">Docs to connect & extend our API</div></div></div></a><a href="/front/partnerships" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="row ahc avl-mobile"><div class="col lg3 indent-z hide-mobile ahc"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642c344c28be3f838373f803_icon-circled-plus-cursor--md--colour.svg" loading="lazy" alt="" class="icon-nav-dropdown"/></div><div class="col lg9 indent-z"><div class="headline-link c-mobile-link stack-s">Become a Partner</div><div class="body-text-xs tc-neutrals-400 display-lg">Join our journey & share the rewards</div></div></div></a></div></div></div></div></div><div class="col lg5 mdl12 no-pad-right indent-z-mobile"><div class="g-stack-l full-width z-gap-mobile"><div class="overline hide-mobile">Find</div><div class="stack-l full-width"><a href="https://support.reviews.io/en/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Support Center</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Step-by-step guides and assistance </div></a><a href="https://updates.reviews.io/" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Product Updates </div><div class="body-text-xs tc-neutrals-400 hide-mobile">The latest product releases & enhancements</div></a><a href="https://agency.reviews.io/directory" class="dropdown-link-block block-inline-mobile full-width w-inline-block"><div class="headline-link c-mobile-link stack-s">Agency Directory</div><div class="body-text-xs tc-neutrals-400 hide-mobile">Partner with a trusted agency</div></a></div></div><div class="g-stack-l full-width hide-mobile"><div class="overline overline-mobile">Popular Support Articles</div><a href="https://support.reviews.io/en/articles/3188180-review-booster" target="_blank" class="headline-link c-mobile-link">How to send a Review Booster</a><a href="https://support.reviews.io/en/articles/4892664-product-reviews-widget" target="_blank" class="headline-link c-mobile-link">Product Reviews Widget</a><a href="https://support.reviews.io/en/articles/4174842-review-imports" class="headline-link c-mobile-link">How to Import Reviews</a></div></div><div class="col lg5 display-lg"></div></div></div><div class="col lg3"><div class="nav-ad-wrapper display-lg"><div class="g-stack-l full-width"><div class="overline display-lg">Latest Podcast<span class="lowercase"></span></div><a href="https://www.buzzsprout.com/1381345" target="_blank" class="nav-image-link g-stack-l w-inline-block"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223-p-500.jpg 500w, https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645e08cd4cbd41d88156944a_223.jpg 600w" alt="" class="image corners-xl"/><div class="body-text-xs tc-neutrals-400">▶ Ep. 25 <br/>Why ugly ads perform better with Callum Devine from CB Social. </div></a></div></div></div></div></div></div><div class="spacer-50 hide-mobile"><div class="no-pad-right"></div></div></div></nav></div><a href="/front/pricingplans" class="nav-link w-nav-link">Pricing</a></div></div><div class="nav-buttons c-mobile-nav-button"><a href="https://dash.reviews.io/login" class="button tertiary size-s display-lg w-button">Log In</a><a href="/lets-chat" class="button ghost-dark size-m w-button">Book Demo</a></div></nav><div class="menu-button w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div><div class="section l"><div class="wrapper g-stack-3xl"><div class="row ahc g-stack-2xl"><div class="col lg5 md6 sm2 avs"><div class="g-stack-xl"><img loading="lazy" width="190" height="Auto" src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64381180b6fe4849b99dc5f2_6065e4a04c6c7c962a2b842d_icon-video--md--colour.svg" alt="" class="icon small dropshadow corners-100"/><h1 class="headline l">Video First Review Invites. </h1><p class="body-text-m">Ramp up your sales by displaying video reviews. Adding customer videos to your website and paid marketing can boost conversions by up to 20%. With our platform, invite customers to share their videos effortlessly.</p><div class="button-group"><a href="/front/pricingplans" class="button primary size-l w-button">Get started</a><a href="/lets-chat" class="button ghost-dark size-l w-button">Book Demo</a></div></div></div><div class="col lg1 display-lg"></div><div class="col lg5 md6 sm2"><div class="bgc-soft-gradient fill-100 inset-xl corners-hero dropshadow relative"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64394f51d34e784798a32b75_Email%20Notification%20Receive.png" loading="lazy" style="opacity:0" data-w-id="c42dcb27-891a-8f80-f9fb-dfc9028f6fd4" alt="" class="img-paralax-points paralax-2"/><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64394f514aca822eeadbd53f_Email%20Notification%20Sent.png" loading="lazy" style="opacity:0" data-w-id="c42dcb27-891a-8f80-f9fb-dfc9028f6fd2" alt="" class="img-paralax-points paralax-1"/><div class="hero-single-vid"><div class="video-individual"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642d80509d1dcd8ac6a07e3a_Client-logo-koh.png" loading="lazy" width="100" alt="" class="image stack-l"/><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:177.76595744680853%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Flb23imlcbx&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Flb23imlcbx&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F672d2e852949bb84a54103eca1a039b0.jpg%3Fimage_crop_resized%3D640x1138&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" scrolling="no" allowfullscreen title="koh-video-review"></iframe></div></div><div class="g-stack-s negative-top"><a href="/front/video-first" aria-current="page" class="button full-width w-button w--current">Video REview</a><a href="/front/sms-reviews" target="_blank" class="button ghost-dark full-width w-button">Text Review</a></div></div></div></div></div><div class="col lg6 display-lg"></div></div></div></div></div><div class="section _2xl"><div class="wrapper g-stack-3xl"><div class="row avc tac"><div class="col lg8 md6 mdl6 sm2 avc ahc"><div class="g-stack-l avc"><div class="overline">Video From Customers</div><h2 class="headline">Gain Video Insights into Your Products</h2><p class="body-text-m">Make use of our video-centric campaigns to request video reviews from your past customers. You can either opt for our pre-designed template video review invitation requests or create your own. Inspire your customers to share captivating review content in video format.</p></div></div></div><div class="holder-block"><div class="moving-block corners-xl"><div class="marquee-horizontal medium-marquee"><div class="marquee-horizontal-css w-embed"><style> .track-horizontal-2 { position: absolute; white-space: nowrap; will-change: transform; animation: marquee-horizontal 50s linear infinite; /* manipulate the speed of the marquee by changing "40s" line above*/ } @keyframes marquee-horizontal { from { transform: translateX(0); } to { transform: translateX(-50%); } } </style></div><div class="track-horizontal-2"><div><div class="collection-list"><div class="medium-marquee"></div></div></div><div class="w-dyn-list"><div role="list" class="collection-list w-dyn-items"><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:133.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2F6db2hoog9x&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2F6db2hoog9x&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2Fc72ddda0220bb9db4a267d49c761af8c.jpg%3Fimage_crop_resized%3D640x852&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="852" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Georgia H.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Looks adorable and fits perfectly. My daughter absolutely loves these!!</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fdwpbcw2v03&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fdwpbcw2v03&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2Fd2064914d1cc4c95a81488901e105876.jpg%3Fimage_crop_resized%3D640x1140&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Natasja V.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Stylish and lightweight shoes made colleagues jealous, mistaking them for sneakers. They're comfortable</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:176.5625%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fo3h8edceww&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fo3h8edceww&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2Feca74e29bc4a670f741b30e8fbbb5edb.jpg%3Fimage_crop_resized%3D640x1130&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1130" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Anon D</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">I treated myself to a Classic SUP as a Christmas present, which I had been wanting for a year. Patrick went above and beyond by replacing the paddle, prompting me to write this review!</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fwzgf5ol1dc&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fwzgf5ol1dc&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F7bd1062183003aa3b2d519dd080bd7e9.jpg%3Fimage_crop_resized%3D640x1140&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Junellen N.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Exciting box of fresh fruit with informative cards for each fruit's origin and ripening instructions. Can't wait to try everything!</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:176.79558011049724%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fhi3pv12lm9&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fhi3pv12lm9&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F50dffcd23b165a9a680d46a8c439ba03.jpg%3Fimage_crop_resized%3D362x640&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="362" height="640" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Adam B.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Absolutely made up with my new exhaust would highly recommend.</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fypktcsopnp&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fypktcsopnp&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F767c31953aae286649135b9cf803f9ee.jpg%3Fimage_crop_resized%3D640x1140&key=c4e54deccf4d4ec997a64902e9a30300&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Phil</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Absolutely thrilled with my new log burner. Fantastic quality at a very affordable price Many thanks Direct Stoves</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fj726gajbzj&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fj726gajbzj&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F408817396714c92a37213843de6f6571.jpg%3Fimage_crop_resized%3D640x1140&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Joanne D.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Excellent service, easy-to-use website, timely delivery, and happy granddaughter. Great service!</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Faxxnvyjve1&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Faxxnvyjve1&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F2316f0584cf7f6036caacb976cef083f.jpg%3Fimage_crop_resized%3D640x1140&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Lynne E.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Purchased three of these biskets for the rescued swans we take in. Perfect!</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:177.77777777777777%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Frvzprk40ns&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Frvzprk40ns&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2Ff42d2497c634822615c4311fc589ab69.jpg%3Fimage_crop_resized%3D720x1280&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="720" height="1280" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Patricia J.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Very pleased with the dog harness, as my dog usually manages to escape from them easily - but not with this one, it works great!</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:177.77777777777777%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fevy7ge9z4p&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fevy7ge9z4p&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F8c1eac18d8821b02d24d0e3f87b2e215.jpg%3Fimage_crop_resized%3D720x1280&key=c4e54deccf4d4ec997a64902e9a30300&type=text%2Fhtml&schema=wistia" width="720" height="1280" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Kristin S.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">The people and staff at the academy have turned my life upside down, they have made me smarter, gentler and more loving. I say THANK YOU from the bottom of my heart.</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2F482bsil420&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2F482bsil420&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F778941aa0b32dc9d1fd2996186bfb878.jpg%3Fimage_crop_resized%3D640x1140&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Insa G.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">A great result! The brush cleans the dirt very well. With the current coat change even the excess winter coat. Very easy to clean. I will definitely order another brush. Thank you for the great product. :smiley:</div></div></div></div><div role="listitem" class="medium-marquee w-dyn-item"><div class="video-individual"><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:178.125%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2F2qja477sx2&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2F2qja477sx2&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F25038c326d03b19ae4428f5462732e1e.jpg%3Fimage_crop_resized%3D640x1140&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" width="640" height="1140" scrolling="no" title="Wistia, Inc. embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div></div></div><div class="g-stack-s"><div class="headline xxs">Kellie G.</div><div class="g-inline-xs ahc"><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="body-text-s white-space-normal display-lg">Arrived quickly & healthy! She is so fun to watch and has the best personality.</div></div></div></div></div></div><div class="w-dyn-list"><div class="w-dyn-empty"><div>No items found.</div></div></div></div></div></div></div></div></div><div class="section l"><div class="wrapper g-stack-3xl"><div class="row avc tac"><div class="col lg8 md6 mdl6 sm2 avc ahc"><div class="g-stack-l avc"><div class="overline">Video UGC</div><h2 class="headline">Auto-Collect Happy Customer Videos</h2><p class="body-text-m">Request UGC from happy customers automatically & access publish-ready content easily. Get notified of new video reviews via email and publish them with a few clicks on your website and social media or share with product teams.</p></div></div></div><div class="row g-stack-2xl"><div class="col lg6 md12"><div class="g-inline-xl"><div class="video-individual"><div class="video-individual-main"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/649c05e806749d63844a6832_Logo-Proline-Skate.png" loading="lazy" width="150" alt="" class="image stack-l"/><div class="video-individual-inner stack-l"><div style="padding-top:180%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fegu84atshz&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fegu84atshz&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F24bf0da4ae6b7bbd0351821df7b407f9.jpg%3Fimage_crop_resized%3D640x1152&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" scrolling="no" allowfullscreen title="Proline Skates - Video Reviews"></iframe></div></div></div><div class="g-stack-s"><div class="g-inline-s ahc"><div class="headline"><strong>Jake B.</strong></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div></div></div><div class="video-individual"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6489d6cc01372e5bca02c9ce_waterdrop-logo.png" loading="lazy" width="150" alt="" class="image stack-l"/><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:177.76595744680853%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fs3ju17e98r&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fs3ju17e98r&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2Fd4f1432cae8a70071c4e07fd8a69d269.jpg%3Fimage_crop_resized%3D640x1138&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" scrolling="no" allowfullscreen title="Waterdrop - Video First Product Review"></iframe></div></div></div><div class="g-stack-s"><div class="g-inline-s ahc"><div class="headline"><strong>Abbie F.</strong></div><div class="verified-reviews w-clearfix"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/6438414574e38f72ce9ac0fe_review-status-badge--verified.svg" loading="lazy" width="20" alt="" class="verified-badge"/></div></div><div class="rating-wrapper g-inline-xs"><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div><div class="star-100"></div></div></div></div></div></div><div class="col lg5 md6 sm2 avs"><div class="g-stack-xl"><div class="tick-list-asset size-s w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor" viewBox="0 0 48 48"> <path d="M28.234 39.245a2.514 2.514 0 0 1-1.843-.768c-.41-.512-.615-1.127-.615-1.843 0-.82.154-1.639.461-2.458l8.14-21.043c.513-1.024 1.025-1.843 1.537-2.458C36.528 9.96 37.5 9.6 38.832 9.6h5.069c.82 0 1.434.307 1.843.922.512.614.666 1.433.461 2.457l-3.38 21.812c-.102 1.228-.511 2.303-1.228 3.225-.717.82-1.792 1.229-3.226 1.229H28.234Zm-24.576 0a2.514 2.514 0 0 1-1.843-.768c-.41-.512-.615-1.127-.615-1.843 0-.82.154-1.639.461-2.458l8.14-21.043c.513-1.024 1.076-1.843 1.69-2.458.615-.716 1.536-1.075 2.765-1.075h5.069c.82 0 1.434.307 1.843.922.512.614.666 1.433.461 2.457l-3.38 21.812c-.102 1.228-.511 2.303-1.228 3.225-.717.82-1.74 1.229-3.072 1.229H3.658Z"/> </svg></div><blockquote class="headline s">Video reviews help us see how these products fit into our customers’ lifestyles and provide much greater insights.</blockquote><div class="g-stack-z"><div class="headline xs">Aris Brauchart</div><div class="body-text-m">Waterdrop - Head of Technology</div></div></div></div></div></div></div><div class="section half-screen w-clearfix"><div class="block-50 avc"><div class="half-screen-content inset-xl"><div class="stack-xl"><div class="overline stack-xl">Easily Create</div><h2 class="headline l stack-l"><strong>Invite Templates For Campaigns</strong></h2><p class="body-text-l">We have already done a lot of the work for you by providing universal templates that feature different talent appropriate for various brands.</p></div></div></div><div class="block-50 bgc-soft-gradient with-background avc"><div class="g-inline-s ahc"><div class="hero-single-vid"><div class="video-individual"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642d804e136b14a4a1720fc4_Client-logo-charlie-hustle.png" loading="lazy" width="100" alt="" class="image stack-l"/><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:177.76595744680853%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Fj29ljp685o&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Fj29ljp685o&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F08651f90eba9ad0b92d4004be6f24f43.jpg%3Fimage_crop_resized%3D640x1138&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" scrolling="no" allowfullscreen title="casual-man-video1-tips"></iframe></div></div><div class="g-stack-s negative-top"><a href="/front/video-first" aria-current="page" class="button full-width w-button w--current">Video REview</a><a href="/front/sms-reviews" class="button ghost-dark full-width w-button">Text Review</a></div></div></div></div><div class="hero-single-vid"><div class="video-individual"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/642d8051d663b2d92f600307_Client-logo-koko-black.png" loading="lazy" width="100" alt="" class="image stack-l"/><div class="video-individual-main"><div class="video-individual-inner stack-l"><div style="padding-top:177.76595744680853%" class="w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Ffast.wistia.net%2Fembed%2Fiframe%2Ff54s8fgdlm&display_name=Wistia%2C+Inc.&url=https%3A%2F%2Freviews-2.wistia.com%2Fmedias%2Ff54s8fgdlm&image=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F484d34147255fc4c342252d85d90b33b.jpg%3Fimage_crop_resized%3D640x1138&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=wistia" scrolling="no" allowfullscreen title="casual-woman-video2-review"></iframe></div></div><div class="g-stack-s negative-top"><a href="/front/video-first" aria-current="page" class="button full-width w-button w--current">Video REview</a><a href="/front/sms-reviews" class="button ghost-dark full-width w-button">Text Review</a></div></div></div></div></div></div></div><div class="section _2xl"><div class="wrapper g-stack-3xl avc"><div class="row avc tac"><div class="col lg8 md6 mdl6 sm2 avc ahc"><div class="g-stack-l avc"><div class="overline">Integrations</div><h2 class="headline">The Final Piece To the Tech-Puzzle.</h2><p class="body-text-m">Integrating with your existing tech to finalize your toolkit. Use the features seamlessly with our integration to enhance your products and services.</p></div></div></div><div class="container-regular g-stack-2xl"><div class="row ahc"><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645371ca971af1051aebfce2_tech-shopify.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645371cd3949ee824cd2a355_Adobe.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65114a6bbdc044295df53b06_Shopware.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645371c9d357a4469bba892c_tech-big-commerce.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645371c8971af1e0d6ebfcd3_tech-attentive.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/65114a6b7de1ae087442d32e_tech--hubspot.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/645371cac1a0e67215418b25_tech-Klaviyo.png" loading="lazy" alt="" class="vise-l"/></div><div class="col lg3 mdl6"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64d21900ad65b1f2f56dd645_Woo-Commerce.png" loading="lazy" alt="" class="brand-logo-group"/></div></div></div></div></div><div class="section xl bgc-soft-gradient stack-l corners-hero hero-indent"><div class="wrapper"><div class="row avc"><div class="col lg8 md6 mdl6 sm2"><div class="content-wrapper"><div class="avc"><div class="tac stack-2xl"><h2 class="headline small-mobile">Collect Customers' Videos to Showcase Their Experiences</h2></div><div class="button-group"><a href="/front/pricingplans-2023" class="button primary size-l w-button">Get started</a><div class="uui-button-wrapper-14 max-width-full-mobile-landscape"><a href="/product-demo" class="button ghost-dark size-l w-inline-block"><div class="uui-button-icon-12 is-icon-large w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div>See It Working</div></a></div></div></div></div></div></div></div></div><footer id="footer" class="footer"><div class="footer-container"><div class="top-footer-block"><a href="https://www.reviews.io/" class="footer-logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64353b5204fc23670f7e01de_reviewsio-logo--inverted.svg" width="200" alt="Reviews.io" class="footer-image"/></a><div class="g-inline-l ahc"><div class="login-signup-footer"><a href="https://www.reviews.io/signup/basic" target="_blank" class="footer-link-text fs-tracking-footer-signup-button">Sign Up</a><div id="w-node-_5dc5bcf0-c371-8d5f-f8fd-fe28b2edacfe-c86ba255" class="footer-link-text">|</div><a href="https://dash.reviews.io/login" target="_blank" class="footer-link-text">Login</a></div><div class="wg-code w-embed w-script"><script> // on Weglot init Weglot.on('initialized', ()=>{ // get the current active language const currentLang = Weglot.getCurrentLang(); // call updateFlagDropdownLinks function updateSW6FlagDropdownLinks(currentLang); }); // for each of the .wg-element-wrapper language links document.querySelectorAll('.wg-element-wrapper.sw6 [lang]').forEach((link)=>{ // add a click event listener link.addEventListener('click', function(e){ // prevent default e.preventDefault(); // switch to the current active language Weglot.switchTo(this.getAttribute('lang')); // call updateDropdownLinks function updateSW6FlagDropdownLinks(this.getAttribute('lang')); }); }); // updateFlagDropdownLinks function function updateSW6FlagDropdownLinks(currentLang){ // get the wrapper element const $wrapper = document.querySelector('.wg-element-wrapper.sw6'); // if the .w-dropdown-toggle is not the current active language if($wrapper.querySelector('.w-dropdown-toggle').getAttribute('lang') !== currentLang){ // swap the dropdown toggle's innerHTML with the current active language link innerHTML const $activeLangLink = $wrapper.querySelector('[lang='+currentLang+']'); const childDiv = $activeLangLink.innerHTML; const $toggle = $wrapper.querySelector('.w-dropdown-toggle'); const toggleDiv = $toggle.innerHTML; $toggle.innerHTML = childDiv; $activeLangLink.innerHTML = toggleDiv; // swap the dropdown toggle's lang attr with the current active language link lang attr const lang = $activeLangLink.getAttribute('lang'); const toggleLang = $toggle.getAttribute('lang'); $toggle.setAttribute('lang', lang); $activeLangLink.setAttribute('lang', toggleLang); } } </script></div></div></div><div class="middle-footer-block"><div class="footer-col"><div class="accordion-item"><div class="accordion__title"><div class="headline xs tc-white-100">How it Works</div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/business-solutions" class="footer-link">Overview</a><a href="/front/pricingplans-2023" class="footer-link">Pricing</a><a href="/front/google-seller-ratings" class="footer-link">Google Seller Ratings</a><a href="https://www.reviews.io/front/integration-library" class="footer-link">Integrations</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba274" class="accordion__title"><div class="headline xs tc-white-100">Reviews Platform</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/company-reviews" class="footer-link">Company Reviews</a><a href="/front/productreviews" class="footer-link">Product Reviews</a><a href="/front/reputation-management" class="footer-link">Reputation Manager</a><a href="/front/review-syndication" class="footer-link">Review Syndication</a><a href="/front/local-reviews" class="footer-link">Local & In-Store Reviews</a></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba28e" class="accordion__title"><div class="headline xs tc-white-100">Features</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/attributes" class="footer-link">Attributes</a><a href="/front/surveys" class="footer-link">Surveys</a><a href="/front/ugc" class="footer-link">UGC</a><a href="/front/ai-review-assistant" class="footer-link">AI Assistant</a><a href="/front/ai-review-summary" class="footer-link">AI Review Summary</a><a href="/front/review-nuggets" class="footer-link">Review Nuggets</a><a href="/front/flow-review-collection" class="footer-link">Invitation Flows</a><a href="/front/sms-reviews" class="footer-link">SMS Invites</a><a href="/front/video-first" aria-current="page" class="footer-link w--current">Video First </a><a href="/front/social-proof" class="footer-link">Social Proof Banners</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2af" class="accordion__title"><div class="headline xs tc-white-100">Loyalty </div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="https://www.influence.io/" class="footer-link">Loyalty & Referrals</a><div class="footer-loyalty-icon"><img src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/64353b5204fc23aecf7e01df_influenceio-favicon.svg" loading="lazy" alt=""/></div></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2bb" class="accordion__title"><div class="headline xs tc-white-100">Resources</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="https://support.reviews.io/" target="_blank" class="footer-link">Support Center</a><a href="https://updates.reviews.io/" target="_blank" class="footer-link">Product Updates</a><a href="/front/customer-success-stories" class="footer-link">Customer Success Stories </a><a href="https://blog.reviews.io/" class="footer-link">Blog</a><a href="https://agency.reviews.io/directory" class="footer-link">Agency Directory</a><a href="https://podcast.reviews.io/" class="footer-link">Podcasts</a></div></div></div><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2d0" class="accordion__title"><div class="headline xs tc-white-100">Other</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/legal/termsconditions" class="footer-link">Terms & Conditions</a><a href="/legal/user-privacy-policy" class="footer-link">Privacy Policy</a><a href="/legal/data-protection" class="footer-link">Data Protection</a><a href="/legal/data-request" class="footer-link">Data Request</a></div></div></div></div><div class="footer-col"><div class="accordion-item"><div data-w-id="6a511334-1240-c6ed-d65e-48f8c86ba2e4" class="accordion__title"><div class="headline xs tc-white-100">Our Company</div><div class="accordion__plus-wrapper"><div class="accordion__bar-vert"></div><div class="accordion__bar-hor"></div></div></div><div class="accordion__content-wrap"><div class="accordion__content"><a href="/front/about-us" class="footer-link">About Us</a><a href="/front/contact-us" class="footer-link">Contact Us</a><a href="https://www.clearer.io/careers" target="_blank" class="footer-link">Careers</a><a href="/front/partnerships" class="footer-link">Become a Partner</a><a href="https://www.reviews.io/front/brand-guidelines" class="footer-link">Brand Guidelines</a><a href="https://www.reviews.io/front/impressum" class="footer-link">Impressum</a></div></div></div></div><div class="footer-newsletter"><div class="accordion__title"><div class="headline xs tc-white-100">Updates </div></div><ul role="list" class="w-list-unstyled"><li class="footer-updates-container"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>Improvements to Auto-Generated Replies</div></a></div><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>Amazon Review Source: Easily Identify Purchases with Tags</div></a></div><div role="listitem" class="w-dyn-item"><a href="https://updates.reviews.io/" class="footer-update-item w-inline-block"><div>New integration with Bloomreach!</div></a></div></div></div></li></ul><div class="accordion__content"><a href="https://updates.reviews.io/" class="footer-link">All Updates</a></div><div class="accordion__title"><div class="headline xs tc-white-100">Social</div></div><div class="spacer-15"></div><div class="social-footer"><a href="https://www.linkedin.com/company/reviews-co-uk/" target="_blank" class="social-btn-2 w-button"></a><a href="https://www.youtube.com/c/ReviewsCoUk" target="_blank" class="social-btn-2 youtube w-button"></a><a href="https://twitter.com/we_are_reviews" target="_blank" class="social-btn-2 twitter w-button"></a><a href="https://www.instagram.com/wearereviews/" target="_blank" class="social-btn-2 instagram w-button"></a></div></div></div><div class="bottom-footer"><div class="powered">Convert more visitors into sales | <a href="https://reviews.io" target="_blank" rel="nofollow" class="webflow-link">REVIEWS.io</a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=642419dd2be643c50e400f66" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/642419dd2be643c50e400f66/js/reviews-io-2.529ba599.14736c31f265e9a2.js" type="text/javascript"></script><!-- NEW GEOLOCATION SCRIPT START --> <script src="https://get.geojs.io/v1/ip/geo.js"></script> <!-- NEW GEOLOCATION SCRIPT END --> <!-- REPLACE DEMO FORM LINKS BASED ON COUNTRY REGION START --> <script> (() => { const blacklistCountryCodes = [ "IN", // India "BD", // Bangladesh "PK", // Pakistan "KZ", // Kazakhstan "TR", // Turkey "EG", // Egypt "NG", // Nigeria "KW", // Kuwait "RU", // Russia "BR", // Brazil "AG", // Antigua and Barbuda "DO", // Dominican Republic "CO", // Colombia "AD", // Andorra "AL", // Albania "AX", // Åland Islands "BA", // Bosnia and Herzegovina "BG", // Bulgaria "BY", // Belarus "CZ", // Czech Republic "EE", // Estonia "FO", // Faroe Islands "GI", // Gibraltar "GR", // Greece "HR", // Croatia "HU", // Hungary "IS", // Iceland "JE", // Jersey "LI", // Liechtenstein "LT", // Lithuania "LV", // Latvia "MC", // Monaco "MD", // Moldova "ME", // Montenegro "MK", // North Macedonia "MT", // Malta "RO", // Romania "RS", // Serbia "SI", // Slovenia "SJ", // Svalbard and Jan Mayen "SK", // Slovakia "SM", // San Marino "UA", // Ukraine "VA", // Vatican City ]; const bookDemoLink = "/lets-chat"; const videoWalkthroughLink = "/product-demo"; window.addEventListener("load", () => { const bodyClasses = document.body.classList; const isMatchingCountry = blacklistCountryCodes.some((code) => bodyClasses.contains(code) ); if (isMatchingCountry) { document.querySelectorAll(`a[href="${bookDemoLink}"]`).forEach((link) => { // Change the link URL link.setAttribute("href", videoWalkthroughLink); link.textContent = "Watch Demo"; }); } }); })(); </script> <!-- REPLACE DEMO FORM LINKS BASED ON COUNTRY REGION END --> <!-- Number Validation import scripts START--> <link href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/css/intlTelInput.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/js/intlTelInput.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/js/utils.min.js"></script> <!-- End Number Validation import scripts END--> <!-- ALL SCRIPT START --> <script> var reviews = window.reviews || {}; reviews.runIntercom = function () { // Intercom CODE START window.intercomSettings = { api_base: "https://honm34jo.intercom-messenger.com", app_id: "honm34jo", }; // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/honm34jo' (function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic("reattach_activator"); ic("update", w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "https://widget.intercom.io/widget/honm34jo"; var x = d.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); }; if (document.readyState === "complete") { l(); } else if (w.attachEvent) { w.attachEvent("onload", l); } else { w.addEventListener("load", l, false); } } })(); const intercomWait = setInterval(function () { var params = new URLSearchParams(window.location.search); if (params.has("open-intercom") && window.Intercom) { window.Intercom("show"); clearTimeout(intercomWait); } }, 500); // Intercom CODE END }; reviews.formChecks = function () { $(function () { // Forms Hidden Input - Page URL Journey var currentURL = window.location.href; // Remove query string parameters var urlWithoutQuery = currentURL.split("?")[0]; var inputId = document.getElementById("PageURL"); inputId.value = urlWithoutQuery; // Check Business Email var emailCheck = false; function emailChecker() { var email = $("#Email").val(); var reg = /^([\w-\. ()+-]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!aol.com)(?!hotmail.co.uk)(?!hotmail.fr)(?!msn.com)(?!yahoo.fr)(?!wanadoo.fr)(?!orange.fr)(?!comcast.net)(?!yahoo.co.uk)(?!yahoo.com.br)(?!yahoo.co.in)(?!live.com)(?!rediffmail.com)(?!free.fr)(?!gmx.de)(?!web.de)(?!yandex.ru)(?!ymail.com)(?!libero.it)(?!outlook.com)(?!uol.com.br)(?!bol.com.br)(?!mail.ru)(?!cox.net)(?!hotmail.it)(?!sbcglobal.net)(?!sfr.fr)(?!live.fr)(?!verizon.net)(?!live.co.uk)(?!googlemail.com)(?!yahoo.es)(?!ig.com.br)(?!live.nl)(?!bigpond.com)(?!terra.com.br)(?!yahoo.it)(?!neuf.fr)(?!yahoo.de)(?!alice.it)(?!rocketmail.com)(?!att.net)(?!laposte.net)(?!facebook.com)(?!bellsouth.net)(?!yahoo.in)(?!hotmail.es)(?!charter.net)(?!yahoo.ca)(?!yahoo.com.au)(?!rambler.ru)(?!hotmail.de)(?!tiscali.it)(?!shaw.ca)(?!yahoo.co.jp)(?!sky.com)(?!earthlink.net)(?!optonline.net)(?!freenet.de)(?!t-online.de)(?!aliceadsl.fr)(?!virgilio.it)(?!home.nl)(?!qq.com)(?!telenet.be)(?!me.com)(?!yahoo.com.ar)(?!tiscali.co.uk)(?!yahoo.com.mx)(?!voila.fr)(?!gmx.net)(?!mail.com)(?!planet.nl)(?!tin.it)(?!live.it)(?!ntlworld.com)(?!arcor.de)(?!yahoo.co.id)(?!frontiernet.net)(?!hetnet.nl)(?!live.com.au)(?!yahoo.com.sg)(?!zonnet.nl)(?!club-internet.fr)(?!juno.com)(?!optusnet.com.au)(?!blueyonder.co.uk)(?!bluewin.ch)(?!skynet.be)(?!sympatico.ca)(?!windstream.net)(?!mac.com)(?!centurytel.net)(?!chello.nl)(?!live.ca)(?!aim.com)(?!bigpond.net.au)([\w-]+\.)+[\w-]{2,4})?$/; if (reg.test(email)) { $(".accountCreateBtn").fadeIn(); $(".accountDemoBtn").fadeOut(); emailCheck = false; return 0; } else { $(".accountCreateBtn").fadeOut(); $(".accountDemoBtn").fadeIn(); $(".error-div").fadeIn().delay(6000).fadeOut(); emailCheck = true; return false; } } $("#Email").blur(emailChecker); Webflow.push(function (emailChecker) { $("#wf-form-GLOBAL-SIGNUP").submit(function (emailChecker) { var localCheck = emailCheck; if (localCheck) { setTimeout(function () { location.href = "https://reviews.io/front/signup-verification"; }, 200); } else { // do nothing } }); }); }); }; reviews.activatePopup = function () { // Popup Form CODE START $("[data-js-target]").hover(function () { showJSFeature($(this)); }); function showJSFeature(source) { var parent = source.closest(".js-expandablefeatures"); $(".isopen", parent).removeClass("isopen"); source.addClass("isopen"); $("img.js-expandablefeatures__image.isvisible", parent).removeClass( "isvisible" ); $( "img.js-expandablefeatures__image.js-" + source.data("js-target"), parent ).addClass("isvisible"); } $(document).ready(function () { function signupUrlCheck() { var url = window.location.href.split("?")[1]; if (url == "openSignUp") { $(".popup-wrapper---signup").css({ display: "flex", opacity: "1" }); } } signupUrlCheck(); }); // Popup Form CODE END }; reviews.enableValidation = function () { // Form number validation CODE START // Check elements exist, returns if not if ( !document.querySelector("#valid-msg") && !document.querySelector("#error-msg") && !document.querySelector(".dialCode") && !document.querySelector("#phone") ) { return 0; } var input = document.querySelector("#phone"), dialCode = document.querySelector(".dialCode"), errorMsg = document.querySelector("#error-msg"), validMsg = document.querySelector("#valid-msg"); var iti = intlTelInput(input, { initialCountry: "us", placeholderNumberType: "FIXED_LINE", preferredCountries: ["us", "gb", "ca", "de", "au", "nz"], // onlyCountries: ['us', 'gb', 'ca', 'de', 'at', 'au', 'nz'], }); var updateInputValue = function (event) { dialCode.value = "+" + iti.getSelectedCountryData().dialCode; }; input.addEventListener("input", updateInputValue, false); input.addEventListener("countrychange", updateInputValue, false); var errorMap = [ "Invalid number", "Invalid country code", "Number too short", "Number too long", "Invalid number", ]; var reset = function () { input.classList.remove("error"); errorMsg.innerHTML = ""; errorMsg.classList.add("hide"); validMsg.classList.add("hide"); }; input.addEventListener("blur", function () { reset(); if (input.value.trim()) { if (iti.isValidNumber()) { validMsg.classList.remove("hide"); } else { input.classList.add("error"); var errorCode = iti.getValidationError(); errorMsg.innerHTML = errorMap[errorCode]; errorMsg.classList.remove("hide"); } } }); input.addEventListener("change", reset); input.addEventListener("keyup", reset); // Form number validation CODE END }; reviews.init = function () { reviews.runIntercom(); reviews.formChecks(); reviews.activatePopup(); reviews.enableValidation(); }; reviews.init(); /////////////////////////////// // Pop-Up and URL Functions // /////////////////////////////// // Open Pop up with URL parameter | onclick function function showFormPopup() { $(".popup-wrapper").css({ display: "flex", opacity: "1" }); } // Trigger Pop Up Via URL String ?openSignUp function signupUrlCheck() { var url = window.location.href.split("?")[1]; if (url == "openSignUp") { showFormPopup(); } } signupUrlCheck(); // Trigger Popup: Button click $(".js-open-popup-form").click(function () { showFormPopup(); }); </script> <script> setTimeout(function () { if (!window.location.href.match(/www\.reviews\.(io|local|co\.uk)\/?$/i)) { window["_fs_host"] = "fullstory.com"; window["_fs_script"] = "edge.fullstory.com/s/fs.js"; window["_fs_org"] = "o-1GYYY0-na1"; window["_fs_namespace"] = "FS"; (function (m, n, e, t, l, o, g, y) { if (e in m) { if (m.console && m.console.log) { m.console.log( 'FullStory namespace conflict. Please set window["_fs_namespace"].' ); } return; } g = m[e] = function (a, b, s) { g.q ? g.q.push([a, b, s]) : g._api(a, b, s); }; g.q = []; o = n.createElement(t); o.async = 1; o.crossOrigin = "anonymous"; o.src = "https://" + _fs_script; y = n.getElementsByTagName(t)[0]; y.parentNode.insertBefore(o, y); g.identify = function (i, v, s) { g(l, { uid: i }, s); if (v) g(l, v, s); }; g.setUserVars = function (v, s) { g(l, v, s); }; g.event = function (i, v, s) { g("event", { n: i, p: v }, s); }; g.anonymize = function () { g.identify(!!0); }; g.shutdown = function () { g("rec", !1); }; g.restart = function () { g("rec", !0); }; g.log = function (a, b) { g("log", [a, b]); }; g.consent = function (a) { g("consent", !arguments.length || a); }; g.identifyAccount = function (i, v) { o = "account"; v = v || {}; v.acctId = i; g(o, v); }; g.clearUserCookie = function () {}; g.setVars = function (n, p) { g("setVars", [n, p]); }; g._w = {}; y = "XMLHttpRequest"; g._w[y] = m[y]; y = "fetch"; g._w[y] = m[y]; if (m[y]) m[y] = function () { return g._w[y].apply(this, arguments); }; g._v = "1.3.0"; })(window, document, window["_fs_namespace"], "script", "user"); } }, 5000); </script> <!-- ALL SCRIPT END --> <!-- ALL STYLE START --> <style> ::selection { background: #fffb00; } .SearchComponent ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #444; opacity: 1; /* Firefox */ } .SearchComponent :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #444; } .link-feature-image .feature-icon-link { opacity: 0; } .link-feature-image:hover .feature-icon-link { opacity: 1; } .field .input:not(:placeholder-shown) + .field-label, .field .input:not(:placeholder-shown) + ul + .field-label { opacity: 1; transform: translateY(0px); } .field .field-label { pointer-events: none; text-overflow: ellipsis; user-select: none; white-space: nowrap; z-index: 1; } .c-pdf { border-image: linear-gradient(90deg, #15d5ce, #ffa9ee) 1; border-width: 4px; border-style: solid; } #valid-msg { color: #11b1a7; } #error-msg { color: #f43f5e; } .iti__country-list { z-index: 11; } .iti { display: block; } .msg-error, .msg-valid { background: rgb(244 63 94 / 15%); padding: 7px 10px 3px; height: 32px; margin-top: -4px; } .msg-valid { background: rgb(17 177 167 / 15%); } .iti-mobile .iti--container { z-index: 99999; } /* ExpandableFeatures CODE END */ .w-webflow-badge { display: none !important; } /* .w-dropdown-list { display: inherit; opacity: 0 !important; transition: opacity 0.3s ease; height: 0; overflow: hidden; } .w-dropdown-list.w--open { opacity: 1 !important; z-index: 9999; height: auto; overflow: inherit; } */ .body.home { background-attachment: fixed; background: radial-gradient( rgba(175, 255, 250, 1) 0%, rgba(255, 207, 196, 1) 20%, rgba(187, 149, 230, 1) 40%, rgba(175, 255, 250, 1) 60%, rgba(255, 207, 196, 1) 80%, rgba(187, 149, 230, 1) 100% ); animation: c-animationGradientBgs 58s ease infinite; background-size: 6000px 6000px; animation-direction: alternate; } @keyframes c-animationGradientBgs { 0% { background-position: 0; } 100% { background-position: -6000px top; } } .field .input:not(:placeholder-shown) + .field-label, .field .input:not(:placeholder-shown) + ul + .field-label { opacity: 1; transform: translateY(0px); } .field .field-label { pointer-events: none; text-overflow: ellipsis; user-select: none; white-space: nowrap; z-index: 1; } @keyframes animatedBackground { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } } .about-hero-container { animation: animatedBackground 80s linear infinite; } .w-nav-overlay { background: rgb(0 0 0 / 20%); transition: background-color 0.5s ease; z-index: 9999; top: auto; } html[lang="de"] .headline { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } [data-tooltip] { cursor: help; position: relative; font-size: 0.75rem; z-index: 9; } [data-tooltip]::before, [data-tooltip]::after { left: 50%; opacity: 0; position: absolute; z-index: -100; } [data-tooltip]:hover::before, [data-tooltip]:focus::before, [data-tooltip]:hover::after, [data-tooltip]:focus::after { opacity: 1; z-index: 100; } [data-tooltip]::before { border-style: solid; border-width: 5px 8px 0 8px; border-color: rgb(0 0 0 / 85%) transparent transparent transparent; bottom: 100%; content: ""; margin: 0; left: 4px; top: -4px; transition: all 0.2s ease-in-out; } [data-tooltip]::after { background: rgb(0 0 0 / 75%); border-radius: 6px; bottom: 120%; color: #ffffff; content: attr(data-tooltip); margin: 0; left: 0; right: 0; transform: translateX(-44%); padding: 10px; transition: all 0.2s ease-in-out; width: 180px; pointer-events: none; /* Set the tooltip to be right aligned */ font-size: 11px!important; background-color: rgba(0, 0, 0, 0.9)!important; width: 140px!important; left: auto!important; right: -10px!important; margin: 0!important; transform: none!important; } </style> <!-- ALL STYLE END --> </body></html>