Hi, I'm new to limesurvey, and have little clue what i'm doing!
I managed to get limesurvey installed on my server and created a experiment

What I would like to do is put a twitter button on the very last page (the: End Message) so that people can tweet my experiment link.
So, I put the twitter.com button code in the code of my debrief page...
<script src="
platform.twitter.com/widgets.js" type="text/javascript"></script>
<div>
<a href="
twitter.com/share" class="twitter-share-button"
data-url="
dev.twitter.com/pages/tweet_button"
data-via="DrMiriam"
data-text="Participants needed for online facial expressions experiment"
data-related="anywhere:The Javascript API"
data-count="vertical">Tweet</a>
</div>
However, when I save the page. The code is now stored as this....
<sc><x>ript src="
platform.twitter.com/widgets.js" type="text/javascript">
<div><a data-ur="" data-via="DrMiriam" data-text="Participants needed for online facial expressions experiment" data-related="anywhere:The Javascript API" data-count="vertical"><x>l="
dev.twitter.com/pages/tweet_button" class="twitter-share-button" href="
twitter.com/share" _fcksavedurl="
twitter.com/share">Tweet</x></a></div>
</x></sc></span>
So it seems to be putting wierd tags in the middle of the code. Does anyone have any ideas on how to stop this? It might be v.simple, but I've got no idea what i'm doing

thanks, Miriam