To check your keyword ranking position on major search engines like; Google, Yahoo! and Bing, and also get the advanced report including related keywords and spell check use Keyword Rank Checker Tool by SEOCentro.
|
To check your keyword ranking position on major search engines like; Google, Yahoo! and Bing, and also get the advanced report including related keywords and spell check use Keyword Rank Checker Tool by SEOCentro.
|
Here’s what to do when you encounter “Invalid token (hack attempt) or timeout. Go back, refresh that page and try again later.” error on Pligg when you try to edit the submitted story (title, description, or category).
1. Open the “csrf.php” file that is located on your “libs” folder.
2. Find this code: $this->log(‘token: ‘ . $name . ‘ does not match: ‘ . $token);
return false;
3. Edit this code to: $this->log(‘token: ‘ . $name . ‘ does not match: ‘ . $token);
return true;

1. You can’t find the csrf.php file if you are using the Template Editor on your Pligg admin.
2. You need to use an FTP Client to access the file.
The WP template I’m currently using doesn’t have a feature to display the latest blog post on a static page. And I am thinking that it would be helpful if I could display my latest blog posts on the main page.
1 – On the WP dashboard, look for the Settings, click Reading.
2 – There are 2 check buttons: Your latest posts (selected by default), and a Static page.

I’ve done a lot of research on how to add the latest blog post on a static page, and I’ve found a relevant discussion. You can read the discussions here, with the codes for displaying the latest blog posts on a static page. But I find it difficult to apply; other than that, one of the reasons is that what if I’m going to change my template, so does it mean that I will add codes again?
What I’ve found is a WP plug-in called TPG Get Posts. The TPG Get Posts plugin allows you to use a shortcode tag to add on a page and will display the list of blog posts just like the standard blog. The posts display can be selected by one or more tag values supported by the WP get_posts function, to let you control the displays on your page. See the list of support tag values here.
1 – To use it, open the page where you’d like to add the shortcode [ tpg_get_posts ] and just make sure that you selected the HTML editor.
By default it will display the latest 5 blog posts, but you can customize the display settings by using the supported get_posts template tags.
That’s right guys! You have read the blog post title correctly, you can win $1000 just by submitting an idea.

{image source: click here}
How the ManageWP Competition works:
Update: August 07, 2012 – I’ve already submitted 3 ideas, can’t wait to see the result.
To read more about the ManageWP competition, you can check out their official blog post here.
Creative Ways to Get Reviews on Google Places
As you savvy marketers, gaining as many good quality reviews on your Google Places page is not only a good idea for converting prospective clients, but also helps with increasing your rank locally. Most customers won’t know to leave Google Places reviews, so it is your job as a business owner or marketer to actively promote and encourage customers to give honest reviews.
In this blog, we will look at creative ways to get the word out.
At a seminar on the topic someone asked, “Can I place a computer at my business and encourage users to leave reviews on the spot”. Well this is a great idea because they are honest customer reviews and would probably have a good conversion rate for customers to leave reviews, but the problem is all the reviews would be coming from the same IP address which is a red flag from Google. So unfortunately, that technique would not work.
If someone posts a negative review, keep your head on and simply reply to them as the business owner in a professional and polite way. I always encourage offering something to unhappy customers to help ease any hard feelings. Even if you can’t win the angry customer back, others reading the review will see the response and it will help win back your credibility.
It’s important for you to keep your “white hat” marketing hat on and never buy or create fake reviews. Chances are Google will find out and remove the reviews and penalize your listing. Take your time while collecting reviews and focus on getting honest, real reviews. It’s not going to be an over-night endeavor and in many cases can take 6-12 months to collect a descent number of reviews. Also, although Google Places is probably the biggest and most important, make sure you take some time to collect reviews on some of the other major directories (yahoo, bing, yelp, citysearch, etc). These often times are pulled into your Google Places page anyways.
If you have any good ideas on how to gain more Google Places reviews, please post in the comments, we’d love to hear.
This article is originally published at web.savvypanda.com, written by Gabriel Wahhab on Thu, May 31, 2012 @ 02:47 PM
How to stop Spam Comments in WordPress blog
Is it really possible to stop spam comments in your wordpress blog?
By the way, what are spam comments? A spam comment is one posted by an auto-comment-software or by an individual (doing blog commenting task to get backlinks) which automatically submits unrelated comments. And these type of comments may include links to other websites. {see image below: example of spam comments}
Here’s what I did to fight against these types of comments:
1) I have activated an option under settings – discussions: users must be registered and logged in to comment
2) I have activated the Akismet plugin.
I have already tried using reCAPTCHA in one of my personal blogs, but still spam comments can get through, maybe because the auto-comment-software they’re using can solve captcha.
I will update this blog post in a month time to see if the methods above are effective to fight against unwanted comments.
Oh! in addition, I have installed a “SEO Facebook Comment” so you can leave your comments using your facebook account. I just hope that this will not be abused. Should I think in advance on how to prevent “spam comments on Facebook”?