Integration of feedback tab (uservoice)

Registered by debong

A feedback account/forum has been set up (studentlife.uservoice.com) which enables us to get some feedback from users.

Blueprint information

Status:
Complete
Approver:
debong
Priority:
High
Drafter:
debong
Direction:
Needs approval
Assignee:
Florian Motlik
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
milestone icon alpha1
Started by
debong
Completed by
debong

Related branches

Sprints

Whiteboard

<script type="text/javascript">
var uservoiceOptions = {
  /* required */
  key: 'studentlife',
  host: 'studentlife.uservoice.com',
  forum: '38267',
  showTab: true,
  /* optional */
  alignment: 'left',
  background_color:'#f00',
  text_color: 'white',
  hover_color: '#06C',
  lang: 'en'
};

function _loadUserVoice() {
  var s = document.createElement('script');
  s.setAttribute('type', 'text/javascript');
  s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");
  document.getElementsByTagName('head')[0].appendChild(s);
}
_loadSuper = window.onload;
window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };
</script>

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.