PUT YOUR PARSED ADSENSE CODE HERE
We Learn And Gain knowledge, how we Can Disable Hyperlinks in Comments. we can see in every blog comments have many spam comments.mostly spam commentator does not try to read the article,just go to Blogger Comments And Write Some Related Keywords and sometime only use For Exp: "thanks For Sharing" Or "i like Your Blog" And below text Insert Hyperlink And Published.they are Called Spam Comment.it'll flooded with spam comments.Lets We Back And Try How We Can Disable All Hyperlink on Blogger Comment.
How To Hide or Disable Hyperlink on Blogger Comment |
How Disable Hyperlink using Jquery
- Go To Blogger >> Dashboard >> Template >> Edit HTML
- Find using ( Ctrl+F ) </Body>
- After Finding This Code Paste Above It Below Given 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>
- Note: If You want Completely Remove hyperlink, use This Code Below Given
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/> <script> $('.comment-content a[rel$=nofollow]').hide()); </script>
- After Past This Code Save Your Blogger Template.
- now Your Are Done Hide Hyperlink in Blogger Comments.
How Disable Hyperlink using CSS
- Go To Blogger >> Dashboard >> Template >> Edit HTML
- Find using ( Ctrl+F ) ]]></b:skin>
- After Finding This Code Paste Above It Below Given Code.
.comment-content a { display: none;}
- After This save Your Template And You Are Done It.
0 comments : Post Yours! Read Comment Policy ▼
PLEASE NOTE:
We have Zero Tolerance to Spam. Chessy Comments and Comments with Links will be deleted immediately upon our review.
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon our review.
Regards,
Imtiaz Ahmed