Wordpress Plugins

So I have created a few different wordpress plugins

  • one that connects to 360voice (shown here)
  • one that connects to the live eye (shown here)
  • one that pulls the gamertile of the user from xbox.com if they are using their gamertag to comment (just post your feedback to see it in action) 

Does anyone actually use my plugins on your site? 
Do you care? 
Should I make more? 
If so, what would YOU like to see? 
Would you like to use the Live Eye or Xbox tile Comment Plugins?

Just looking for some feedback from those of you that visit my little blog.

Officially the only one that is publically available is the 360voice plugin, but you can see the live eye plugin in action here (and if you want to use it let me know), and finally just put a comment to see the gamertile plugin in action :)

Gamerpics in comments

this isn’t an officially supported tool yet, since I know that there are a few small things that I have to resolve, but I just made a small modification to the plugin which would allow anyone who uses wordpress to use my plugin, if you wish. The biggest change is all the direct access to the Microsoft data has been moved to a public service provided here on my blog - removing any issues that might arrise by giving this plugin to someone who is not in the XDCP. So essentially the plugin contacts my blog to get the gamerpicture for the person who left comments on your blog, and my blog does all the communication using my XDCP account.

Maybe you care, maybe you dont, let me know if you are interested in this plugin

360Voice Plugin Available for download

after a friend looked over the code and it seems to working fine on his blog as well, I have decided to provide a download link to the 360voice plugin I created. Give it a try and let me know what you think.

My 360Voice Badges
My Latest 360Voice Entry
I saw squidpunch walk by yesterday morning… I was hoping he would come play and he did. 52,545 points and climbing. He rocked out to Braid, and laughed with joy and glee the whole time. I like making people happy.
My 360Voice Fav Games
My 360Voice Leaderboards
Top Gamerscore: 1923
Daily Gamerscore Change: 15340
Total Games Played: 475
100% Complete
Lost Via DomusPac-Man C.E.CSI-Hard EvidenceAvatar: TLA: TBEAt World’s EndNEW RALLY-XParty AnimalsCars: Mater-NationalUNOTMNTFeeding FrenzyViva PiñataFuzion Frenzy 2Open SeasonOblivionX-Men:TheOfficialGameDIG DUGCloning ClydeMS.PAC-MANPAC-MANCollege Hoops 2K6CondemnedGALAGAMadden NFL 06NBA 2K6NFS Most WantedHitman: Blood MoneyEA SPORTS FN 3King Kong
Get this Plugin

you can read all about the plugin, and download it by going to the 360 Voice Plugin Page

Voice Plugin & Live Eye Public API Update

Live Eye Public API:
I have just completed the first 3 public api’s for the live eye, complete with samples here on my blog (here). The current APIs allow you to:

  • Get a summary of the minutes spent on each game type
  • Get a listing of your most recent activities (max 10)
  • and to Get a listing of your overall top activities with the ability to filter out game types that you dont want inlcuded

some final touches, and these will be opened up to any live eye user that wants to use them =)

Voice Plugin now contains:

  • Most Recent Blog entry
  • Badges
  • and Top 5 games

It is starting to take up more and more space on my sidebar - I may end up storing it in a page for demonstration purposes. If I am going to actually release it as a tool that others can put on their blog, I need to include ways to customize which “chunks” are shown, and perhaps even some formatting of those chunks. It will probably be a while (if ever) before I provide the plugin for download - mostly because I am by far no PHP expert, but also this is the first time I have tried to create a plugin - and I definately have a great deal to learn.

it is starting to take up a bit more space on the sidebar then I personally want to give on this site at the moment - so for now I moved it down to the bottom of the sidebar. Edit the plugin has its own page now

Voice Plugin In Progress

I was up much later then I care to admit working on a wordpress plugin. Not being extremely familar with PHP, or creating plugins added to the fact that what I decided to create uses a remote XML source, it was an interesting learning experience. The worse part about it is I had it completely working on my local test server and got a random CGI error here on the webhost. I modified the way I was parsing the XML and it seemed to resolve the problem. I might provide it for others as a download - if someone is looking for such a plug in. Currently the plugin generates a block for the 360voice Badges you have recieved. I might expand it to use some of the other API’s they provide.

This was mostly a learning experience so that I could get a better understanding on how to retrieve XML data from a remote source and use it in PHP - so that I can do so with some of the Live Eye APIs that I am currently building. The fact that I built it as a Wordpress Plugin - I just wanted to see if I could build one, and make it easier to integrate into my blog =)

Edit: well browsing the voice boards I found that the Bits Plugin all ready is a wordpress plugin that pulls up your blog entries, however it doesnt provide access to the badges - and it is having the same exact problems I was having on my first version of my plug in. I would guess this is something to do with the XML Parsing function, perhaps its not enabled on my hosting server or something like that - just letting everyone know that there is a plug-in all ready available that is similar to what I started here…..considering my PHP knowledge - it’s probably written a lot better =)