Showing posts with label ABOUT BLOG's. Show all posts
Showing posts with label ABOUT BLOG's. Show all posts

Friday, 18 April 2014

How To Make A Link To Open 30 Time In A Single Click

Hello friends! As you all might have open your respective blogs already, Tell me what is the most difficult challenge in blogging? Probably (according to me) it's traffic ya. I mean other things like writing posts, designing a good blog, etc. comes under our knowledge, but getting plenty of traffic is really hard. Just we open a very informative blog but others don't see it, then what's that blog value?
It's a complete zero. So today I am going to unleash a very useful trick to you all. This tutorial will increase the pageviews of you blog by 4x. Can you believe that? You may not, but it's really the true fact. 
increase-visits
What are you waiting for. Procure below very fast.

(NOTE:You guys must have at least some traffic initially. This trick only work for those who have a bit traffic initially.)

What it does is that you will keeping a button with a link and as soon as somebody clicks on it your site will be opened at once in more than 30 tabs/windows. Now say me wont your site pageviews be boosted. Let's proceed then;

  • Go to your dashboard.
  • Be forwarded to design>layout.
  • Click on Add A Gadget in the place where you want to place the link.
  • Scroll down and click on Html/Javascript.
  • Copy the below code and paste it in the content box
<script>
function open_win() 
{
for(i=0;i<=750;i++)
window.open("http://truebloggertricks.blogspot.com");
}
</script>

<form>

<input type="button" value="Click Here" onclick="open_win()" />
</form>

  1. Change "http://truebloggertricks.blogspot.com " to your own blog URL.
  • Finally click on save button and you are done.
You can also keep this button in a post or anywhere you desire. For it just paste this code by switching to HTML mode(for editors) and if it already then directly paste the code.You can use this trick while commenting in other blog

Monday, 14 April 2014

Tynt: A Best Way To Get Backlink From Your Content Thieves


Tynt: A best way to get backlink from content theives
Plagiarism is the most common sin that many blogger does.Now a days, Lots of blogs are taking birth day by day.So, You should be aware that many of the newbie bloggers doesn't have sufficient writing skills.So,they just try to copy paste post from big blogs to flood up there blogs.Usually this method doesn't bring any traffic but makes that blog to go even down.I also done these silly things while I entered blogging but ,I feel now when I used to spend hours to write and decorate my post but they copy and paste in there blogs without credits in few seconds.
So, Today I am going share , how to avoid plagiarism and get back links from content thieves using a script fromtynt .



What Is Tynt ?

Tynt is a free service tool used to get back link from your copied post and thus avoids plagiarism.Tynt inserts the page URL when your content is pasted into emails and social sites. Your traffic increases and SEO improves as more URLs become fixed links.

How To Use This Service ?

Just go to tynt.com and click 'Get the code' button on top of the page.and fill up that simple form and click submit.Copy the code that you get immediately after signup.


How To Install This Script To Blogger?

  • Login to Blogger > Dashboard
  • Click on Drop Down Menu and select Template
  • Paste the code just above/before the closing of </head> tag.
  • Then , click on Save the Template.
  • Now, go back to that Tynt Code tab and click on test at the bottom of the page.
  • Then click on Continue.

How This Script Works ?

When a visitor copies a post or text from your blog and paste it any where else, an attribution link automatically appears after the your copied content. This is how it works. 

Your content :
The identity of the individual factors responsible for the content can be used to assess the impact of a search. 
Assuming that the agent (writer) has a high reputation score, represents the established reputation to create valuable content and then adds the content is signed by the author, will be promoted in the search results with respect to the content of no fixed agents (authors of content) or the content of agents ( content authors) with the reputation.



Customizations: 

You can also customize your attribution link from your publisher dashboard or can add twitter page and facebook fan page.Now you can get unlimited back link without doing nothing!!!
This is looks pretty easy but very necessary trick for all type of blogs.Please share this post with your friends and say your view about this post.

Password Protect Your Blogger Or Wordpress Website Easily Catergories:- Blogger Protection


Protecting your blogger or wordpress blogs from spammers, clickers and other frauds have always been a major key point in any website designer life. If you are a blogger you will try to make your website safe from people you do not want to enter in your website or you do not want anyone to comment on your website, well I simply mean stopping unauthorized access to your website.
Well today we are going to teach you how you can easily add a password to your blogger or wordpress blog and when ever a person pumps in your websites address he will be greeted with a password prompt dialog, where he have to enter the password kept by you if he fails to enter the password then he will be redirected to your desired website.

1. Go to Blogger > Template > Edit HTML

2. Now press Ctrl + F and search for the </body> tag and add below code above it or you can add it to specific post or page.
<script>
var password = 'Password-Here'
password=prompt('Please enter the password to enter this site:','');
if (password != 'Password-Here') {
location.href='Redirect-URL-Here'}
</script>
3. Now just press Save Template and refresh your blog to see the password asking popup.

Customizations :

You can change the password according to your wish, just change the letters in red color to your password. You can add any URL to which the visitor will be redirected if he enters the wrong password or cancel to add any password, just change the Blue line in the above code with your URL.

Protect Your Articles From Getting Copied Using CSS Trick


Articles, content, images all contribute together in getting high organic traffics due to your lot of hard-word applied in creating that post article for your worthy readers, than comes another role of content scrappers copying your articles and getting higher in search engines. Well now you can protect your articles from getting copied easily using just a small CSS trick which is really compatible in every browser and works like a charm.


So now if you wanna use this CSS trick for making your content secure on blogger blogs, just follow the steps provided below and you will have your content protected.

Make Your Blogger Content Theft Free :

1. Log in to your blogger account and navigate to your blog > Template > Edit HTML.
2. Now make a search for ]]></b:skin> and paste the below code right above it.

post-body {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}

3. Now just hit Save Template and refresh your blog, now try to drag your content with your mouse and see you will not be able to select any text.

Enjoy easy theft free blog from content scrappers, well there are still some problems which may force your to remove this code as if you provide any coding or scripts to your readers than they might not be able to drag and copy that code, so you can figure that out :)