Showing posts with label How to articles. Show all posts
Stop Your Image Stealing Using Jquery
Consider, you are working hard in creating images for your webpage and someone just copy and paste on their webpage without any credit or appreciation, then how would you like to feel? In today's post, here is a important trick for every blogger or webmaster to stop your Image stealing. You just have to put a little piece of code in your template which will prevent users to copy Images from your web page.
Note - If your blog have already a jquery plugin then ignore this step.
I hope this small trick will surely help you to prevent your Images from republishing on other websites.
How To Stop Your Image Stealing ?
- Go to Your Blogger Dashboard > Template > Edit HTML.
- Take a backup of your template.
- Now find for <head> in your template
- Add below code just above/before <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
Note - If your blog have already a jquery plugin then ignore this step.
- Now again find </head>
- And add below code just above/before </head>
<script type='text/javascript'>
//<![CDATA[
$(function(){
$(".post-body img").after("<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSs99ysC5QivdXS4wMIdmGcPANfDKWGiDmPDLij4YG3mI4k-FerMG31yb6VjhTX1rLSTHFQ2MnRvMjzDvm8wXkwg3Ql2y7fIu8UEBfGgcnE4KUlVWVempW7qTSxAws6daIcHhI18fQqq6C/s1600/Stealing-Detected.png" alt="Things-Guide Stealing Detected" style="margin-left: -212px; opacity: 0; position: relative; top: 0;" />");
});
//]]>
</script>
//<![CDATA[
$(function(){
$(".post-body img").after("<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSs99ysC5QivdXS4wMIdmGcPANfDKWGiDmPDLij4YG3mI4k-FerMG31yb6VjhTX1rLSTHFQ2MnRvMjzDvm8wXkwg3Ql2y7fIu8UEBfGgcnE4KUlVWVempW7qTSxAws6daIcHhI18fQqq6C/s1600/Stealing-Detected.png" alt="Things-Guide Stealing Detected" style="margin-left: -212px; opacity: 0; position: relative; top: 0;" />");
});
//]]>
</script>
I hope this small trick will surely help you to prevent your Images from republishing on other websites.
How to Embed PDF, DOC, XLS Files Into Blogger
Hello friends, Due to my exam i was unable to post a single post, So I'm really sorry for this. In today's post I will tell you how you can embed PDF, DOC, or XLS files into blogger blog. This post is also described How to show PDF, DOC or XLS files on blogger without using third party or services. Blogger is a free blogging platform by Google and there are some limits, you cannot upload pdf, doc, xls files directly. So before we used third party websites or hosting services to embed these files. But now you don't need to go to third party websites, you can embed your PDF, DOC or XLS files using Google Drive, Google drive is a free cloud storage service by Google. So, without wasting a time let's come to the tutorial.
How to Show PDF, DOC, XLS files on Blogger
- At first, Go to the drive.google.com and login with your existing account or create a new one.
- Now upload your PDF, DOC or XLS file, After upload completed click on the uploaded file link. It opens in new tab
- In the new tab click on share and change the properties of sharing 'Private' to 'Public' or 'Anyone with the link'.
- Now, go to File > Embed (this PDF file) in menu bar.
- Now, Embed code will pops-up just copy that code and paste it on Edit HTML mode in blogger post editor.
I hope this tutorial will surely help you. If you have any questions or problem let me know.
» Awesome Facebook Like Box with Hover Effect for Blogger
» Awesome Facebook Like Box with Hover Effect for Blogger
How to Monitor Who is Connected to Your Wi-Fi Network
First of all go to the NirSoft Wireless Network Watcher download page and proceed to download the.exe file
After downloading finished you will need to start launcher. Once the application starts, You can configure more advanced settings for the software by navigating the path Options > Advanced Options
You can also set the software to beep whenever it detects a new connection, using the path Options > Beep on new device
Hope you're enjoying tutorials, Waiting for your comments.