Kode Recent Post Valid HTML5 - Kode Jasa SEO Blog

Senin, 12 Mei 2014

Kode Recent Post Valid HTML5

Kode Recent Post Valid HTML5


<!-- recent posts by http://www.jasaseoblog.com -->
<script type="text/javascript">
function getYpipePP(feed) {
document.write('<ol style="">');
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 + ")";
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('</ol>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?
YourBlogUrl=http://www.jasaseoblog.com
&ShowHowMany=10
&_id=390e906036f48772b2ed4b5d837af4cd
&_callback=getYpipePP
&_render=json"
type="text/javascript"></script>
<!-- recent posts by http://www.jasaseoblog.com -->

Kembali ke halaman artikel: http://www.jasaseoblog.com/2014/05/cara-membuat-recent-post-tanpa-edit-html.html

0 komentar:

Posting Komentar