case 'buzz': $link = 'http://www.google.com/buzz/post?url='; $toEncode = $ScriptConst_BlogUrl . '?p=' . $post; $result = $link . urlencode($toEncode); /*--------------------------------------------------------*/ $link = '&message='; $toEncode = '#Reading: ' . $oPost->post_title . ' (' . $ScriptConst_BlogUrl . '?p=' . $post . ') via ' . $ScriptConst_BuzzUserName; $result .= $link . urlencode($toEncode); /*--------------------------------------------------------*/ /* $link = '&imageurl='; * $toEncode = '# INSERT Optionale Bild URL #'; * $result .= $link . urlencode($toEncode); */ break;