Cara Membuat Widget Featured Post Image Slider di Blogger Otomatis. Bisa menampilkan posting terbaru, juga bisa menampilkan post per label / kategori. Lihat Demo1
Features Blogger Dynamic Slider:
Content Generates Automatically
Fully Responsive
Slider By a Specific Label
Slider By Recent Posts
Preloader Function
Lots of Customization Options
Easy Setup & Customization
Featured Post Image Slider di Blogger Otomatis ini cocok untuk blog toko online atau blog bisnis untuk menampilkan produk atau jasa unggulan.
sudah ada di template blog Anda, maka gak usah diikutkan, hapus saja.
3. Save Template!
Kembali ke Dashboard
- Layout > Add a Gadget > pilih HTML/Javascript
- Copas kode berikut ini:
<divid="slider1"></div> <scripttype="text/javascript"> $(document).ready(function() { $("#slider1").BloggerDynamicSlider({ imageWidth: 636, // Image width in px value imageHeight: 398, // Image height in px value maxItem: 6, // Max number of Slider Image to show animation: "slide", // Select your animation type, "fade" or "slide" showPostTitle: true, // Show post title as Caption ? (true/false) postTitleStyle: "overlayLight", // Caption style: "default, "overlayDark" or "overlayLight" }); }); </script>
Beres! All the options of 'Blogger Dynamic Slider'
$("#slider1").BloggerDynamicSlider({ blogURL: "", // Your Blog URL. example: "http://imagesliderforblogger.blogspot.com"; Only need to specify when fetching slider content from another blog labelName: "", // Show posts from specific Label. Specify a 'Label', or leave it empty to fetch from all recent posts maxItem: 6, // Max number of Slider Posts to show showPostTitle: true, // Show post title as Caption ? (true/false) postTitleStyle: "default", // Select post title/caption style "default, "overlayDark" or "overlayLight" imageWidth: 544, // Image width in px value imageHeight: 280, // Image height in px value animation: "fade", // Select your animation type, "fade" or "slide" controlNav: true, // Navigation for paging control of each slide? (true/false) directionNav: true, // Previous/next navigation? (true/false) pauseOnHover: false, // Pause slideshow when hovering over slider, then resume when no longer hovering (true/false) slideshowSpeed: 7000, // Set the speed of the slideshow cycling, in milliseconds animationSpeed: 600, // Set the speed of animations, in milliseconds animationLoop: true, // Should the animation loop? (true/false) });
Demikian Cara Membuat Widget Featured Post Image Slider di Blogger Otomatis.
0 komentar:
Posting Komentar