Friday, 12 September 2014

Disable Right Click ,CTRL U , CTRL A , CTRL C on Your Blog

Disable Right Click ,CTRL U , CTRL A , CTRL C on Your Blog

Disable Right Click ,CTRL U , CTRL A , CTRL C on Your Blog

Are You worried about PLAGIARISM ???
Are You worried that some Leechers will Steel Your Unique content and repost it ???

NO NEED TO WORRY NOW , Because I got the Perfect solution for You , You can Disable Right Click ,CTRL U , CTRL A , CTRL C on Your Blog and prevent others from copying content from Your Blog.

This easy tutorial will make Your content more secure.
So , follow my lead !

  • Go to your Blogger Dashboard ,
  • Navigate to > Template > Edit HTML
  • Find <body> by pressing Ctrl + F
  • Replace <body> code with the code below:

<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>

This code will  Disable Right Click ,CTRL U , CTRL A , CTRL C on Your Blog .

Customization:

oncontextmenu = 'return false;' (To turn off the right click function)
onkeydown = 'return false;' (To turn off the CTRL + A and CTRL + U)
onmousedown = "return false;" (To turn off the function block in the article)
'Return false;' (This disable's the function, if you want to enable it, replace it with a 'return true;'

Any question - Ask Below 

read more...

Sunday, 3 August 2014

Tutorial - Show Hosted Adsense Ads on Custom Domain in Blogger

Tutorial - Show Hosted Adsense Ads on Custom Domain in Blogger

Tutorial - Show Adsense Ads on Custom Domain in Blogger
This Question has been asked 100's of times by people BUT I never saw someone SHOWING A PROPER , LEGAL WAY of Using Hosted Adsense Ads on Custom Domain in Blogger.

Today , I am going to do a PROPER TUTORIAL , Following which , You can use Hosted Adsense Ads on Custom Domain in Blogger , Without Upgrading your Hosted Adsense.
This is a 1000% Genuine , Legal and OFFICIAL method by Google, Using Google Products Only.

So , Follow me !!!


  • Go to http://www.google.com/dfp/ 
  • Login with your Hosted Adsense account on DFP (Doubleclick for publisher) 
  • After login and loading , Click On the Second tab Inventory ,

  • Now, Click New ad unit,
  • Create your Ad Unit as show in the following image
Tutorial - Show Hosted Adsense Ads on Custom Domain in Blogger

  • Save it then and click on that ad unit you just created,
  • It will look like the following image
Tutorial - Show Hosted Adsense Ads on Custom Domain in Blogger

  • Click on Get tags,
  • A Popup will appear with two text boxes, 
  • Put the first code before </head> tag , as shown below
Tutorial - Show Hosted Adsense Ads on Custom Domain in Blogger

  • Put Your second code into widget,Where you want the ads to appear (layout > add widget > html/java script), As shown below
Tutorial - Show Hosted Adsense Ads on Custom Domain in Blogger

  • DONE !!!


It can take upto 30minutes for ads to appear. So, Be patient

Note: Every unit has unique code so put every time in </head>

read more...

Tuesday, 22 July 2014

Fix Structured Data Errors shown in Google Webmaster Tools

Fix Structured Data Errors shown in Google Webmaster Tools

Fix Structured Data Errors shown in Google Webmaster Tools
Are there any ERRORS in your GOOGLE WEBMASTER TOOLS Dashboard, Under Structured Data Tab ??? Today I am going to show You , HOW TO FIX THE STRUCTURED DATA ERRORS.

What Errors You Can Get:

Below Are Some Errors You May See In your Dashboard
Error: Page contains property "image_url" which is not part of the schema
Error: Page contains property "blogid" which is not part of the schema
Error: Page contains property "postid" which is not part of the schema
Error: Missing required field "updated" 

Now I will show You , How ti  fix these errors.

1. Error: Page contains property "image_url" which is not part of the schema

Goto Your Template > Edit Html > Find 
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/> 

Replace it with
 <meta expr:content='data:post.firstImageUrl' itemprop='image'/> 

Save Your Template and DONE

2.  Error: Page contains property "blogid" which is not part of the schema

OR

Error: Page contains property "postid" which is not part of the schema

Now the FIX for BOTH these errors is the SAME, If you have ONE OF THEM or BOTH , Use the following method to fix .

In Your Template , Find 
<meta expr:content='data:blog.blogId' itemprop='blogId'/> and <meta expr:content='data:post.id' itemprop='postId'/>

And Remove it entirely.

Save the Template and You Are DONE 

3. Error: Missing required field "updated"

To Fix this Error , Goto Your Template 
Find
 <data:post.timestamp/>

And Replace  it with:
<span class='updated'><data:post.timestamp/></span> 

Save Your Template and DONE


CONGRATS , YOU JUST FIXED ALL THE ERRORS

Any Question ???
Ask Below 
read more...
 
Copyright © 2014 AskDanyal - All About Internet • All Rights Reserved.
back to top