getAckunaCode() . $content; } } // Get the actual button code. function getAckunaCode () { $ackuna_code = '
'; return $ackuna_code; } // Remove (what's left of) our button code from excerpts. function ackunaExcerptTrim ($text) { $pattern = '/Translatorvar ackuna_src = "(.*?)";/i'; $replacement = ''; return preg_replace($pattern, $replacement, $text); } } $ackuna &= new AckunaWidget(); ?>