I try to use the plug-in multifeedsnap to leech content via RSS to my blog. But I have trouble getting this plug-in to work outside of a post or a page, since I only know the code with brackets. My header.php doesn't know what to do with this brackets so it's just displayed as text.
According to the documentation I should use:
[feedsnap, 8]feedurl[/feedsnap]
Then I thought it would be possible to use
<?php
if (function_exists('multifeedsnap_function'))
{ multifeedsnap_function("[feedsnap, 4]http://wordpress.com/tag/hot-blogger-bracket/feed/[/feedsnap]"); }
?>
to activate the plug-in in my header. But it doesn't work. Any thoughts?