1. goto feedburner http://feedburner.google.com/ and claim your feed for your blog 2. goto twitter http://twitter.com/and create an account ( since you don’t have one ) 3. return to feedburner and select your blog4. click click publicize > socialize > activate5. click ‘add a twitter account’ and allow twitter to access your a/c by submitting your username / email and password6. tweak settings as you wish and ‘save’7.goto http://apps.facebook.com/twitter/ to update twitter to your facebook
How To Connect Blog To Twitter & Facebook
12 Tips You Can Do To Make Your Blog Advertiser-Friendly
Before you try to attract advertisers, make sure your blog is Ad-worthy. You can do this via multiple check points, updating your blog and evaluating other successfully monetized blogs. When you evaluate your blog’s Ad potential, you’ll know if it’s time to attract Ads or to build traffic. Here are a few tips to make your blog advertiser-friendly.
Update Blog To Attract Advertisers
Use these general guidelines to ramp up your blog and make it advertiser-friendly and advertiser-ready.
1. Update Your Blog Regularly
Advertisers are on the lookout for blogs that are updated regularly. These blogs are more likely to earn a steady readership. Make your posts enjoyable and easy to read. Be passionate about what you write and keep reader interest peaked at all times.
2. Make Your Blog Keyword Rich
Focus your blog’s title around the main topic or idea in your posts. You can use this word or term throughout your blog but in a way that’s natural. Use a good keyword research tool to look for keywords that people type while searching for your niche content. Intersperse your blog’s posts with these keywords, but do it according to Google Panda rules. [Read more...]
Things You Must Keep In Mind – Blogging
When you are making blog posts, you should make sure that it is content rich. You must not do it just because you have to. Blogs are a best way to convey your thoughts and ideas to your visitors. Make your vision clear and write in simple, readable language. Your visitors are interested in what ideas went behind your business, how it can benefit them in the long run. And hearing it from the person concerned will help. There will be many websites with similar niche as yours. What you can do is post comments on these websites. Don’t just make random posts. Your posts should be relevant and meaningful. It should reflect the fact that your business is there to offer a lot more to the visitors. You must also state your Unique Selling Point in these blog posts to attract maximum traffic. [Read more...]
How to Relocate your WordPress Blog to a New Domain Name
When you move a blog from a domain to a new Domain, what do you do ?
The first thing that you want to do is to create a new add on domain for the new domain name.
The next step in the process is to copy the entire contents of the old domain folder, which includes your entire WordPress blog, into the brand new domain folder within the same hosting area.
Next, there are a couple of SQL statements that you need to run:
* First, to update your WordPress options with the new location of your blog, the following SQL command needs to be put in:
UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';
Next, you are going to need to fix the URLs of your posts and pages on WordPress. The URL values are stored as absolute URLs rather than as relative URLs, so you need to use the following SQL query to change them.
UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');
If you have linked internally at any point within your blog posts or your pages using absolute URLs, then this links are going to be pointing to the wrong locations after you change the location of your blog. You need to use the following SQL commands in order to fix all of the internal linking in all of your WordPress posts and pages.
UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');
Once you have put all of these SQL queries into action, the next step is to browse through as much of your WordPress blog as you can in order to make sure that everything is in good working order. You are also going to need to login to your WP Administration section because the authentication cookie will become invalid when you change domains.
Now you can delete the old folder contents so that your blog is not appearing in two different places.
In order to 301 redirect all old links from the old domain to the new domain, place a single file .htaccess into the now empty folder. You want to be sure to 301 redirect else you will permanently lose any hard earned links you have developed. Here is what the file should contain:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.old-domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.old-domain.com
RewriteRule ^/?(.*)$ "http://www.new-domain.com/$1" [R=301,L]
Finally, update your WordPress blog to have the new blog name in your title.
The process is relatively simple once you have a feel for what needs to be accomplished. Above all else, it is vital that you avoid upsetting your linking structure in the process. Make sure that all of your links are still valid and working after you make the big move, and your blog should be just fine, and more importantly, better off with an improved domain name.
WP Bestsellers – Amazon Bestsellers WP Plugin
Display Daily New Releases & What Is Hot And Selling Right NOW!!! Without You Lifting A Finger… And Dramatically Accelerate Your Earnings!
Following the extremely succesful launch of WP Amaniche Plugin, WP Bestsellers has been created. WP Bestsellers is a powerful and easy to use plugin for WordPress Blogs that allows users to post the Bestsellers and Latest Releases for any product category from Amazon on their Blog automatically.
This means it can add useful and diverse content on any product imaginable on a daily basis – without you writing a single word.
Read More From Here:
http://www.warriorforum.com/warrior-special-offers-forum/122264-your-sites-auto-updated-daily-latest-releases-what-sells-right-now.html

5 Blogging Tips For Firmly Establishing Your Blog
Some of the best blogging tips you can received are also the most simple to understand and follow. If you aspire to develop and operate a popular blog within your niche there is one word you must keep in mind: FOCUS.
To establish a popular site you will need plenty of blog traffic to help boost your search engine rankings and visitor referrals. How then is the best way to attract the typical blog reader and keep them coming back?
Here are 5 grass root ‘tips’ you will want to keep in mind for attracting blog traffic as you lean over your keyboard pounding out your next post.
Maintain Just ONE Blog
There are many bloggers online who agree that focusing on just one site allows you to put more effort and quality into that blog. Jumping from one site to the next and trying to do your best sets the stage for less effort, less quality and less traffic. The only thing you will see an increase in is FRUSTRATION. [Read more...]