Tuesday, July 8, 2014

CARA MEMBUAT RANDOM POSTING DI BLOG

CARA MEMBUAT RANDOM POSTING DI BLOG
RANDOM POSTING DI BLOG
LANGKAH - LANGKAHNYA SEBAGAI BERIKUT


1. LOGIN AKUN BLOG ANDA
2. MASUK TAB LAYOUT
3. TAMBAH WIDGET [TERSERAH ANDA POSISINYA DI LETAKKAN DIMANA]
4. PILIH TAMBAH HTML/JAVASCRIPT
5. COPY&PASTE SCRIPT DIBAWAH INI  :

<!--RANDOM POST-->
<center>
<div style="margin-bottom: 15px;">
<style type="text/css">
#rp_plus_img{height:287px;overflow:hidden;border:solid 0px #585858;padding:1px 5px 14px 1px;background-color:none;}
#rp_plus_img ul{list-style-type:none;margin:0;padding:0}
#rp_plus_img li{border:0; margin:0; padding:0; list-style:none;}
#rp_plus_img li{height:70px;padding:1px;list-style:none;}
#rp_plus_img a{color:#3366ff;}
#rp_plus_img .news-title{display:block;font-weight:bold !important;margin-bottom:2px;font-size:9px;}
#rp_plus_img img{float:left;margin-right:10px;padding:1px;border:solid 1px #cccccc;width:60px;height:65px;}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://slide-down-recent.googlecode.com/files/Slide%20Down%20Recent%20Post.js"></script>
<script type="text/javascript">
var speed = 400;
var pause = 3500;
$(document).ready(function(){
rpnewsticker();
interval = setInterval(rpnewsticker, pause);
});
</script>
<ul id="rp_plus_img">
<script style="text/javascript">
var numposts = 20;
var numchars = 60;
</script>
<script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=rpthumbnt"></script>
</ul>
</div>
</center>
<!--END RANDOM POST-->

6. SETELAH SEMUA SELESAI SAVE

8. LIHAT HASILNAYA


No comments:

Post a Comment

Back to top