How do you load multiple Feedback widgets?
We include the Feedback Tab widget across our entire site, but we would also like to include the Feedback Page widget on our "contact us" page. The embed code doesn't seem to handle having multiple widgets loading in the same page. I've searched the site here, and the topic about loading multiple Topic List widgets does not help, as that widget uses very different code to the Feedback widgets.
2
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.
The company marked this question as answered.
-
Inappropriate?does anything in this topic here help with what you'd like to do?
http://getsatisfaction.com/getsatisfa... -
No I'm afraid it doesn't. That help is only useful for Topic Display widgets. The Feedback widget uses very different code so it doesn't work. -
Inappropriate?They both use iframes. The Javascript that renders the iframes helps to manage various attributes and is designed for one feedback widget (of any kind) on a page. However, you can just take the iframe URL it renders and paste it into your own iframe manually. For instance:
http://community.catchthefire.com/cat...
This is the feedback page widget which you can embed in your page by putting it in an iframe. Does that make sense?
The company says
this answers the question
-
Inappropriate?OK, I follow now. I've got this to work:
iframe src="http://community.catchthefire.com/cat..." allowTransparency="true" scrolling="no" frameborder="0" width="660" height="340" style="width: '660'; height: '340';"
Is there a way that I can pass some of the attributes configurable through the Javascript? Really all I need is for it to use style=question.
Loading Profile...



EMPLOYEE