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?
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?It is actually an image. There are some customization options here: http://getsatisfaction.com/getsatisfa...
-
Inappropriate?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>
I’m confident
The company says
this answers the question
-
Inappropriate?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.
Loading Profile...



EMPLOYEE
