jQuery Plugin For Displaying Tumblr Blog Feeds - Tumbo
File Size: | 3.97KB |
---|---|
Views Total: | 1005 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
Tumbo is a simple jQuery plugin that displays a customizable tumblr blog widget on your website. The widget will extract and display tumblr blog post feeds from any tumblr blog you specify.
See also:
How to use it:
1. First of all, you shound get a tumblr api key by registering a application on tumblr.
2. Include jQuery library and Tumbo plugin on your web site
<script src="http://code.jquery.com/jquery-latest.js"></script> <script src="./tumbo.min.js"></script>
3. Create a container for the widget
<div id="tumbo"> </div>
4. The javascript
<script type="text/javascript"> var tumblrBlogLink="http://amazing-jquery-plugins.tumblr.com/"; var tumblrApiKey="fuiKNFp9vQFvjLNvx4sUwti4Yb5yGutBN4Xh10LXZhhRKjWlV4"; //optional parameters----------------------------------------------- var tumboWidgetWidth = 350; var tumboWidgetHeight = 400; function goClicked() { $('#tumbo').empty().append(' loading ...'); tumblrBlogLink=$('#tumblrBlogLink').val(); loadTumbo(); } </script>
About Author:
Author: Jake
Home page: http://www.codehandling.com
Project Home: http://www.codehandling.com/2013/02/tumbo-10-show-tumblr-feeds-on-your.html
This awesome jQuery plugin is developed by Jake. For more Advanced Usages, please check the demo page or visit the official website.