HI
I suppose to put the following code in functions.php
function add_thumbsup(){
include './thumbsup/init.php';
echo ThumbsUp::css();
echo '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>';
echo ThumbsUp::javascript();
}
add_action('wp_head', 'add_thumbsup');
but it does not behave as expected , Is there is a special format for genesis , or is the code right just like that ?
http://www.mepanorama.com/