Update:
Please check out my Improved Headlines Widget for Blogger Blogs as well.
-----------------------------------------------------------------------------------------------------------
Adding a headlines widget to your web page is a cool way to let your readers know at a glance what your recent blog entries are about. It is also a good way to attract attention and to encourage the reading of recent posts.
Code
<script style="text/javascript" src="http://www.presssalad.com/filecab/headlines.js"></script><script style="text/javascript">var numposts = 5;var showpostdate = false;var showpostsummary = true;var numchars = 80;var standardstyling = true;</script><script src="http://YourOwnBlog.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script><scriqt>
<ul><span style="font-size:58%;font-family:verdana,tahoma,arial;">↑ <a href="http://www.ebloggertricks.com/2010/09/cool-headlines-widget-for-blogger-blogs.html/" title="Grab This Widget">GRAB THIS HEADLINES </a><a href="http://www.ebloggertricks.com" title="HEADLINES WIDGET">WIDGET</a></span></ul>
<!--NoEdit--></scriqt>
Installation
1. Sign in to your Blogger Dashboard --> Design --> Page Element --> Add a Gadget --> HTML/JavaScript.
2. Copy and paste the code into the new HTML/JavaScript.
3. In the code, look for the line:
…src=”http://YourOwnBlog.blogspot.com/feeds/posts/default…
and replace the blog address (shown in color blue below) with your own blog address:
…src=”http://YourOwnBlog.blogspot.com/feeds/posts/default.…
For self-hosted blogs:
…src=”http://www.YourOwnBlog.com/feeds/posts/default…
4. Add a title (optional).
5. Save.
Layout/Design
Headlines are usually placed at the top of the web page. For your Blogger blog, go to your blog’s Design page, drag your Headlines Widget and place it above the Blog Posts box.
Do not forget to click SAVE!!
Good luck!
Related articles:











0 Comments:
Post a Comment