-
Blogger Yorum Formu
Yalnız şunu hatırlatmak istiyorum.Eski yorum sayfanızıda kaybedebilirsiniz.Ayarları önce bir tane test blog açıp orada deneyin.Sonuc olumlu çıkarsa sayfanızda uygulayın.Benim ilk denemelerimde sayfa içindeki yorum yeri kayboldu ve kodlar bile işlemez oldu.Neyse biraz riskli bir iş ama ben kodları veriyorum isteyen yapabilir. http://www.webmastersitesi.com/images/smilies/smile.gif
Yedeğini almaya unutmayın.
1 - Tam Sayfa
Aşağıdaki kodu bulun:
Kod:
PHP- Kodu:
<div class='comment-form'>
<a name='comment-form'/>
<h3><data:postCommentMsg/></h3>
<p><data:blogCommentMessage/></p>
<iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
</div>
Ve bu kodla değiştirin:
Kod:
PHP- Kodu:
<div class='comment-form'>
<a name='comment-form'/>
<h3><data:postCommentMsg/></h3> (Yorum sayfası <a expr:href='"http://www.blogger.com/comment.g?blogID=30540005&postID=" + data:post.id + "quot;' rel='nofollow'> eski</a>?)
<p><data:blogCommentMessage/></p>
<iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
</div>
2 - Popup Pencerede Açmak
Aşağıdaki kodu bulup
Kod:
PHP- Kodu:
<div class='comment-form'>
<a name='comment-form'/>
<h3><data:postCommentMsg/></h3>
<p><data:blogCommentMessage/></p>
<iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
</div>
Bu kodla değiştirin:
Kod:
PHP- Kodu:
<div class='comment-form'>
<a name='comment-form'/>
<b>Post Your Comment</b> (Yorum sayfası <a expr:href='"http://www.blogger.com/comment.g?blogID=707079334502450236&postID=" + data:post.id + "&isPopup=true"' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=400,height=450"); return false;' rel='nofollow'> diğer</a>?)
<p><data:blogCommentMessage/></p>
<iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
</div>
3 - Yeni pencerede Tam Sayfa
Aşağıdaki kodu bulup
Kod:
PHP- Kodu:
<div class='comment-form'>
<a name='comment-form'/>
<h3><data:postCommentMsg/></h3>
<p><data:blogCommentMessage/></p>
<iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
</div>
Bununla değiştirin
Kod:
PHP- Kodu:
<a name='comment-form'/>
<b>Post Your Comment</b> (Yorum sayfası <a expr:href='"http://www.blogger.com/comment.g?blogID=707079334502450236&postID=" + data:post.id + "&isPopup=true"' rel='nofollow'> diğer</a>?)
<p><data:blogCommentMessage/></p>
<iframe allowtransparency='true' expr:src='data:post.commentFormIframeSrc' frameborder='0' height='275' id='comment-editor' scrolling='auto' width='100%'/>
</div>
Son Olarak:
Buradaki blogid kısmını değiştiriyoruz.
Kod:
PHP- Kodu:
http://www.blogger.com/comment.g?blogID=30540005