•  
Posts Tagged ‘Eventbrite’

Eventbrite Attendees Shortcode Plugin

By Austin On August 10, 2009 4 Comments

Announcing my first “released” plugin. Very simple, as I’ve even gone over it in the last few published posts.

  1. Use WordPress to print a RSS feed for Eventbrite attendees
  2. Turn your RSS feed into a shortcode

But I decided to release it in plugin form!

Download the plugin from WordPress.com!

Click here to continue reading


Turn your RSS feed into a shortcode

By Austin On August 4, 2009 7 Comments

Last week I wrote how to “Use WordPress to print a RSS feed for Eventbrite attendees“. It was pretty popular, but then I found myself in a place that was more annoying. Trying to incorporate that into a blog post or page.

Without having to download a plugin that will allow PHP to be executed inside a post, I would have to create a template file and use that. Which is what I did, and it works just fine. But for some reason I forgot all about shortcodes! With a

Click here to continue reading


Use WordPress to print a RSS feed for Eventbrite attendees

By Austin On July 29, 2009 2 Comments

Today I was working on the WordCamp.LA site. I was trying to show the “attendee list” on the attendees page with out having to update the page every day.

Since I am using EventBrite to promote and sell ticket to the event I can collect info from there list. Evey one who purchases a ticket gets put into the ticketed database which you can view with either RSS or OPML.

I chose to use RSS and the WordPress core file rss.php.

In

Click here to continue reading