PDA

View Full Version : giúp em làm sao để chạy được slide ảnh với ???????????



maxobonmat
18-11-2011, 11:58
đây là site của mình http://www.shopstore360.com/ cái này làm bằng template của blogspot. mình hỳ hục mãi nhưng không sao chạy được cái slide ảnh,

Bác nào biết chỉ mình với hixx

nó có hướng dẫn cách cài đặt đây:

4. Featured Content

As you know my framework is using Automatic Slider or Featured Content on all my template with JavaScript, this is a new revolutions for blogger.

How to activate the slider?

For default it will showing your latest post, and you can change to showing your post by spesific label/category or showing post from another blog. I’m using two following code for it.

<script type='text/javascript'>
//<![CDATA[
random = true;
product_image = new Array();
product_image[0] = "/noimage.png"; // Image URL for product wich have no a thumbnail.
product_image_width = 110; // Product image width.
product_image_height = 110; // Product image height.
product_image_number = 9; // Value to show item.
//]]>
</script>

and

<script src='/feeds/posts/default?orderby=updated&amp;alt=json-in-script&amp;callback=featured_product' type='text/javascript'/>

How to make it showing your post by spesific label/category?

<script type="text/javascript" src="/feeds/posts/default/-/YOUR LABEL HERE?orderby=updated&amp;alt=json-in-script&amp;callback=featured_product"></script>

How to displaying post from another blog?

<script src='BLOG URL/feeds/posts/default?orderby=updated&amp;alt=json-in-script&amp;callback=featured_product' type='text/javascript'/>