Created
August 20, 2011 14:53
-
-
Save cblavier/1159197 to your computer and use it in GitHub Desktop.
GetSatisfaction feedback tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%script{:charset => "utf-8", :type => "text/javascript"} | |
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='http://getsatisfaction.com/javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E")); | |
%script{:charset => "utf-8", :type => "text/javascript"} | |
var feedback_widget_options = {}; | |
feedback_widget_options.display = "overlay"; | |
feedback_widget_options.company = "sharypic"; | |
feedback_widget_options.placement = "right"; | |
feedback_widget_options.color = "#5c3e77"; | |
feedback_widget_options.style = "idea"; | |
feedback_widget_options.product = "sharypic_sharypic"; | |
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment