TYPO3 is an enterprise-class, open source content management system, used to build and manage websites of all types. One of the great things about TYPO3 is that one can add new types of content elements fairly easily. Say, for instance, a feedback button for your visitors and customers. We are working on a plugin, but in the meantime, here are the needed steps to include Usersnap – the visual bug tracker for web development – into your Typo3 site.
page.footerData.9999 = TEXT
page.footerData.9999.value (
<script type="text/javascript">
(function() {
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = '//api.usersnap.com/load/'+
'YOUR-API-KEY-HERE.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
</script>
)
Make sure your Usersnap snippet is inserted between the two parentheses ()
after page.footerData.9999.value
. The snippet (and the tools available under the feedback button) can be customized using the Usersnap configurator.
Next time you’ll open your Typo3 page, you’ll notice the feedback button. Make sure to try it out and send an annotated screenshot to your inbox (or to the project management / customer service tool, you’ve selected in your Usersnap dashboard). Nifty, huh?
Happy developing!
Release notes aren't just a list of changes—they’re a key touchpoint in the customer journey,…
Product updates aren’t just a box to check—they’re your chance to connect. And a changelog?…
What’s the point of launching a great feature if no one notices? The real magic…
Ever wonder how some companies make product updates feel like the highlight of your day? …
Picture this: You’re in the middle of a hectic workday, balancing strategic decisions with daily…
Ever wish customer feedback came with subtitles? With the right feedback analytics tools, you can…