2011-08-08 52 views
0

我下載了廣場zip文件和一切,但我不知道下一步該怎麼做。我如何讓幻燈片放映出現在我的博客上?我是否需要下載程序來做到這一點,或者是否有人可以將麪條複製到我的blogspot中?如何將廣告幻燈片放映到我的Blogspot主題

感謝

http://testingthisf.tumblr.com

我把我的照片,但它出現的只是一堆高分辨率的

<!doctype html> 
<html> 
    <head> 
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> 
     <script src="galleria/galleria-1.2.5.min.js"></script> 
    </head> 
    <body> 
     <div id="gallery"> 
      <a href="http://tinypic.com?ref=332zfhf" target="_blank"><img src="http://i51.tinypic.com/332zfhf.jpg"</a>"> 
      <a href="http://tinypic.com?ref=b6pstt" target="_blank"><img src="http://i52.tinypic.com/b6pstt.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      "<a href="http://tinypic.com?ref=8y5ate" target="_blank"><img src="http://i51.tinypic.com/8y5ate.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <a href="http://tinypic.com?ref=95rm7b" target="_blank"><img src="http://i53.tinypic.com/95rm7b.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <a href="http://tinypic.com?ref=2ivk901" target="_blank"><img src="http://i52.tinypic.com/2ivk901.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <a href="http://tinypic.com?ref=lhaoj" target="_blank"><img src="http://i56.tinypic.com/lhaoj.jpg" border="0" alt="Image and video hosting by TinyPic"></a>"> 
      <a href="http://tinypic.com?ref=v48ghz" target="_blank"><img src="http://i51.tinypic.com/v48ghz.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <a href="http://tinypic.com?ref=mk8xub" target="_blank"><img src="http://i52.tinypic.com/mk8xub.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <img src="<a href="http://tinypic.com?ref=25hfya0" target="_blank"><img src="http://i52.tinypic.com/25hfya0.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <img src="<a href="http://tinypic.com?ref=2ccqb1w" target="_blank"><img src="http://i52.tinypic.com/2ccqb1w.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
      <img src="<a href="http://tinypic.com?ref=2woybdg" target="_blank"><img src="http://i54.tinypic.com/2woybdg.jpg" border="0" alt="Image and video hosting by TinyPic"></a> 
     </div> 
     <script> 
      Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js'); 
      $("#gallery").galleria({ 
       width: 500, 
       height: 500 
      }); 
     /script> 
    </body> 
</html>​​​ 

回答

0

廣場有許多選項和外觀。我建議通過他們的初學者指南。

http://galleria.aino.se/docs/1.2/getting_started/beginners_guide/

也有在網站上的一些例子,包括一個在該頁面的底部,你應該能夠只是複製和粘貼。

+0

我試過,但它似乎沒有爲我工作,我更新了問題 –