DropDownMenu

11 December, 2011

All Blog Post Titles in Alphabetical or Chronological Order [HTML CODE]


Step 5: Copy the code and paste into the editor (HTML mode).

<!-- Alphabetical And chronological Post Title Listing by Suresh Prasad @ www.aubsp.com Start -->
<script type="text/javascript">
function getYpipeTL(feed) {
 document.write('<ul style="font-weight:bold">');
 var i;
 for (i = 0; i < feed.count ; i++)
 {
var href = "'" + feed.value.items[i].link + "'";
var pTitle = feed.value.items[i].title;
var pComment = " \(" + feed.value.items[i].commentcount + " comments\)";
var pList = "<li>" + "<a href="+ href + '" target="_blank">' + pTitle;
 document.write(pList);
 document.write(pComment); //to remove comment count delete this line
 document.write('</a></li>');
 }
 document.write('</ul>');
 }
 </script>
 <script src="http://pipes.yahoo.com/pipes/pipe.run?
 YourBlogUrl=http://www.aubsp.com [ enter your blog url ]
 &Order=alphabet // to show chronological order replace alphabet with chrono
 &_id=4036ae36bde6da11c509f271a0ff7a10
 &_callback=getYpipeTL
 &_render=json"
type="text/javascript"></script>
<span style="font-size: 80%; float:right;">Get this <a href="http://www.aubsp.com/2011/11/blog-post-titles-at-one-place.html" target="_blank">widget</a></span>
<!-- Alphabetical And chronological Post Title Listing by Suresh Prasad @ www.aubsp.com End -->



If you want to show updates from my site on your Site:

Just replace the id 4036ae36bde6da11c509f271a0ff7a10  given in code with

For All Updates: Do Nothing paste code as it is.
For ICAI: 92a4b3d14d586cc8d7031b01ee2a1c7c
For ICSI: d73b014b4845695bc7c4be78a4a5f795
For ICWAI: 22db093d48d8b7716ab397d091b950aa
For SEBI: 9ecc56cb8269d3f5dae2c8ac035892bd
For RBI: 59566b8d1ad145f50cd8c2f2e5a87764
For MCA: 810cbeb35c93748186e518fa3938a166
For Taxpayers:0012187393be86845fc2e38c058e48dd

No comments:

Post a Comment

Support: ICAI | ICSI | ICAI | RBI | SEBI | MCA
Copyright © 2011-12. AUBSP - All Rights Reserved
Template Modify by Showeblogin
Proudly powered by Blogger

Back to top