Welcome to Techy Web Tech blog's another article.
If you are looking for How to Auto hide or remove external link in blogger comment you are not alone.
At the end of the post your all queries will solve about How to Auto hide or remove external link in blogger comment.
What if you not satisfy ?
Don't worry we are here for you..
Today we will learn in this post how we can hide or remove the external link Automatically in the comment section of our blogger blog.
What is hidden links?
Hide link is the link that we can't see, which makes it very unlikely to click.
What is the removed links ?
Remove link is a link that gets deleted.
Why hide or remove links in blogger comment
Many new bloggers find blogs similar to their own and post their links in their post comments, which gives them backlinks.
This increases the spam in the inserted blog. That is why in your blog you should hide or remove the external link.
How to hide external link in blogger comment
You have been given a script code below, copy it and go to HTML in Blogger Theme and paste it before </head> and save the theme.
<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>
How to remove external link in blogger comment
You have been given a script code below, copy it and go to HTML in Blogger Theme and paste it before </head> and save the theme.
<script src = 'https: //ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/>
<script>
$ ('. comment-content a [rel $ = nofollow]'). hide ());
</script>
Wrapping up :
In this post, we learned that How you can hide or remove the external link in the comment section of Blogger Automatically If You Have Any Issues Or Suggestions Please Feel Free To Comment.
Feel free to know more About us, contact us, or work with us.
You can find this article on bing or bing news.
What was the your openion, suggestion related this blog post ?
We will love to hear it in the comments.