views:

32

answers:

2

The static page on my site can be edited and written using the textile markup language. Now if I need to include a GetSatisfaction widget or a Wufoo form on the static page, how do I go about it. Adding the widget code as it is doesn't help. Neither does the use of == in the string.

A: 

Have you tried wrapping it in <notextile>these tags</notextile> to temporarily suspend Textile parsing instead of using ==? That would probably be more likely to work, given how fragile == is in the face of embedded scripts.

ssokolow
Tried it. Didn't work. :-(
Nimish
A: 

Ok the problem got solved.

I used the notextile.. extended block and enclosed the JS code in a tag.

Nimish
You'll want to elaborate a bit on what you discovered the problem to be and then give your answer the "Best Answer" checkmark. Otherwise, you'll start building a bad accept rating and people will be less willing to answer your questions. I believe you also get some reputation points for handing out checkmarks and an accomplishment badge for your first self-answer.
ssokolow