=== ticketbud === Contributors: kenberland Tags: online tickets, event marketing, buy tickets online, selling tickets, ticket sell, sponsorship marketing, tickets on line, online ticketing, purchase tickets online, sell concert tickets, how to sell tickets, online ticket sales, sell tickets online, promote event, tickets tool, sports sponsor, internet tickets, sell my tickets, sell your tickets, web ticketing, ticketing tool, internet ticketing, diy tickets, sell sponsorships Requires at least: 2.0 Tested up to: 3.0 Stable tag: 0.7 The ticketbud plugin displays links to your ticketbud events and makes buying tickets simple for your visitors. == Description == The ticketbud plugin displays links to your ticketbud events and makes buying tickets simple for your readers. You will need an account at http://www.ticketbud.com to use this plugin. == Installation == Upload the ticketbud plugin to your blog or install from the WordPress plugin directory. Activate it, then enter your ticketbud user id in Plugins->Ticketbud Configuration. You can then add the ticketbud widget to any sidebar. Problems/FAQ 1) Q: The plugin isn't updating when my events change. A: This is a problem with WordPress storing the results and not updating them as fast as you'd like. - to fix, add this: add_filter( 'wp_feed_cache_transient_lifetime', create_function('$a', 'return 600;') ); to your theme's function.php file. Wordpress is set to cache feeds for a long time, this shortens it to 10 minutes. You can adjust that time length by changing 600 to a higher or lower number (in seconds). == Changelog == 0.1 initial 0.2 changed author to me! 0.3 changes to README 0.4 changes to README 0.5 changes to README 0.6 changes to README