[ad_1]
Hello. I was wondering what the best user experience tools is for WordPress? I’ve seen people talk about HotJar and maybe a couple others (I couldn’t find plugins for them). I’d like to track where people are falling off my website at and fix things so they stay/convert.
TIA
[ad_2]
Yeah hotjar. Just add the js snippet to the site, you don’t need a plugin.
You can paste this in your functions.php file
function add_hotjar_tracking_code() {
?>
REPLACE THIS WITH YOUR JS
<?php
}
add_action(‘wp_head’, ‘add_hotjar_tracking_code’);
Microsoft Clarity is a free heatmap and session recording solution that you can use to watch sessions etc.