Disable Content Selection Except Blockqoute Using CSS
Presently a days numerous peopele are being keen on blogging and there are such a variety of blog around the web. What's more, the opportunity to get in the main page of google query items are getting more troublesome. You are contributing your opportunity to compose a quality points in your blog, and Time is Gold right!? That why you have to shield your blog content from being replicated by other blogger.
I will demonstrate to you industry standards to Disable Content Selection Except Blockqoute Using CSS all together toprotect your blog. This technique is exceptionally for bloggers "like mine" that making posts for codes, HTML or Script. The guest of your blog is permitted to duplicate the script inside the blackqoute yet not permitted to duplicate the content outside the blackqoute.
This is the most ideal approach to Disable Content Selection since we will utilize unadulterated CSS3 which is a superior choice than JavaScript in light of the fact that CSS won't influence your page stack time. So lets begin :D
How to Disable Content Selection Except Blockqoute Using CSSStep 1: Login to your Blogger account and go to Template, and click the Edit HTML button
Step 2: Click inside the code area and hit Ctrl+F, now type </b:skin> in the serach box and hit enter.
Step 3: Copy the code below and paste it above the }]]></b:skin> and hit the Save Template
body {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;}
blockquote {-webkit-touch-callout: text; Except Blockqoute-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
-webkit-user-select: text;}
For Wordpress Blog place the above code in
> Appearnace - Editor (Style.css)
Then save it and you are done
If you don't want to exclude the blackqoute area just copy the code below and follow the same steps above.
body {Conclusion: That technique will just lessening the rate of individuals who are duplicating your blog entries. Since they can duplicate your blog entry by survey the source code of your Blogger post or Wordpress post. This technique won't work for blogger who has the propelled information in
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;}
0 comments:
Post a Comment