Englishjquery carousel slider example  Deutschbildergalerie  Españolgaleria de imagenes html  Françaishtml5 slider  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 How to add pin it button to image gallery wordpress

Q: Is it possible to to give each slide its own URL that can be shared and linked to form places like Pinterest (Pin it button)?

A: You can try to add "Pin it" button the following way:

Copy this link and paste it in the description area of wowslider body section.

<a data-pin-config="above" href="//pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a>



For example:

<!-- Start wowslider.com BODY section -->
	<div id="wowslider-container1">
	<div class="ws_images"><ul>
<li><img src="data1/images/1.jpg" alt="1" title="1" id="wows1_0"/><a data-pin-config="above" href="//pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></li>
...



Put this code just above your closing </BODY> tag:

<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>