Skip to content

Instantly share code, notes, and snippets.

@jvgreenaway
Last active May 23, 2016 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvgreenaway/ee4a57dc43244630888c3e5a97bbc7bf to your computer and use it in GitHub Desktop.
Save jvgreenaway/ee4a57dc43244630888c3e5a97bbc7bf to your computer and use it in GitHub Desktop.
Demo React Climb Social Slideshow Embed
<!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/react-climb-social@2.0.0-alpha.5/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