Last active
August 22, 2017 03:14
-
-
Save azcoov/8676767 to your computer and use it in GitHub Desktop.
Example implementation of the Nearby Now Photo Gallery widget. Just add your API to the data-key tag and you're good to go.
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> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Nearby Now Photo & video Gallery Widget</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<!--[if lt IE 8]> | |
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
<p>Nearby Now Photo & Video Gallery Widget</p> | |
<div id="nn-photo-gallery"></div> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <!-- jquery is required --> | |
<script src="https://d6at0twdth9j2.cloudfront.net/widget/v1/gallery.min.js" data-key="" data-count="10"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment