The outputted markup is similar to the native Tumblr code.
The difference is that the plugin outputs the posts wrapped in <li> tas, and not DIVs.
Here are some key features of "jQuery Tumblr":
· timeout: Ajax timeout defaults to 5000
· url: Tumblr blog URL
· loading: A selector that specifies a element that can be shown when loading content from Tumblr.
· pagination: A selector that specifies where the pagination will reside. If one does not exist, pagination is disabled.
· perPage: The number of posts to return. The default is 20, and the maximum is 50.
· start: The post offset to start from. The default is 0.
· photoSize: The photo size to use, accepted values are 75, 100, 250, 400, 500 and 1280. Default is 400.
· videoSize: The video size to embed, accepted values are 250, 500 or false. If false, the Tumblr 'video-player' parameter will be used.
· timeago: If true (default) then jquery-timeago will be used for post dates.
· shortLength: For captions and titles that are less than this length the css class 'short' will be added. Default is 50.
· mediumLength: For captions and titles that are less than this length the CSS class 'medium' will be added. Default is 100.
· fancybox: If true (default) then Fancybox will be used when there are multiple photos. See photoThumbSize and photoLightboxSize
· photoThumbSize: If there are multiple photos, they will be output in a ul/li tags, this value will be the size of image used. Accepted values are 75, 100, 250, 400, 500 and 1280. Default is 75.
· photoLightboxSize: If there are multiple photos, this image size will be used for Lightbox. Accepted values are 75, 100, 250, 400, 500 and 1280. Default is 1280.
· timeout: Ajax timeout defaults to 5000
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library