Tìm kiếm nhanh.......

Thứ Ba, 9 tháng 12, 2014

[Blogspot] - Hide or Remove Hyper links Inside Blogger Comments

blogspot-hide-or-remove-hyper-links-inside-blogger-comment
[Blogspot] - Hide or Remove Hyper links Inside Blogger Comments
Blog spamming is really a hard issue to be considered by every blogger. Spam blogs would be kicked off from search engines. So blog commenting plays an important role in developing backlinks. So it has been a habit to develop backlinks for many of new bloggers. I suggest go for guest posting on other blogs. There are many steps to prevent your blog from been spammed. Every new blogger try to comment their blog links todevelop their site linking in alexa and also to develop page rank.

How to comment ?

Many bloggers comments on many blogs. Good habit. But how? ” nice post” , “thanks for sharing”, “good article”. Does this help you? No, no and no. I was the one who did it in my start. Do you know google also considers keywords in comment sections. So choosing perfect niche and tagging your site to a perfect keyword would help in search visibility. But this made many of online bloggers to hide link in comment section. yes they do. Because of unrelated niches. Web designing niches should comment on web designing niches only. So keep this in mind if you want to include a link to your site.
How to add your blog link in comments in blogger?

Inorder to add a link of your post or blog in comment section, you can manually use html code. <a href=”http://www.bloggerbulk.com/“>BloggerBulk</a> just replace highlighted text with your link.

How to disable links in comment section in blogger?

The above shown image is our demo. At first it looks as shown above. You might have noticed that Free Online Tools are keywords, what my user tagged his site. We have two different styles to play with these. So let try one by one.

Method 1:

By using the below method you comment link would disappear. I mean, it would be removed completely.

Login into Blogger
  1. Select your blog if you have many
  2. Then migrate to TEMPLATE –> Click on “EDIT HTML“
  3. Then find for ]]></b:skin>
  4. Then copy the below code and paste above it / before it..
  5. Then click on save template .
.comment-content a {display: none;}

Method 2 :

Using this method would remove hyper link but not text. As a sample just have a look at the image. Hope you understood.

Login into Blogger
Select your blog if you have many
Then migrate to TEMPLATE –> Click on “EDIT HTML“
Then find for ]]></b:skin>

Then copy the below code and paste above it / before it.. Make sure the highlighted code is not added previously in your template. If it is already there, then remove the code and paste the rest.
Then click on save template .
<script src=’https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’/>
<script>
$(‘.comment-content a[rel$=nofollow]’).replaceWith(function(){return ($(this).text());});
</script>
If the above code doesn’t work for enable threaded comments then check the below code.
<script src=’https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’/>
<script>
$(‘.comment-content a[rel$=nofollow]’).replaceWith(function(){return ($(this).text());});
</script>
Read more: http://www.bloggerbulk.com/hide-disable-links-inside-comments-in-blogger 

Không có nhận xét nào:

Đăng nhận xét