How to Automatically publish Blog posts directly to Facebook via networked Blogs

NetworkedBlogs Application for Facebook offers this service for facebook users to automatically publish Blog posts directly to Facebook wall.

To Automatically publish Blog posts directly to Facebook via networked Blogs

1.Login to your facebook account.

2. Open a new tab and copy paste below url

http://apps.facebook.com/blognetworks/

3.click the login button.

(more…)

Continue ReadingHow to Automatically publish Blog posts directly to Facebook via networked Blogs

How to schedule your wordpress post

Schedule your wordpress post is very useful feature in wordpress. why would you want to do this? If you have 2 or 3 articles and don’t want to publish all posts on the same time or republish your old posts or on vacation. It is simple to schedule your posts to publish in the future in wordpress.

1.Login to your wordpress admin.

2.Click Add New to write a post.

3.when you are done writing the post click edit link in your publish immediately option (above the publish button)
(more…)

Continue ReadingHow to schedule your wordpress post

Manually insert adsense ads inside wordpress posts

Login to wp-admin.
Go to your WordPress theme editor under Appearance menu.
You will see the list of theme files at the right side. Click Single Post. The source code of that file will be shown in the screen.

Find out the following line in the code

<div class=”entry”>

If you need to place ads at the top of the post

You need to paste the adsense or any other ads code directly right above this line. This will place the ad unit right after the title of your blog post.

place ads at the End of the Post:
you can also place adsense or other ads right below the post. For this, find out the following line in the source code and paste the necessary codes right above the following line:

<?php comments_template(); ?>

This will make your ad appear at the end of the post.

(more…)

Continue ReadingManually insert adsense ads inside wordpress posts