Help get this topic noticed by sharing it on Twitter Twitter, Facebook Facebook, or email.
Kevin Patrick
happy I’m hopeful.

Can the text "Feedback" be modified on the Feedback tab widget?

What options do we have to modify the text on the feedback tab widget?
5 people have
this question
+1
Reply

  • (some HTML allowed)
    How does this make you feel?
    Add Image
    I'm

    e.g. kidding, amused, unsure, silly sad, anxious, confused, frustrated indifferent, undecided, unconcerned happy, confident, thankful, excited

  • Thor EMPLOYEE
    happy I’m confident
    I recently created a setup for a custom tab image with the following code (just replace the path to your image where it says "btn_feedback.gif", and add your company name--as GS knows it--where indicated)


    <style>
    #special_widget {width:39px;margin:0;padding:0;cursor:pointer;overflow:hidden;position:fixed;text-indent:-100000px;top:25%;z-index:100000;left:auto !important; margin-left:-12px !important}
    #special_widget a {display:block;width:39px;}
    #special_widget a:hover {margin-left:4px;}
    #special_widget a.feedback_btn {background:url(btn_feedback.gif) no-repeat;height:91px}
    </style>

    <p style="height:500px;color:white;background:#999999">This is an html page</p>
    <div id="special_widget">
    <a href="#" onclick="feedback_widget.show()" class="feedback_btn"></a>
    </div>

    <script type="text/javascript" charset="utf-8">
    var is_ssl = ("https:" == document.location.protocol);
    var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
    document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
    </script>

    <script type="text/javascript" charset="utf-8">
    var feedback_widget_options = {};
    feedback_widget_options.display = "overlay";
    feedback_widget_options.company = "YOURCOMPANYNAME";
    feedback_widget_options.placement = "hidden";
    feedback_widget_options.color = "#222";
    feedback_widget_options.style = "idea";

    var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
    </script>
  • (some HTML allowed)
    How does this make you feel?
    Add Image
    I'm

    e.g. kidding, amused, unsure, silly sad, anxious, confused, frustrated indifferent, undecided, unconcerned happy, confident, thankful, excited

  • Adam
    I am trying to change the text by using a different image in the widget, but unfortunately the code above doesn't work in IE; neither does the code here:

    http://getsatisfaction.com/getsatisfa...

    Could the image path and size maybe be put into feedback_widget_options? I'm testing with IE 7 & 8 under Windows XP.
  • (some HTML allowed)
    How does this make you feel?
    Add Image
    I'm

    e.g. kidding, amused, unsure, silly sad, anxious, confused, frustrated indifferent, undecided, unconcerned happy, confident, thankful, excited