DISABLE CONTENT SELECTION EXCEPT BLOCKQOUTE USING CSS


Disable Content Selection Except Blockqoute Using CSS

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 CSS
Step 1: Login to your Blogger account and go to Template, and click the Edit HTML button
Step 1: Login to your Blogger account and go to Template, and click the Edit HTML button

Step 2Click inside the code area and hit Ctrl+F, now type </b:skin> in the serach box and hit enter.
Step 2: Click inside the code area and hit Ctrl+F, now type </b:skin> and hit enter.
If the </b:skin> is not expanded just click the black greater than button in the left side
If the </b:skin> is not expanded just click the black greater than button in the left side

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;}
The script above will Disable Content Selection Except Blockqoute, Means that you can't choose all the content in your blog with the exception of Blockquote. In the event that you need to permit the determination of content in the remark territory or in your gadgets zone. Simply change the body to .post

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 {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;}
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
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment