How to turn on Auto-play mode ?
To turn on Auto-play mode, you just need to change the false to true. Please have a look at the script below for a clear reference. You can find this script at the end of the HTML code. For more information on customization options please visit Documentation page.
<script type="text/javascript">
$(document).ready(function () {
FeaturedPost({
blogURL:"
https://schandcol.blogspot.in/
",
MaxPost:
8
,
idcontaint:"#featuredpost",
ImageSize:
500
,
interval:
5000
,
autoplay:
false
,
tagName: false
});
});
</script>