2011-08-08 145 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

我试过,但它似乎没有为我工作,我更新了问题 –