
Evet başlık biraz garip gelmiş olabilir. O yüzden ne dediğimi anlamanız için demo sayfasını ziyaret edebilirsiniz. Bu yöntemle yazılarımızın sağ üst bölümüne yorum balonu ekleyebiliyoruz.
Hemen kuruluma geçiyorum.
Yerleşim > Html Düzenle > Widget şablonlarını genişlet diyoruz.
Daha sonra;
<h3 class='post-title entry-title'>
kodunu veya buna benzer bir kodu buluyoruz ve hemen sonuna
<!--COMMENT-BUBBLES-STARTS--><b:if cond='data:post.allowComments'>
<a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a>
</b:if><!--COMMENT-BUBBLES-STOPS-http://bloggerstop.net-->
kodunu ekliyoruz.
Daha sonra;
</head>
kodunu buluyoruz ve hemen üstüne
<!--COMMENT-BUBBLES-STARTS--><style type="text/css">
.comment-bubble {
float: right;
background: url(http://i49.tinypic.com/2vugahu.jpg) no-repeat;
width: 55px;
height: 38px;
font-size: 18px;
margin-top: -15px;
margin-right: 2px;
text-align: center;
}
</style><!--COMMENT-BUBBLES-STOPS-http://bloggerstop.net-->
kodlarını ekliyoruz.
|