<?php /** * Header file for the Twenty Twenty WordPress default theme. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Twenty * @since Twenty Twenty 1.0 */ ?><!DOCTYPE html> <html class="no-js" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0" > <link rel="profile" href="https://gmpg.org/xfn/11"> <link href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/slider.css" rel="stylesheet" id="bootstrap-css"> <script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/js/jquery-1.11.1.min.js"></script> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <link href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/bootstrap.min.css" rel="stylesheet"> <link href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/doc.css" rel="stylesheet"> <link href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/fonts.css" rel="stylesheet"> <link href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/font-awesome.css" rel="stylesheet"> <link href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/owl.carousel.css" rel="stylesheet"> <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/animate.css" /> <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/polyglot-language-switcher.css" /> <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/addSlider.css" /> <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/fastselect.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"><!-- required update for modal pop-up --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script><!-- optional: see if there's no conflict --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script><!-- optional: see if there's no conflict --> <?php wp_head(); ?> <?php $header_code = get_field('header_code'); if($header_code){ echo $header_code; } ?> </head> <body <?php body_class(); ?>> <div class="top_sec <?php if(!is_front_page()){ ?>innerpagtop<?php } ?>"> <?php $announcement_content = get_field('announcement_content','option'); $announcement_enable = get_field('announcement_enable','option'); if($announcement_enable){ ?> <div class="headerblue" id="div-to-toggle"> <div class="container"> <?php echo $announcement_content; ?> </div> <a href="#" class="closea" id="close-btn">×</a> </div> <?php } ?> <header class="header_sec wow fadeInDown <?php if(!is_front_page()){ ?>innrpghead<?php } ?> <?php if(is_single() || is_category() || is_author()){ ?>nobanheader<?php } ?>" data-wow-duration="1.2s"> <div class="container"> <nav class="navbar navbar-expand-lg navbar-light nav_top"> <?php $logo_image = get_field('logo_image','option'); if($logo_image){ ?> <a class="navbar-brand" href="<?php echo home_url(); ?>"><img src="<?php echo $logo_image; ?>" alt="logo" /></a> <?php } ?> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="collapse navbar-collapse besktopmenu" id="navbarSupportedContent"> <ul class="navbar-nav menu_sec"> <li class="dropdown"><strong><a href="#url">Notifications</a> <span class="dropdown-toggle drop-arw" data-toggle="dropdown"><i class="fa fa-angle-down" aria-hidden="true"></i></span></strong> <ul class="dropdown-menu"> <li> <ul> <li class="clr1"> <a href="/live-conversion/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon01.png" alt="" /></div> <div class="menu_txt"><b>Live Conversion</b> <p>Display recent sign-ups and purchases.</p></div> </a> <a href="/low-stock/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon02.png" alt="" /></div> <div class="menu_txt"><b>Low Stock</b> <p>Display real-time inventory to add urgency and increase conversions.</p></div> </a> <a href="/urgency/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon03.png" alt="" /></div> <div class="menu_txt"><b>Urgency</b> <p>Encourage customers to buy sooner than later for discounts or to receive an order by a certain date.</p></div> </a> <a href="/timer/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon04.png" alt="" /></div> <div class="menu_txt"><b>Timer</b> <p>Add a countdown timer for a time-sensitive offer.</p></div> </a> <a href="/reviews-ratings/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon05.png" alt="" /></div> <div class="menu_txt"><b>Review/Rating</b> <p>Display customer reviews and ratings from from sites like Capterra and G2.</p></div> </a> </li> <li class="clr2"> <a href="/live-visitors/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon06.png" alt="" /></div> <div class="menu_txt"><b>Live Visitors</b> <p>Display number of visitors for a given time period.</p></div> </a> <a href="/inline-text/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon07.png" alt="" /></div> <div class="menu_txt"><b>In-Line Text</b> <p>Display social proof and urgency text anywhere on your page.</p></div> </a> <a href="/announcement/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon08.png" alt="" /></div> <div class="menu_txt"><b>Announcement</b> <p>Create a special announcement that showcases a new feature or promotion.</p></div> </a> <a href="/callback/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon09.png" alt="" /></div> <div class="menu_txt"><b>Callback</b> <p>Encourage visitors to request a callback.</p></div> </a> <a href="/social/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon10.png" alt="" /></div> <div class="menu_txt"><b>Social</b> <p>Increase your social presence by encouraging users to follow you.</p></div> </a> </li> <li class="clr3"> <a href="/coupon/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon11.png" alt="" /></div> <div class="menu_txt"><b>Coupon</b> <p>Display coupon codes to help increase conversions.</p></div> </a> <a href="/video/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon12.png" alt="" /></div> <div class="menu_txt"><b>Video</b> <p>Display targeted video messages, tutorials and demos.</p></div> </a> <a href="/optin/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon13.png" alt="" /></div> <div class="menu_txt"><b>Opt-in</b> <p>Build your email list by asking users to join your newsletter or sign-up for premium content.</p></div> </a> </li> </ul> </li> </ul> </li> <li class="dropdown"><strong><a href="#url">Use Cases</a> <span class="dropdown-toggle drop-arw" data-toggle="dropdown"><i class="fa fa-angle-down" aria-hidden="true"></i></span></strong> <ul class="dropdown-menu"> <li> <ul> <li class="clr1"> <a href="/agencies/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon14.png" alt="" /></div> <div class="menu_txt"><b>Agencies</b> <p>Sell conversion optimization as a service and manage client's Provely campaigns. </p></div> </a> <a href="/ecommerce/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon15.png" alt="" /></div> <div class="menu_txt"><b>E-commerce</b> <p>Generate more sales, free trial sign-ups and bookings for your Ecommerce business.</p> </div> </a> <a href="/real-estate/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon17.png" alt="" /></div> <div class="menu_txt"><b>Real Estate</b> <p>Create more home buying opportunities and close more deals.</p></div> </a> <a href="/saas-software/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon18.png" alt="" /></div> <div class="menu_txt"><b>Software & SaaS</b> <p>Increase free trials, demo bookings, sales calls and more.</p></div> </a> <a href="/travel/" class="menu_box"> <div class="menu_icon"><img src="<?php echo get_stylesheet_directory_uri(); ?>/assets/images/menuicon19.png" alt="" /></div> <div class="menu_txt"><b>Travel</b> <p>Generate more travel bookings for your auto, airline, real estate and boat business.</p></div> </a> </li> </ul> </li> </ul> </li> <li> <a href="/pricing/">Pricing</a> </li> </ul> <?php $sign_in_link = get_field('sign_in_link','option'); $try_it_free_link = get_field('try_it_free_link','option'); if($sign_in_link || $try_it_free_link){ ?> <ul class="top_btn besktopmenu"> <?php if($try_it_free_link){ ?> <li class="slct"><a href="<?php echo $try_it_free_link; ?>">Get Started Free</a></li> <?php } ?> <?php if($sign_in_link){ ?> <li><a href="<?php echo $sign_in_link; ?>"><i class="fa fa-lock" aria-hidden="true"></i> Login</a></li> <?php } ?> </ul> <?php } ?> </div> <div class="collapse navbar-collapse mobilemenu" id="navbarSupportedContent"> <ul class="navbar-nav menu_sec"> <?php if($try_it_free_link){ ?> <li class="slct"><a href="<?php echo $try_it_free_link; ?>">Get Started Free</a></li> <?php } ?> <?php if($sign_in_link){ ?> <li><a href="<?php echo $sign_in_link; ?>"><i class="fa fa-lock" aria-hidden="true"></i> Login</a></li> <?php } ?> <li class="dropdown"><a href="#url"><strong>Notifications</strong></a><span class="dropdown-toggle drop-arw" data-toggle="dropdown"><i class="fa fa-angle-down" aria-hidden="true"></i></span> <ul class="dropdown-menu"> <li><a href="/notification-live-conversion/">Live Conversion</a></li> <li><a href="/notification-low-stock/">Low Stock</a></li> <li><a href="/notification-urgency/">Urgency</a></li> <li><a href="/notification-timer/">Timer</a></li> <li><a href="/notification-reviews-ratings/">Review/Rating</a></li> <li><a href="/notification-live-visitors/">Live Visitors</a></li> <li><a href="/notification-inline-text/">In-Line Text</a></li> <li><a href="/notification-announcement/">Announcement</a></li> <li><a href="/notification-callback/">Callback</a></li> <li><a href="/notification-social/">Social</a></li> <li><a href="/notification-coupon/">Coupon</a></li> <li><a href="/notification-video/">Video</a></li> <li><a href="/notification-optin/">Opt-in</a></li> </ul> </li> <li class="dropdown"><a href="#url"><strong>Use Cases</strong></a> <span class="dropdown-toggle drop-arw" data-toggle="dropdown"><i class="fa fa-angle-down" aria-hidden="true"></i></span> <ul class="dropdown-menu"> <li><a href="/use-case-agencies/">Agencies</a></li> <li><a href="/use-case-ecommerce/">E-Commerce</a></li> <li><a href="/use-case-realestate/">Real Estate</a></li> <li><a href="/use-case-saas/">Software & SaaS</a></li> <li><a href="/use-case-travel/">Travel</a></li> </ul> </li> <li><a href="/pricing/">Pricing</a></li> <!-- <li class="dropdown"><a href="#url"><strong>Resources</strong></a><span class="dropdown-toggle drop-arw" data-toggle="dropdown"><i class="fa fa-angle-down" aria-hidden="true"></i></span> <ul class="dropdown-menu"> <li><a href="#">Blog</a></li> <li><a href="#">Case Studies</a></li> <li><a href="#">Whitepapers</a></li> </ul> </li> --> </ul> </div> </nav> </div> </header>

20,000+ websites use Provely to convert
visitors into leads and sales.

Choose From 13 Different Notification Types

Increase Engagement and Conversions with Psychological Triggers.

Mix-And-Match With Streams

Create a customized experience by displaying a sequence of notifications during your visitors journey on your ecommerce site.

Get Started Now

Have Your Live Conversion Notifications Up & Running in 60 Seconds

  • Steps 1

    Select your conversion type.

  • Steps 2

    Choose your display & design options.

  • Steps 3

    Install the Provely script or pick an integration.

Watch Provely In Action

Create Your Provely Account  

Display Real-Time Data to Your Prospects and Customers

Integrate Seamlessly With Your Existing Website and Apps.

Provely works perfectly with your marketing stack. Copy and paste a script or install one of our native integrations.

CMS

Ecommerce

For Developers

Form/Survey Builders

Memberships / Online Learning

Page Builder

Review Sites

Customize And Personalize Experience

No matter your goals. No matter your industry. Provely Can Boost Your Conversions in Minutes.

Goals
  • Increase Conversion Rates
  • Generate More Leads
  • Build Trust
  • Improve Customer Experience

Ben Willson

“We just installed Provely on a clients site this week and quadrupled our leads in the first day"

Ben Willson

Charles Livingston

"Our coffee company started adding Provely to our pages to inject scarcity that others were buying more than 1 bag of our coffee beans - it resulted in 23% more people purchasing additional bags."

Charles Livingston

CEO and Founder of Lifeboost Coffee

Phil Benham

"We started adding Provely notifications to all of our lead generation and sales pages. BOOM! Like the flip of a light switch, we were consistently seeing 12-18% increases"

Phil Benham

Creator of Ignition Hub
Boost conversions and sales with social proof.

Start Adding Social Proof To Your Website Today.

  • Increase Conversions
  • 60 second setup
  • Cancel Anytime

Frequently Asked Questions

We know you have some questions in mind. We tried to list the most common ones. If your question is not listed here, then please contact us.

Provely leverages a psychological trigger called "the fear of missing out" or better known as "FOMO". Provely notifications were designed to inject social proof, urgency and credibility to help boost trust, leads and sales.
No. Provely was built for even those who have no tech knowledge. All you need to do is follow the simple wizard to create your widget. Then paste the code that we provide to you on your website.
Yes. Provely works with any site, no matter what page builder you used or custom HTML that it was coded in. As long as you can paste the Provely code onto the website, it will work.
Provely works with ANY niche market. E-Commerce, Software and SaaS, Coaches, Marketing Agencies, Real-Estate businesses, Travel sites, Information Product Owners... you name it! Provely can increase conversions for any and all types of online businesses.
No. Provely was developed with clean, lightweight code that will not slow down the speed of your website.
This varies depending on the plan that you choose. With our most popular Ultimate Plan, you can use Provely on an UNLIMITED number of sites.