blogger.eye
Newbie
- Jun 30, 2011
- 1
- 0
Now I'll share to you a widget that will generate a random posts from any site you specified. And of course this script is made as small as possible so your website performance is not affected.
Actually this widget for blogger blog but I think other platform are welcome too..
Here is the script:
OK, paste the code above in your body tag where you want it to appear.
Please edit the following parameters before you paste the code:
* Change your blog url.blogspot.c*m with the URL of the site
* aa_r_post_number = 50; you can set it to 5 or 10 or 100 if you want to.
* aa_style = 2; change it to the style you want. Available value: 0,1,2,3
View Demo & Screenshot :
h**p://demo-widgets.blogspot.com/2011/06/random-posts-widget-for-blogspot.html
I hope this script is useful for you....
=====================================
Created By : Widgets Zone ( h**p://widgets-zone.blogspot.com/ )
=====================================
Actually this widget for blogger blog but I think other platform are welcome too..
Here is the script:
Code:
<!-- Start Random Post -->
<script type='text/javascript'>
aa_r_post_number = [COLOR=red][B]50[/B][/COLOR]; //set the total posts you want to display
aa_style = [COLOR=green][B]2[/B][/COLOR]; // style : 0, 1 ,2 ,3
aa_url = '[COLOR=blue][B]your blog url.blogspot.c*m[/B][/COLOR]'; // Your Blog URL Without HTTP
</script>
<script type="text/javascript" src="http_:_//zona_widgets_1.xtgem.c[COLOR=White]o[/COLOR]m/2_random_post_style"></script>
<!-- End Random Post -->
Please edit the following parameters before you paste the code:
* Change your blog url.blogspot.c*m with the URL of the site
* aa_r_post_number = 50; you can set it to 5 or 10 or 100 if you want to.
* aa_style = 2; change it to the style you want. Available value: 0,1,2,3
View Demo & Screenshot :
h**p://demo-widgets.blogspot.com/2011/06/random-posts-widget-for-blogspot.html
I hope this script is useful for you....
=====================================
Created By : Widgets Zone ( h**p://widgets-zone.blogspot.com/ )
=====================================