Showing posts with label Blog Tutorial. Show all posts
Showing posts with label Blog Tutorial. Show all posts

Sunday, July 5, 2009

How to use Live Traffic Feed in your Blog?

For you who want use Live Traffic Feed in your blog, so you can know people from which country who visit your blog. Okey, this is step by step how to use Live Traffic Feed in your Blog..


1. Visit http://feedjit.com

2. Click Get FEEDJIT



3. Click Javascript Widgets in the bottom of that page


4. And in the next page you can see 4 kinds of Feedjit’s display, and you can choose one of them.

5. You can edit the display by click First Customize it!


6. After finish click Add to your Blogger Blog and the page will move to your Layout Blog.

7. Blogger : Add Page Element, you can edit the tittle and click ADD WIDGET button.

8. Finish! Good Luck..^^

Tuesday, June 30, 2009

How to use Sitemeter in your Blog?

One of tools on the blog that is often used are statistics and tracker, so bloggers can know easily how many visitors in their blog, and the most popular free statistic tool is Sitemeter…

So how to use Sitemeter in your Blog?

1. Please visit http://www. sitemeter.com


2. Click Sign Up for registration

3. Fill all the textbox and click the check box


4. After that, open your email because you will get your username and password for verification.

5. Back to sitemeter, and login with your username and password

6. Click Manager

7. Click Meter Style Menu for choose the sitemeter style that you want to put in your blog

8. Click Select

9. Click HTML Code

10. Click Adding site Meter to a Blogger.com site

11. Copy all the HTML code in your Layout Blog (Add Gadget)

12. Finish!

Good Luck For you!!

Sunday, June 28, 2009

How to make Read More in Blogspot….?

There are 2 easy phases to make Read More in your Blog :

First Phase : Edit HTML

1. Please open www.blogger.com in your browser


2. Log in to your blog --> Click Layout --> Click Edit HTML


3. After that check list expand template widget , and searh HTML code like this :

<data:post.body>


4. Replace that code with this :

<b:if cond='data:blog.pageType="item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/></p>
<a expr:href='data:post.url'>Read More</a>
</b:if>

You can change Read More according to your wishes..



5. And Click Save Template

Second Phase : How to posting

1. Click Posting


2. Please create a new article, and specify the paragraph you want to display.


3. After finish write the article, Click Edit HTML and put this code after that paragraph.

<span class="fullpost">


4. And put this code in the end of the article.

</span>


5. Finish!

Note : Edit HTML