mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
uservoice feedback
This commit is contained in:
@@ -8,5 +8,24 @@
|
||||
<body>
|
||||
<wicket:child />
|
||||
<wicket:container wicket:id="footer-container"/>
|
||||
<wicket:container wicket:id="uservoice">
|
||||
<script>(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/XYpTZZteqS4lHvgrTXeA.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})()</script>
|
||||
<script>
|
||||
UserVoice = window.UserVoice || [];
|
||||
UserVoice.push(['showTab', 'classic_widget', {
|
||||
mode: 'full',
|
||||
default_mode: 'feedback',
|
||||
primary_color: '#000',
|
||||
link_color: '#007dbf',
|
||||
forum_id: 204509,
|
||||
support_tab_name: 'Contact',
|
||||
feedback_tab_name: 'Feedback',
|
||||
tab_label: 'Feedback',
|
||||
tab_color: '#7e72db',
|
||||
tab_position: 'bottom-right',
|
||||
tab_inverted: false
|
||||
}]);
|
||||
</script>
|
||||
</wicket:container>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user