I have build in it on my pagebut it dosent work correct
images will not be shown and the links goning to a error page (page not found)
I have google for a solution but give up . I have also try all known infusions and panels but none will work in PHP F 9.
can anyone help? i found a facebook developer page but sorry i understand that https://developers.facebook.com/docs/...are-button
here my code:
CodeDownload
openside("<div class='well clearfix'><strong>SOCIAL SHARING</strong></div>");
$settings = fusion_get_settings();
echo "<div style='text-align:center'>\n";
$link = $settings['siteurl'].str_replace("../","",INFUSIONS)."figurelib/figure.php?figure_id=".$_GET['figure_id'];
echo "<a href='http://www.facebook.com/share.php?u=".$link."' target='_blank'><img alt='Facebook' src='".INFUSIONS."figurelib/images/facebook.png' border='0'></a> \n";
echo "<a href='http://twitter.com/share?url=".$link."' target='_blank'><img alt='Twitter' src='".INFUSIONS."figurelib/images/twitter.png' border='0'></a> \n";
echo "<a href='http://digg.com/submit?url=".$link."' target='_blank'><img alt='Digg' src='".INFUSIONS."figurelib/images/digg.png' border='0'></a> \n";
echo "<a href='http://reddit.com/submit?url=".$link."' target='_blank'><img alt='Reddit' src='".INFUSIONS."figurelib/images/reddit.png' border='0'></a> \n";
echo "<a href='http://del.icio.us/post?url=".$link."' target='_blank'><img alt='Del.icio.us' src='".INFUSIONS."figurelib/images/delicious.png' border='0'></a> \n";
echo "</div>\n";
closeside();