2014-01-27 2 views
0

Я хочу использовать этот плагин, но когда я помещаю свое имя пользователя и его идентификатор, он не работает. Где я могу найти альтернативу, как этот плагин? http://code.google.com/p/picasa-popups/Jquery album thumbnail с всплывающей галереей

демо: https://picasaweb.google.com/113476189811132171916/2009_12_gt6

<script type="text/javascript"> 
    jQuery(function($) { 
    PopulatePicasaGalleries('113476189811132171916', 'links'); 
    }); 
</script> 

<div id="links"> 
    <a href="#" id="id__2009_12_gt6">GT6</a> 
</div> 

мой пример не работает https://picasaweb.google.com/113797508378819391794/GeoPanoramas

<script type="text/javascript"> 
    jQuery(function($) { 
      PopulatePicasaGalleries('113797508378819391794', 'links'); 
    }); 
</script> 
<div id="links"> 
    <a href="#" id="id__GeoPanoramas">GT6</a> 
</div> 

ответ

Смежные вопросы