Blockquote Code Auto Select by Single/Double Click in Blogger

If you are trying to make your blockquote auto select when someone click/double click on it and wondering how to make it possible then you are on right platform because today in this article we are going to share another blogger trick with all of you by which yo can help your readers to easily copy your codes from blockquote section.


You definitely know what is blockquote tag, We use different stylish blockquote in our site but often user has to select the whole code block top to bottom for copying. If the code is larger, then it will make little trouble for user. Because by using cursor sometimes mouse pointer become deselected. Many of us use the blockquote tag to write code. But not everyone use the blockquote tag to write code there are some people who are using pre tag so this trick also work for pre tag and they also face this problem. So the solution is to one click text selection from blockquote by using mouse pointer. After that we have to use copy option for further use of code.

How To Make Blockquote Code Auto Select in Blogger

[alert headline="Alert!"]Backup your blogger template first.[/alert]
  • Go to Blogger >> Template >> Edit HTML.
  • Now search </body> tag by pressing CTRL+F or CMD+F inside your blogger template 
</body> 

  • paste below code just above of </body> tag. 

<script type='text/javascript'>
var pres = document.getElementsByTagName(&quot;blockquote&quot;);
for (var i = 0; i &lt; pres.length; i++) {
pres[i].addEventListener(&quot;dblclick&quot;, function () {
var selection = getSelection();
var range = document.createRange();
range.selectNodeContents(this);
selection.removeAllRanges();
selection.addRange(range);
}, false);
}
</script>
Customization: 

  • If you are using pre code instead of blockquote then replace blockquote with pre.
  • If you want single click to select text then replace dblclick to click.
 Now, Simply hit on Save Template.


[success headline="Success"]That's it. You have done it successfully.[/success]

Now open your blog and watch this feature on your blogger blog.

Conclusion:

So above guide is aboout How To Make Blockquote Code Auto Select by Single/Double Click in Blogger? We hope this tutorial helps you in installing this feature on your blogger blog. If anyhow problem persist after following all steps then ask us via dropping a comment below. We will help you out of sure. Do Share.
Thank You! Stay Blessed!

COMMENTS

BLOGGER
Name

Ad Networks,4,Adsense,3,Adsense Alternative,2,Affiliate Marketing,3,ARTICLE WRITING,3,Aweber,1,BACKLINKING,1,Bitcoins,1,BLOG DESIGN,5,BLOGGER,19,BLOGGER NOTIFICATIONS,2,BLOGGER PLUGINS,23,BLOGGER POSTS,3,BLOGGER WIDGETS,16,Blogging,8,BLOGGING TIPS,28,Bluehost,1,Chitika,1,CHRISTMAS DECORATION,1,COMMENTS,2,Coupons,1,Email Marketing,2,FACEBOOK,3,Freelancing,1,GCS,1,Grammarly,1,help,1,How To,2,important points,1,JQUERY,2,Links,1,Make Money Online,14,NAVIGATION,1,New Year 2017,1,Nofollow Links,1,NOTIFICATIONS,1,online,2,Other,1,Outreach Emails,1,Parental control,1,POPULAR POSTS,1,Privacy,1,Review,5,RSS Feed,1,secure,1,seo,13,Shortcode,1,SOCIAL MEDIA,9,Start A Blog,3,Tech News,1,Tech Tips,2,TEMPLATE CUSTOMIZATION,15,Top Softwares,1,TRAFFIC TIPS,7,Web Hosting,2,WEBMASTER TOOLS,4,widgets,32,WordPress Plugins,1,WordzPress,1,WP THEMES,1,YouTube,2,
ltr
item
HV BLOGGERS: Blockquote Code Auto Select by Single/Double Click in Blogger
Blockquote Code Auto Select by Single/Double Click in Blogger
https://4.bp.blogspot.com/-JH3QbluvlsU/WGoYhBmEnDI/AAAAAAAABe4/OTPqCbqPMxY6j6baaZ20r0QhDCHn453oACLcB/s1600/Single-Double-Click-to-Auto-Select-Code-from-Blockquote-in-Blogger.png
https://4.bp.blogspot.com/-JH3QbluvlsU/WGoYhBmEnDI/AAAAAAAABe4/OTPqCbqPMxY6j6baaZ20r0QhDCHn453oACLcB/s72-c/Single-Double-Click-to-Auto-Select-Code-from-Blockquote-in-Blogger.png
HV BLOGGERS
https://hvbloggers.blogspot.com/2017/01/blockquote-code-auto-select-by.html
https://hvbloggers.blogspot.com/
https://hvbloggers.blogspot.com/
https://hvbloggers.blogspot.com/2017/01/blockquote-code-auto-select-by.html
true
4122661956596859215
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy