Last active
May 23, 2016 11:57
-
-
Save jvgomg/ee4a57dc43244630888c3e5a97bbc7bf to your computer and use it in GitHub Desktop.
Demo React Climb Social Slideshow Embed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title>Slideshow</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<div | |
class="Climb" | |
data-collection-id="57308c212af2e605f81e53e2" | |
data-view="slideshow" | |
data-domain="http://curate.vm-08.graph.uk" | |
></div> | |
<script src="https://npmcdn.com/react@^15.0/dist/react.min.js"></script> | |
<script src="https://npmcdn.com/react-dom@^15.0/dist/react-dom.min.js"></script> | |
<script src="https://npmcdn.com/[email protected]/dist/react-climb-social.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment