[Mediawiki-l] Adding Get Satisfaction widget to Mediawiki

Bobby S bobbys at gmail.com
Sun Apr 12 17:35:08 UTC 2009


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&style=idea',
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



More information about the MediaWiki-l mailing list