Saturday 6 February 2016

Tagged under:

4 Social Media Infographics to Rule the Social World

Social Media is a jungle where only the fittest survive. It takes a lot of time for a relative newcomer to break through – most pundits preach patience, but there are few things you can do to stand up and get noticed.
Here are 4 awesome infographics to conquer social media. We have got you covered on Twitter, StumbleUpon, influencer marketing, social media image sizes and tips for all major networks.

Twitter Stats – Infographic

The 140 character limit Tweety bird is often where influencers hangout. I love Pinterest, StumbleUpon & Twitter hands down compared to any other social media network.
When I first started blogging, I had to decide which social platforms to target and Twitter was on the chopping list; not the shopping list. I am glad I started to use Twitter as I have a bigger following in Twitter than any other social platform.
You don’t have to just take my word for it; here are some twitter stats in an infographic that are mind boggling and easy to consume.
twitter-statistics-image
 Infographic credit: YourEscapeFrom9to5.com

StumbleUpon – Infographic

StumbleUpon like any social site can crash a web site with its potential to bring in viral traffic.
The biggest difference between StumbleUpon (SU) and the best social media networks – Facebook and Twitter is SU sends traffic direct to your site. StumbleUpon opens your site within the SU interface; there is no praying and hoping users will see your updates unlike in FB and Twitter. We are referring to organic stumbles which are free. SU also has a paid promotion and stumbles.
StumbleUpon shows users random web pages based on a user’s preference and their StumbleUpon history. Users then either ‘Up-Vote’ or ‘Down-Vote’ a web page. The more users that like your page the more free traffic you will get.
Beware the StumbleUpon story is not a fairy tale; SU does have some chinks in its armour. For example, SU is associated with higher bounce rate and lower conversions.  There are some tricks like using engaging images before scrolling and a catchy title which can help. This infographic can help you get the best out of StumbleUpon.
stumbleupon-image
Infographic credit: YourEscapeFrom9to5.com

Influencer Marketing – Infographic

If you take one infographic away from this post, then let it be this one. To really crank up your presence in social media, tap on an influencer who can help amplify your reach. Don’t go to an influencer with any average content; they will ignore you forever – first impressions count, especially in the digital world. Create an “UMPH” content then tap on an influencer or two.
Influencer marketing is about leveraging the influencer’s social following, marketing credentials, brand name and recognition. Bottom line influencer marketing saves you a bucket load of time. Here is an awesome infographic from eBrandz that takes you further on this topic.
influence-marketing-image

Social Media Image Sizes and Sharing Tips – Infographic

Social networks like Facebook, Twitter, YouTube, Pinterest and Instagram all have different image sizing requirements; they also have a set of tools you can use to best leverage them.
Do you want social media tips specific to a network?
What about some headline writing tips?
What are the best days and times to post on the various networks?
(P.S. – I am not a big fan of timing social updates I let Buffer handle that based on engagement)
I hear you saying, ‘YES’ please.
Don’t worry hear is an infographic to really ignite social media marketing and take it to the next level in 2016.
social-media-cheat-sheet-image
Infographic credit: onblastblog.com

Wrapping up

You can get all sorts of useful information about social media online. In fact, you can get overloading information that will drain you out. Take action and create a plan. Target a few social sites, you can bite your teeth into for starters. (Remember, to research which social platforms are used by your target audience.) You can’t be the king or queen of all the land. Be very careful of what you post in social media. If you are only posting about your product, services and content then slowly you will lose social engagement. Share awesome content from industry experts and try to build relationships in the social web including that of influencers. Good luck with your next social media campaign.

Saturday 25 July 2015

Tagged under:

How to Add a jQuery Tabbed Sidebar Widget in Blogger

How to Add a jQuery Tabbed Sidebar Widget in Blogger

Have you ever seen those blogs that has a tabbed widget area in the sidebar consisting of popular, recent and features posts within a single click? It is more commonly known as jQuery Tabbed widget, which allows you to save a lot of space in the sidebar keeping the interface user friendly for your users by combining 3 different widgets into just one. In this article, we will be showing you how to add a jQuery Tabbed Sidebar Widget in Blogger.

How to Add a jQuery Tabbed Sidebar Widget in Blogger

What is a jQuery Tabbed Widget? 

You would have seen a lot of websites that has a tabbed widget at the very top of their sidebar that keeps three widgets at just one place providing you the ability to select one to view among them. It not only allows you to save a bit of space in the sidebar but also keeps your blog design clean and professional.

A lot of big named popular websites are using the same technique to display more widgets within less space. In this article, we will be showing you a way how to add a jQuery tabbed sidebar widget in blogger and would guide you through each and every step in detail.

Creating jQuery Tabbed Widget in Blogger:


The very first thing you need to do is to go to Blogger >> Template >> Edit HTML and paste the following CSS coding just above the ]]></b:skin> tag. If you have a separate CSS Style sheet file then you can also add the following CSS to it.


/* Tab Widget */.tabviewsection {
background: #f8f8f8;
text-transform: uppercase;
border-bottom: 5px solid #f34246;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
float: left;
width: 100%;
}
.tabs-widget {
list-style: none;
list-style-type: none;
margin: 0 0 10px 0;
padding: 0;
}
.tabs-widget li {
list-style: none;
list-style-type: none;
padding: 0;
float: left;
border-right: 2px solid #fff;
}
.tabs-widget li a {
color: #fff;
display: block;
padding-right: 16.5px;
padding-left: 16px;
font-size: 13px;
padding-top: 15px;
padding-bottom: 15px;
text-decoration: none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabs-widget-content {
}
.tabviewsection {
margin-top: 10px;
margin-bottom: 10px;
}
.tags_tab {
width: 80px;
text-align: center;
}
.about_tab {
width: 96px;
text-align: center;
}
li.laster {
border: 0px;
width: 120px;
text-align: center;
}
.blog-mobile-link {
display: none;
}
.tabs-widget li a {
padding-right: 20px;
padding-left: 20px;
}
.tabs-widget {
height: 51px;
}
.tw-authors {
width: 570px;
}
.tabviewsection h2 {
display: none;
}
.tabs-widget li a.tabs-widget-current {
padding-bottom: 20px;
margin-top: -10px;
background: #f8f8f8;
color: #444;
text-decoration: none;
border-top: 5px solid #f34246;
font-size: 14px;
text-transform: capitalize;
}
.tabs-widget li a {
background: #f34246;
}

Now this step entirely depends on the coding of your blogger template as different designers have different way of coding but we will share a way that is used more commonly in the template. You have to look up to the code of your Sidebar widget area. Search for <div id='sidebar-wrapper'> and just below it paste the following piece of coding.



<!-- Tab Widget [start] --><div class='tabviewsection'><script type='text/javascript'>  jQuery(document).ready(function($){                $(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();                $("ul.tabs-widget-widget-themater_tabs-1432447472-id li:first a").addClass("tabs-widget-current").show();                $(".tabs-widget-content-widget-themater_tabs-1432447472-id:first").show();                      $("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").click(function() {                    $("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").removeClass("tabs-widget-current a");                    $(this).addClass("tabs-widget-current");                    $(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();                    var activeTab = $(this).attr("href");                    $(activeTab).fadeIn();                    return false;                });            });        </script><ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>  <li class='about_tab'><a href='#widget-themater_tabs-1432447472-id1'>About</a></li>  <li class='tags_tab'><a href='#widget-themater_tabs-1432447472-id2'>Tags</a></li>  <li class='laster'><a href='#widget-themater_tabs-1432447472-id3'>Popular</a></li></ul><!-- Tab Widget 1 --><div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id1'><b:section class='sidebar' id='sidebartab1' preferred='yes'> </b:section>                                     </div>                         <!-- Tab Widget 2 -->               <div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id2'><b:section class='sidebar' id='sidebartab2' preferred='yes'>   </b:section>                                       </div>                                                         <div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id3'><!-- Tab Widget 3 --><b:section class='sidebar' id='sidebartab3' preferred='yes'></b:section>                                       </div></div><!-- Tab Widget [endt] -->

Once everything is done and dusted, save the template by pressing “Save Template” at the top. Now go to Layout area and you would notice three widget areas just above your sidebar. You can add widgets two those three areas and it appear in form of tabs when you view it live on your site.

How to Add a jQuery Tabbed Sidebar Widget in Blogger

We hope this tutorial have helped your biggest issue that how to add a jquery tabbed sidebar widget in blogger. With CSS, you can style the tab widgets according to the look of your blog. Share your thoughts and suggestions about this widget in the comment below, you can see the demo of this widget here.
Tagged under:

How to Add a PayPal Donate Button in Blogger

How to Add a PayPal Donate Button in Blogger
Are you charitable organization, are you looking to add al Donate button on your Blogger site? Then PayPal makes it a lot easier to accept donations on your blogger website. With PayPal donate button, there are a lot of possibilities as it comes with features that are helpful for any kind of organization looking for donations. Today in this article, we will show you how to add a PayPal donate button in Blogger.

Many non-profitable websites or even bloggers tends to add a donate button on to their websites to cover up the cost for running the website. Even sites like Wikipedia ask for donations to run. If you want to add a PayPal Donate button in your blogger site then follow the below instructions:

How to Add PayPal Donate button in Blogger:

The very first thing you need to do is to login into your PayPal account, now go to PayPal button creation page and select “Donations” from “choose a type” dropdown list as seen in the screenshot below.
How to Add a PayPal Donate Button in Blogger

In organization field, fill your website name or the purpose of the donation but don’t be too descriptive.
How to Add a PayPal Donate Button in Blogger

You can also add a donation ID to track the donations but you can leave it blank it will be filled automatically by the system.

You can customize the text of the donation button or can dig in to choose from the various size of donate button. If you want you can replace the PayPal donate button with your own, such as featuring “Your organization’s logo”.  You can do all this by accessing “Customize text or appearance” link.


How to Add a PayPal Donate Button in Blogger

Once everything is finalized press “Create button” and it will provide you with the code that you’ll be using on your website.

How to Add a PayPal Donate Button in Blogger

You can also change the currency which you want to receive from the donor. People can donate in any currency but you will receive the donation in your described currency through the present exchange rates.

How to Add a PayPal Donate Button in Blogger

For contribution amount”, you can either set a fix donate rate or can give free-hand to the donors to set their own amount of donation.  We would recommend letting user choose whatever amount they want to donate gives you more chances of getting a donation.



By default all your donation goes to your PayPal merchant ID it is more secure and better way of getting donations. However, you can also select your primary PayPal Email address to get the donations.

How to Add a PayPal Donate Button in Blogger

Now copy the whole code of your button, you can also view its preview besides it. Press “Select code” to copy the whole code in just one click.

How to Add a PayPal Donate Button in Blogger


Now go to Blogger >> Layout >> Add a Gadget >> Add HTML/JavaScript >> Paste the button code in the HTML text area and press “Save Button”.
Tagged under:

How to Add Border on Image in Blogger


How to Add Border on Image in Blogger

Are you looking to add border to your images in Blogger? Sometimes adding border to images can make them standout in your content. Recently, one of our users asked us how to add border around an images in blogger. Though, it is very simple and can be done easily but new bloggers find it difficult. In this article, we will show you how to add border around an image in blogger.

To add border around images you need to write simple codes of CSS. With these codes you can easily add different kinds of borders having any colors that you want.

The very first thing you need to do is to login to Blogger.com >> Template >> Edit HTML >> Search for the b:skin>> tag. After finding the skin tag, just above it paste the following code:

.post img {border:5px solid #d2d2d2;padding:2px;}

In the above code you can change the #d2d2d2 with any other hex color to alter the color of your border. You can also increase the above 2px to a higher number to increase the blank space arround the border.

Furthermore you can also use different types of borders in your images, following are some border types that you can use:
solid: Defines a solid border
dotted: Defines a dotted border
dashed: Defines a dashed border
double: Defines two borders. The width of the two borders are the same as the border-width value
groove: Defines a 3D grooved border. The effect depends on the border-color value
ridge: Defines a 3D ridged border. The effect depends on the border-color value
inset: Defines a 3D inset border. The effect depends on the border-color value
outset: Defines a 3D outset border. The effect depends on the border-color value
Once you are done customizing your image border, press the "Save Template" button present at the very top of your screen.

We hope this tutorial may have helped you in learning how to add border around an image in blogger. Though the technique is very simple but still for beginners it might be a very tough task. However, share your thoughts below and also share it on Facebook, Google+ or Twitter.

Monday 20 July 2015

Tagged under:

5 Basic Tactics To Grow Traffic From Twitter. Number 2 is Quite Peculiar.

In case you’ve been studying Social Media Marketing for at least a while, you should have noticed that the amount of tactics just doesn’t seem to end.

There are hundreds of SMM experts who feel obliged to update their blogs every week and so they just keep coming up with new “tips & tricks” to teach their readers.

And so you end up reading something like: “Tip #138 – Order a few dozen air balloons with your Twitter username printed on them and go give them out in the nearest shopping center.” Nonsense.

So in this article I’d like to focus on a few fundamental things. I don’t care if you’ve heard them before, but I can give you my word that they are the ones that drive you real traffic from Twitter. Everything else is just fluff.


1. Ask and you shall receive!

Believe it or not, but the easiest way to get traffic from Twitter is to ask someone for a tweet. You will be surprised by how many people are likely to oblige just because you asked nicely.

This can be your friends, your blog readers or even well known bloggers who you’ve decided to reach out to

Once you finish your article, don’t forget to ask your readers for a tweet. You’ve just given them some cool information for free and many of them will feel obliged to return you the favour.

5 Basic Tactics To Grow Traffic From Twitter. Number 2 is Quite Peculiar.

Making other people tweet your content is the most fundamental strategy of Twitter Marketing.

2. Motivate your readers to tweet.

Ask yourself: “What would motivate me to post something to Twitter?”


Studies have shown that people love sharing things that make them look good in the eyes of their following. And thus they mostly tweet things that are:


  1. smart;
  2. valuable;
  3. funny.

Unfortunately tweeting your article might not feel this way. But what if you fill your article with short smart and valuable takeaways that could be tweeted? People might want to share them with their followers.


Lots of bloggers already use this tactic and they try to put at least one “tweetable quote” to every new article that they publish. And their followers are happy to get a cool sound bite that they can send to their Twitter feed.

In case you’re wondering how to create those quotes that can be tweeted with a click, I suggest you take a look at ClickToTweet online service and TweetDis plugin for WordPress. Whichever is more convenient for you.

3. Tell me who your friends are.

Irrespective of what industry you are in, there are bound to be plenty of Twitter influencers. These are the people who have thousands of followers and whose recommendations can really help drive traffic to you.

Engage with these Twitter influencers, talk about them in blog posts, set up interviews and group interviews with them, be a part of industry roundups, and when you do talk about them, let them know using @mention.

Sooner or later you’re going to make friends with some of them. And they will be happy to share your content with their Twitter following just like you’re sharing their content with yours.

4. Make Retweeting Easy

Most users on social media sites don’t want to waste too much time trying to figure out how to share a post or article. Make it easy for them!

Have a tweet button floating at their site all the time as they read through the article. You never know which paragraph will make them want to share your work on Twitter. You can use any social sharing plugin from our collection.

If your content is worth its salt and you are making it easy for people to retweet it, it will start spreading on its own and get you plenty of traffic from Twitter.

5. Write Evergreen Content

Twitter is a real-time social media sharing website. So you should focus all your attention on creating blog posts about current events, right? Not necessarily.

There is something to be said about creating evergreen content that will be relevant for at least a year or more. By choosing the right topics and giving sensible advice, you may be able to create content that will pay dividends for a long time to come.

5 Basic Tactics To Grow Traffic From Twitter. Number 2 is Quite Peculiar.

Keep generating traffic toward your evergreen posts by scheduling tweets using WordPress plugins like Revive Old Post or simply scheduling your tweets with Hootsuite.
It doesn’t get simpler than that – create valuable content (evergreen or current), fill it with tweetable quotes, ask people to tweet them in a straightforward manner, and get Twitter influencers and authorities to vouch for you!
The crucial thing is to focus on getting more people to tweet your articles which drives traffic from Twitter, and not focus only on the number of your followers.
What are the strategies you’re following to grow traffic from Twitter?

Tagged under:

12 Things to Do Before Applying for Google Adsense

12 Things to Do Before Applying for Google Adsense

I know you want to make some good money with Google AdSense right? 😉

But it’s not easy to get into AdSense program now-a-days. You have to follow few things before applying for AdSense.

But it’s not easy to get into AdSense program now-a-days. You have to follow few things before applying for AdSense.

You must be thinking that…

How to apply for AdSense

How to qualify for AdSense

Am I eligible to apply for AdSense

What are Google AdSense Requirements

Why Google AdSense rejected my applicaton


This post is going to answer all your questions. It’s going be a bit long so grab a cup of coffee.. 😉

What is Google AdSense and Why You Should Use?

Google AdSense is one of the oldest network to offer ad publishing and works at Pay Per Click system. In fact Google used to give AdSense to everyone who used to make blogs through Google Blogspot.

When it comes to the legitimacy of Google AdSense, it speaks for itself. Google AdSense have thousands and thousands of satisfied customers and publishers. AdSense pays on time, every time.

One more reason for choosing Google AdSense is that we can earn huge amounts of money if we do our work in right way. There are many bloggers who are making a complete living from their blogs and Google AdSense. Therefore, Google AdSense should be the number one choice among all the other available networks.


It’s paying rates are better than all of other networks which is the biggest reason it is so popular to all Bloggers and Webmasters. But since everybody is running behind them, they have made the approval system very strict. You make little mistakes and get disapproved every time. Here are few reasons why Google will reject your application.

Why AdSense Will Reject Your Application?

Here are the most common reasons and AdSense requirements which they gives when they reject your application.

1.  Insufficient content / Unacceptable site content — Your website do not have enough text on them for Google specialists to review.

Google gives a lot of value and attention to the content of the blog before accepting it. If the content is poorly written and have grammatical mistakes, Google will reject the blog right away.

Not only the content needs to be grammatically correct, it must be unique and has to provide value to the users and readers of the blog. So the number one reason is the poorly written content on your blog.

2. Page Type / Design of your blog — What will you do if you land a page with full bright yellow background with white text on it, having huge buttons all over the place? Yes you’ll click away.

Blogs which are poorly designed and are hard for the visitors to understand, get rejected by Google for AdSense. You MUST have a good design which comforts the eye and is beautiful in the look.

3. No Privacy Policy, About us or Contact Us page — There are some pages which you must have before applying to Google AdSense if you want to get accepted. These are About us, Privacy Policy and Contact Us pages. These pages give the impression that you are a professional and that you are working according to the Google polices.

4. Site does not comply with Google policies — No rich, unique and meaningful content, no organic traffic, pages with little to no original content or bad user experience through clear navigation and organization. Your website may be the one that drive traffic through illegal sources, site with excessive keywords or poor coded design are usually rejected.


So you need a complete guidance and list of thing that you need to do before applying for Google AdSense and supposing that you are ready.

12 Things to Do Before Applying for Google AdSense

1. Privacy Policy :

One of the common mistakes that every bloggers and I made many times before getting approved. Even though there are people out there who say that having a privacy policy for a Blog doesn’t makes sense but they are wrong!

The first thing you will need to apply for Google AdSense and get approval is the privacy policy of your blog or website. If you don’t have it you cannot get approval simple is that. Why it is important? Because this privacy policy means you are not a scam and gives the sense of a serious business. Google will check the rest of the conditions only if you have this policy.


A privacy actually describes to your readers about what they will get on your Blog , what they should do and what they should not. So obviously there is nothing bad in having a privacy policy. While it can affect somehow on your AdSense Approval, you must give it a try. You can write it yourself or find Privacy Policy Generators online (You don’t need a lawyer anyway).

2. About Page:


Like privacy policy you must have a about page so that you can get approved. Like privacy policy this About page also give the sense of a serious business.

An About has major role and importance if you don’t want to apply for AdSense. But when it comes to AdSense, they are about zero chances of getting approved if you are not showing this page.About page simply describes about you and your Blog . This will not only help you establish a relationship with readers but it will also make them trust upon you.

3. Contact Us Page:

It’s quite obvious that everyone has his/her own opinion. What one of your readers likes may be bothering someone else. Than it is better to give them opportunity to speak up to you and tell how they feel about your Blog, what they want to be edited , what they liked or hated.

Create a contact us page, if possible add your professional email there like info@yourblog.com and your social profile links too. Bcreating this you are telling Google that see we care for our customers, visitors and we are ready to help them. They can contact us any time.

It will also show the Google AdSense Team that is viewing your site that you actually care about your readers and not only the money and AdSense.


I’d recommend you to check my contact page to get some idea.

4. Name/ Email Verification:

When you apply don’t forget to put your Name and Email address in some easily visible area like About Me and Contact Us pages. It will confirm to Google AdSense Team that it is the same person who applied for AdSense and not some spam, crappy bots. This will help the Google in the verification process.

5. Age Verification:

This is the mistake that most younger blogger are making who are less than 18. They write incorrect age and get into trouble.

Use your correct date of birth and age while applying for Google AdSense account.


Because Google AdSense is not for people who are under 18. Some people realize this problem after being disproved a few times without any legitimate reason. So I advise you to be accurate while typing your age. Be honest.

6. Minimum Number of Posts:

What should be the minimum number of posts before applying for Google AdSense? There is no confirmed answer.

Not even one.

Because I have seen very established Blogs with 400+ posts and their owner telling me that Google AdSense is rejecting them while somewhere bloggers with 40,50 posts are enjoying making money.


Exactly, what I said that there is no actual answer. However, we can always predict things. According to my experience, you should only apply after you have more than 50 posts. Posts length must be 500+ words too with quality content.

7. Design:

As mentioned earlier, you blog design matters a lot. It should be professional and not like a messy photo gallery. Clean, professional and smart design is appreciated by Google.


Your blog design is the biggest thing after Content. This represents your expertise, experience and professionalism. So be careful because anything can kill your chances of getting approved by AdSense. I recommend Elegant Themes because you get access to 87 WordPress themes in just $69.

8. Content Type:

Be careful with what type of content you are publishing. Because it is something that truly matters.

Google AdSense is not for pornographic, pirated content, illegal items, drugs or other blogs /sSites like that. AdSense team won’t be willing to allow you to step in if you own a Non English Blog. Having posts shorter than 200 words in length is also Red Signal.

9. Providing Value:

Google loves the blog who are providing value in their content and their visitors and customers are enjoying that value. Be sincere with your visitors don’t ever try to scam them instead provide value.

Don’t complain about not making money and don’t clearly state that you’re blogging for money only and have no other interest in it. Because this will show them that you will not be providing values to your readers any day. Hence another Red Light glows up.

10. Top Level Domain:

Those days are gone far away when AdSense used to approve “Blogspot” and “WordPress.com” Blogs. As for today, you must have your own unique domain that specifies your Blog. If you don’t have one yet, stop dreaming about getting approved with Sub domains and go buy a Top Level Domain.

When it comes to domain, your domain should be of top level. For this purpose the best domain is .com domain. Choose a short, unique and easy to remember domain related to your blog niche.

Another important thing about domain is it’s age. Because most of Asian Countries, AdSense has placed an age restriction. They don’t accept any sites which are not 6 months old.

So keep it in mind before applying for Google AdSense program.

11. Other Ad Networks:

If you have any other Ads placed like Chitika, Clicksor or anything, it’s time to drop them off.

Even Google AdSense allows you to use other Ad Networks along with them, it’s better to remove the ads before Applying and don’t put them back until you get a reply from AdSense Team.

So, before submitting your application for Google AdSense make sure to remove all the ads on your blog from any other network.

12. Paid Traffic:

Google hates the sites that are getting paid traffic and mostly penalizes them so there is not a damn chance of getting approved by AdSense for a site that is getting paid traffic. You can bring traffic from Search Engines or any other way you want but if you want to earn via Google AdSense the right way, paid traffic is not a solution.

Also note, that Google do not accept site which gets traffic from illegal sources. So focus on getting traffic from legal sources like social media, SEO and related blogs.

What to do if AdSense is not getting approved?

After all this what if Google AdSense does not approved you?

It’s not the end of the world! 😉

There are many other trusted and high paying ads network you can use and trust me they are not hard as Google AdSense is in terms of getting approval. One door of opportunity is closed so the other one will open.


You can use these ad networks to earn money without AdSense .They are easy to get approved.
Tagged under:

How To Fix Your Website When It Gets Hacked?

How To Fix Your Website When It Gets Hacked?


It's not uncommon for sites - even large ones with lots of protection - to get hacked. Security is a major problem these days. And if your site gets hacked, it can get damaged in a number of ways. You could lose all your data, or lose its ranking due to malicious activity. So while you can take periodic backups, you cannot prevent someone from hacking into your site. The best and most practical thing to do in such an event is to recover your site as fast as possible so that the effect of the attack is neutralized/minimized.

Here are some tips shared by Google for getting your website back on track after it has been hacked.

Clean up malicious scripts


Hackers can target your site for any number of motives. From taking down your website and deleting its content to simply adding backlinks discreetly, there's a lot that can be done. If you notice suspicious content appearing on your website, delete those unnecessary pages immediately. However, don't just stop there.

Hackers will often insert malicious scripts into your HTML and PHP files. These could automatically be creating rogue backlinks or even new pages. Make sure you check your website's source code and see for any malicious PHP or JavaScript code that could be creating such content.

Maintain your CMS


Websites often get hacked due to vulnerabilities in a CMS that get patched with updates. If you're running an older version, your site is more susceptible to attack. Make sure you keep your CMS updated, and use a strong password for login. If possible, enable two-step verification to secure the login process.

www vs. non-www


www and non-www URLs are not the same. http://www.example.com is not the same as http://example.com - the former refers to a sub-domain 'www', whereas the latter is the root of your site. When checking for malicious content, verify the non-www version of your site as hackers often try to hide content in folders that may be overlooked by the webmaster

Other useful security tips


Avoid using FTP when transferring files to your servers. FTP does not encrypt any traffic, including passwords. Instead, use SFTP, which will encrypt everything, including your password, as a protection against eavesdroppers examining network traffic.
Check the permissions on sensitive files like .htaccess. Your hosting provider may be able to assist you if you need help. The .htaccess file can be used to improve and protect your site, but it can also be used for malicious hacks if they are able to gain access to it.
Be vigilant and look for new and unfamiliar users in your administrative panel and any other place where there may be users that can modify your site.
Got any questions? Feel free to leave a new thread in our discussion forum. You can read the post from Google along with a couple case studies here. Good luck (: