Tampilkan postingan dengan label BLOGGING. Tampilkan semua postingan
Tampilkan postingan dengan label BLOGGING. Tampilkan semua postingan

Sabtu, 06 April 2013

How To Disable Right Click On Your Website Or Blog ?

 Disable Right Click for blog
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.

How To Disable Right Click On Your Blog ?

 1. Got to your blogger Dashboard and then Click on Layout.
blogger widget

 2. Now Click on Add Gadget and select Html/Javascript.
blogger widget
 3. Now paste code given below in the pop up window.
<!--MBW Code-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://mybloggersworld.blogspot.in>
 4. Save it and done. Now users will not be able to right click on your website.  5. If you like to disable mouse on your computer then check out tutorial given below.

Some Other Cool Trick For You

Jumat, 05 Oktober 2012

Follow Our Another Blog My Bloggers World

My Bloggers World

MyBloggerWorld is a  Blog Where people learn how to blog to earn some extra bucks, Customize their blog by adding CSS/HTML , javascript widgets. It focuses largely on all topics related to Blogging, Making Money Online,SEO, Social Media and much more. Follow this blog to start your blogging career now. 

Friends Follow this blog,like,share and subscribe
This is newly started  blog so their are only few post but new post will be updated daily. Start Blogging Now with  mybloggersworld.


Selasa, 14 Februari 2012

Add Floating Facebook Like and Retweet counter to your blog

     Add floating facebook like and retweet counter as shown in above image to your blog. Just follow below simple steps:


     1. Go To Blogger > Design
     2. The Select HTML/JavaScript Widget
     3. Paste following codes inside it .

<div style="display:scroll; position:fixed; top:40%; left:2%; border: 1px dotted #E8E8E8; padding:0px 0px 0px  5px; height:220px; width:53px ">
    <table cellpadding="1px" cellspacing="0">
    <tr>
    <td style="border-bottom: 1px solid #E8E8E8; padding:5px 0 2px 0;">
    <div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/>
    </td>
    </tr>
    <tr>
    <td style="border-bottom: 1px solid #E8E8E8; padding:5px 0px;">
    <script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
    </td>
    </tr>
    <tr>
    <td style="border-bottom: 0px solid #E8E8E8; padding:5px 0 0px 0;">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="ndark14">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    </td>
    </tr>
    </table>
    </div>

     4. Now replace ndark14 with your twitter username.
     5. Save it and done.

Selasa, 15 November 2011

Add cool Twitter flying bird to your blog


        Twitter being huge platform to share your latest post you can increase your blog traffic via twitter. More are your twitter follower greater is your chance of  good traffic from twitter. So to increase your twitter follower Add cute looking twitter bird to your blog. This bird fly from corner to corner of your blog and it looks cool. Follow below instructions to add yours now:


       1. Go to Blogger > Design > Edit Html
       2. Then search for </Body>
       3. Just above it paste following code.

<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = &quot;ndark14&quot;;
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;;
tripleflapInit();
</script>

       4. In place of ndark14 write your twitter username.
       5. Now save your template and see twitter bird flying on your blog.

   If you feel any difficulty feel free to ask and if you like these just say than you !

Popular Posts

 

© 2013 Tips Publies. All rights resevered. Designed by Templateism

Back To Top