Hi,
the manual insertion code only works when display is NOT set to "manual".
I used this code to insert:
<?php if (function_exists('twitter_update')) echo twitter_update($content);?>
Any ideas?
Addition: Think, I got it... used the wrong function, should be:
<?php if (function_exists('twitter_generate_button')) echo twitter_generate_button();?>
Best regards
Tom