Collect website feedback from clients and colleagues on your Neos site using Marker.io.
This package integrates the Marker.io
javascript snippet into Neos.
- adds Marker.io javascript snippet before the closing body tag
- configure the Marker.io destination
- show Marker.io only to authenticated users (e.g. after website launch)
Run this in your site package
composer require --no-update muensmedia/neos-markerio
Then run composer update
in your project directory.
You can override the default configuration:
Muensmedia:
Neos:
Markerio:
destination: '606450c0bc25e5200845587f'
displayOnlyForAuthenticatedUsers: true
If your website is still in development, and you want to show Marker.io to all users (even unauthenticated users) you can set:
Muensmedia:
Neos:
Markerio:
displayOnlyForAuthenticatedUsers: false
Contributions are very welcome!
Please create detailed issues and PRs.
See License