No commit activity in last 3 years
No release in over 3 years
Makes it easy to add Hotjar analytics tracking code to your Middleman site. Keeps your configuration where it belongs, in `config.rb`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

middleman-hotjar

Build Status Maintainability Test Coverage Gem Downloads Gem Version

Add Hotjar analytics tracking code to your Middleman site!

Installation

  1. Add it to your Gemfile:
gem middleman-hotjar
  1. Activate the extension in your config.rb file:
activate :hotjar do |hj|
  hj.hotjar_id = '1337' # Replace with your site's ID
end
  1. Add the helper method to your layout:
<%= hotjar_tag %>