2011-08-08 4 views
0

私はgalleria zipファイルとすべてをダウンロードしましたが、次に何をするのか分かりません。私のブログにスライドショーを表示させるにはどうすればいいですか?私はこれを行うためにプログラムをダウンロードする必要がありますか、誰かが私のblogspotにパスタをコピーすることができるhtmlを持っていますか?私のblogspotテーマにGalleriaスライドショーを広告するには

おかげ

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/

あなただけをコピーすることができるはず、そのページの一番下に1&ペーストなど、サイト上のいくつかの例もあります。

+0

私はそれを試みましたが、それは私のために働くようには思わなかった、私は質問を更新 –

関連する問題