Memaparkan catatan dengan label Tutorial blog. Papar semua catatan
Memaparkan catatan dengan label Tutorial blog. Papar semua catatan

Disable right click on Blogger



If we disable Right click on blogger none can copy anything from your blog.if u want it you can try.

1. Sign In to your blogger and click "Design" on your dashboard and click "Page Element"

2. Click "Add Gadget " and select "HTML/JavaScript".

3.Copy this below code and save it.

<center>

<table bgcolor="#cccd94" border="0" style="width: 400px;"><tbody>

<tr><td><script language="JavaScript">

<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)

//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&amp;&amp;!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

// -->

</script>

</td></tr>

</tbody></table>
</center>

4. Now none cant copy your blog.

Remove Blogger Nav bar Completely


To do that
1. Login to your Blogger account and navigate to Layout > Edit HTML
2. In the Template Code find <body> and just above that add the following Code.
<!--<body>-->
3. Now Save the Template and you will see a confirmation about deleting the Navbar Widget. Confirm the Deletion by Clicking on the Delete Widgets Button

4.Now your Nav bar is completely removed from your Blog.

Advantages of this Method

You will be completely removing the nav bar and not hiding it. The nav bar iframe codes wont be present in your blog’s HTML source and so the blog  would be more Search Engine Friendly and your blog will have a more valid XHTML code..

Disadvantages of this Method

You will no longer see the Quick Edit pencil image  or wrench links quick-edit-wrench-blogger  on your blog even if you are logged in. This is not a a big deal. You can Edit the Widgets from the Layout >Page Elements Page. You wont see the Comment Delete icon near your comments even if you are logged in.But you can definitely manage the comments from the Blogger Comment Tab.It would also be a good idea to completely remove the Quick Edit and Wrench Links from Blogger

How to Get back the Nav Bar?

If you followed this method to remove the nav bar and now want to get it back, then  delete the extra code that you added. i.e remove the code from step 2, that you added into your template and Save the Template.

How to remove quick edit and wrench icons on Blogger


You might have seen the Pencil , Screwdriver and Spanner links on blogger. It seems like these icons appear only when you are logged in to your blog. But if you take a look at your Blog's Source From your Browser's View source option, then you will find that there are plenty of quick edit links on your blog even if you are not logged in(Do a Find for blogger.com ). These are the quick edit  links and these will  be hidden using CSS if you are not logged into your blogger account(but still be present in your blog as hidden links).

What is the use in Removing these Links?

You will be able to reduce the number of external links on your Blog and make it moreSearch Engine Friendly

Do i loose anything if i  remove these Links ?

You will no longer see the Quick Edit pencil image  or wrench links quick-edit-wrench-blogger  on your blog   . If you want to Edit a Gadget, you will have to go to the Layout > Page Elements Page .

How Do i remove the Wrench and Quick Edit?

1. Go to Layout > Page Elements and Click on the Edit Button on the Blog PostsGadget. Uncheck the Show Quick Editing Option and Save the Settings
show-quick-editing
2. Go to Layout Edit HTML and Click the Check box to Expand your Widget Templates
Replace all Occurrences of
<b:include name='quickedit'/>
with
<!--b:include name='quickedit'/-->
3. Save The Template and look at your Page Source Once again. You will find that those links are no longer there.
4 The Wrench Link of the Followers Gadget Cannot be removed. If you really want to remove that, then remove the Followers Gadget and Add it as a HTML/ JavaScript Gadget with the Code from Google Friend Connect.

How do i get the Quick Edit and Wrenches back  on my blog?

If you ever feel the need to get back these buttons, then just follow the reverse process.
1. Go to Layout > Page Elements and Click on the Edit Button on the Blog PostsGadget. Check the Show Quick Editing Option and Save the Settings
show quick editing
2. Go to Layout Edit HTML and Click the Check box to Expand your Widget Templates
Replace all Occurrences of
<!--b:include name='quickedit'/-->
with
<b:include name='quickedit'/>
and Save the Template and it will be back to normal.
Blogger Actually provides an Option in Settings > Basic to Hide the Quick Edit Links. But this doesn't actually remove the Quick Edit links. They are just made invisible
I hope that the Blogger Team will remove these Quick Edit Links completely(when author is  not logged in) rather than hiding them.