Ik heb onlangs op deze code gevonden: http://richardxthripp.thripp.com/tweet-this

<?php
global $id;
echo ‘<a href=”http://twitter.com/home?status=’ . get_bloginfo(’url’) .
‘/?p=’ . $id . ‘” title=”Post to Twitter”>Tweet This Post</a>’;
?>

Nu komt er een PHP fout:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /usr/home/deb19618/domains/takethebox.com/public_html/wp-content/themes/blackwood/receptentemplate.php on line 23

op deze pagina: http://takethebox.com/recepten/

Kan iemand mij vertellen waar het aan ligt?

Groet, Rowin
<?php
global $id;
echo '<a href="http://twitter.com/home?status=' . get_bloginfo('url') . '/?p=' . $id . '" title="Post to Twitter">Tweet This Post</a>';
?>

Reageren