I am trying to add the Get Satisfaction widget to Mediawiki. Here is some sample code:
<style type='text/css'>@import url('http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback.css');</style> <script src='http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback.js' type='text/javascript'></script> <script type="text/javascript" charset="utf-8"> var tab_options = {} tab_options.placement = "right"; // left, right, bottom, hidden tab_options.color = "#FFF"; // hex (#FF0000) or color (red) GSFN.feedback('http://getsatisfaction.com/jetblue/feedback/topics/new?display=overlay&s...', tab_options); </script>
Does anyone know how I could do this? I assume there are two routes - one directly in Monobook.php and another as an extension. I'm actually surprised there isn't an extension for this, but could anyone help me out on what to do?
Thanks! Bobby