Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Added demo that searches for historic videos in the British Pathé cha…
Browse files Browse the repository at this point in the history
…nnel.
  • Loading branch information
jeffposnick committed Oct 23, 2014
1 parent 2f7404f commit d76865d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions demo_historic_videos.html
@@ -0,0 +1,36 @@
<!doctype html>
<!--
Copyright 2014 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>&lt;google-youtube-video-wall&gt; Demo</title>
<script src="../platform/platform.js"></script>
<link rel="import" href="google-youtube-video-wall.html">
</head>

<body unresolved>
<!-- Please register for your own key! https://developers.google.com/youtube/registering_an_application -->
<google-youtube-video-wall fit
apiKey="AIzaSyAcB7qNYPC6bI7e3PHscV8w5-acmocWhmE"
wallTitle="Historic Videos from British Pathé"
channelId="UCGp4u0WHLsK8OAxnvwiTyhA"
q="flight"
showSearch>
</google-youtube-video-wall>
</body>
</html>

0 comments on commit d76865d

Please sign in to comment.