Created
March 10, 2009 21:44
-
-
Save nathanborror/77160 to your computer and use it in GitHub Desktop.
Widget service
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
/* | |
* Widget Maker | |
* | |
* <script type="text/javascript"> | |
* var widget = { | |
* "id": "readernaut_widget", | |
* "width": 300, | |
* "height": 300 | |
* }; | |
* </script> | |
* <script type="text/javascript" src="http://media.readernaut.com/javascript/widget.js"></script> | |
* <script type="text/javascript" src="http://readernaut.com/services/widgets/?url=http%3A//readernaut.com/nathan/books/"></script> | |
*/ | |
callback({ | |
"version": "1.0", | |
"type": "list", | |
"title": "My book list", | |
"url": "http://readernaut.com/nathan/books/reading/", | |
"author_name": "Nathan Borror", | |
"author_url": "http://readernaut.com/nathan/", | |
"provider_name": "Readernaut", | |
"provider_url": "http://readernaut.com/", | |
"list": [ | |
{ | |
"title": "The Adams-Jefferson Letters", | |
"url": "http://readernaut.com/nathan/books/0807842303/the-adams-jefferson-letters/", | |
"description": "On page 534 of 690." | |
"thumbnail": | |
{ | |
"small": "http://example.com/foo_50x50.jpg", | |
"medium": "http://example.com/foo_150x150.jpg", | |
"large": "http://example.com/foo_250x250.jpg" | |
} | |
}, | |
{ | |
"title": "Cocoa", | |
"url": "http://readernaut.com/nathan/books/0321503619/cocoa/", | |
"description": "On page 534 of 690." | |
}, | |
{ | |
"title": "No One Belongs Here More Than You", | |
"url": "http://readernaut.com/nathan/books/0743299418/no-one-belongs-here-more-than-you/", | |
"description": "On page 534 of 690." | |
}, | |
{ | |
"title": "Gödel, Escher, Bach", | |
"url": "http://readernaut.com/nathan/books/0465026567/godel-escher-bach/", | |
"description": "On page 534 of 690." | |
}, | |
{ | |
"title": "The Adams-Jefferson Letters", | |
"url": "http://readernaut.com/nathan/books/0807842303/the-adams-jefferson-letters/", | |
"description": "On page 534 of 690." | |
}, | |
{ | |
"title": "Cocoa", | |
"url": "http://readernaut.com/nathan/books/0321503619/cocoa/", | |
"description": "On page 534 of 690." | |
}, | |
{ | |
"title": "No One Belongs Here More Than You", | |
"url": "http://readernaut.com/nathan/books/0743299418/no-one-belongs-here-more-than-you/", | |
"description": "On page 534 of 690." | |
}, | |
{ | |
"title": "Gödel, Escher, Bach", | |
"url": "http://readernaut.com/nathan/books/0465026567/godel-escher-bach/", | |
"description": "On page 534 of 690." | |
} | |
] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment