Thursday 17 May 2012

How To Make Headline News In Blog

| |

As we know, headline news is a feature in TV stations wich usually located at the bottom. Usually, that's display some latest news. But in this case, because it's about blog, so the headline news display the recent posts of your blog. So, the visitors can watch the newest post of your blog. Now, if you want to add it into your blog, just follow the steps below.

1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add Gadget
3. Choose HTML/Java Script
4. Copy the code below, and paste into the place
<script type="text/javascript">
var hn_url_blog = "http://
ctipstricks.blogspot.com";
var hn_jumlah_post = 5;
var hn_warna_latar = "#EEEEEE";
var hn_warna_garis = "#000000";
var hn_posisi = "top";
var hn_tampilkan_judul = true;
var hn_backlink = true;
</script>
<script src=" https://sites.google.com/site/ctiptricks/headlinenews.js?attredirects=0&d=1 ">
</script>
=>Change with your blog address
=>Number of posts that you want to display
5. Save now 

0 comments:

Post a Comment