$code_line) {
if ($lines_number) $r1 = "".($line + 1)." ";
if ($high_light) {
if (ereg("<\?(php)?[^[:graph:]]", $code_line)) {
$r2 = highlight_string($code_line, 1)."
";
} else {
$r2 = ereg_replace("(<\?php )+", "", highlight_string("";
}
} else {
$r2 = (!$line) ? "
" : "";
$r2 .= htmlentities($code_line);
$r2 .= ($line == ($count_lines - 1)) ? "
" : "";
}
$r .= $r1.$r2;
}
echo "Adding an aiMatch ad call to your wordpress site is pretty simple.
There are a couple of different ways to use the aiMatch Platform Connection plugin.
1. Basic function call method
Just add the following code to wherever on your site you would like the ad call to display.
2. aiMatch Custom Widget
The aiMatch Platform Connection widget takes the same parameters as the basic function call, but without having to place the code on your page manually.