Skip to content

Instantly share code, notes, and snippets.

@screeley
Created October 18, 2011 19:19
Show Gist options
  • Save screeley/1296404 to your computer and use it in GitHub Desktop.
Save screeley/1296404 to your computer and use it in GitHub Desktop.

Revisions

  1. screeley revised this gist Oct 20, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions preview.html
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    <html>
    <head>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
    <script src="jquery.preview.full.js" type="text/javascript"></script>
    <link rel="stylesheet" href="css/preview.css" />
    <script src="http://scripts.embed.ly/p/0.1/jquery.preview.full.min.js" type="text/javascript"></script>
    <link rel="stylesheet" href="http://scripts.embed.ly/p/0.1/css/preview.css" />
    </head>
    <body>
    <form action="/update" method="POST">
  2. screeley revised this gist Oct 18, 2011. No changes.
  3. screeley created this gist Oct 18, 2011.
    15 changes: 15 additions & 0 deletions preview.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <html>
    <head>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
    <script src="jquery.preview.full.js" type="text/javascript"></script>
    <link rel="stylesheet" href="css/preview.css" />
    </head>
    <body>
    <form action="/update" method="POST">
    <input id="url" type="text" name="url"/>
    </form>
    <script>
    $('#url').preview({key:'your_embedly_key'})
    </script>
    </body>
    </html>