Varsa temanızın klasöründe yoksa default tema klasöründe post.template.php yi açın
(Önce mutlaka yedek alın)
Bu kodu bulun :
// Finally the most important bit - the actual text box to write in!
echo '
<tr>
<td valign="top" align="right"></td>
<td>
<textarea class="editor" name="', $context['post_box_name'], '" rows="', $context['post_box_rows'], '" cols="', $context['post_box_columns'], '" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" tabindex="', $context['tabindex']++, '"', isset($context['post_error']['no_message']) || isset($context['post_error']['long_message']) ? ' style="border: 1px solid red;"' : '', '>', $message, '</textarea>
altına ekleyin:
<table><tr>
<td align="left"><iframe src="http://www.resimlinki.com/iframe.php" scrolling="no" frameborder="0" width="478" height="109"></iframe></td></tr></table>
Alıntı.