Created
October 18, 2011 19:19
-
-
Save screeley/1296404 to your computer and use it in GitHub Desktop.
Revisions
-
screeley revised this gist
Oct 20, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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="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"> -
screeley revised this gist
Oct 18, 2011 . No changes.There are no files selected for viewing
-
screeley created this gist
Oct 18, 2011 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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>