Widget suggestions
I just added the widget to my site MyHomie.com, and I think it's great, but I'd prefer that links to Satisfaction's site be loaded in a new browser window so my users don't lose their spot on my site.
Thanks!
Michael
Thanks!
Michael
4 people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
-
Inappropriate?Good suggestion, mkane. I know there's no easy way to do this now but I believe future generations of the widget will have a lot more features you can control.
One of our developers may have a suggestion for how you can hack this in the meantime...
I’m a fan of the "target=_blank" attribute
-
Inappropriate?Try at your own risk:
Our widget consists of two js files served from getsatisfaction.com. One is all the code that controls the fetching and population of the widget (widgets.js), the other is the data that is plugged into it. What you can do right now to customize the markup is to create a local copy of our control javascript on your own server and edit the markup template that's used to populate the widget.
The important part of widgets.js to edit is excerpted below:
gsfn_topic_list = {
open_tag: '<ul class="gsfn_topic_list">',
item: '<li class="gsfn_#{style}"><a href="#{url}" class="gsfn_link">#{subject}</a><span class="time">#{date}</span><div class="gsfn_summary">#{summary}</div></li>',
...
You could add a target="_blank" attribute to the <a> tag in your own copy of widgets.js to achieve your goal.
I’m codified
-
Inappropriate?heh, had to edit that a few times to get it to come out looking right.
I’m thinking we need a preview mode
-
Inappropriate?Those would work if the href attribute started with "http://" but right now they are broken links to nonexistent pages on our site.
I’m still thankful for the example
1 person thinks
this is one of the best points
Loading Profile...



EMPLOYEE

