More Demos: bootstrap slider carousel, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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>