Archive

Posts Tagged ‘Development’

Using x.co with Twitter Tools in WordPress

September 8th, 2010 Chris K No comments

So the other day GoDaddy.com released it’s new URL shortener x.co. They’ve also built in an API, so from that, we can now use the Twitter Tools WordPress plugin with the x.co URL Shortener. I’ve hacked together a file based off the Twitter Tools bit.ly plugin that works in conjunction with the main Twitter Tools plugin without any issues that I’ve noticed so far. For now you need to do the following:

  1. An account with x.co (which is the same as a GoDaddy.com account)
  2. Install Twitter Tools for WordPress
  3. Download this .zip file and extract it into wp-content/plugins/
  4. Activate the Twitter Tools – x.co URLs plugin from your plugins list
  5. Login to your x.co account and click on the ‘Settings’ tab, copy down your API Key.
  6. From the ‘Settings’ menu select ‘Twitter Tools’ and you will need to enter your X.co API Key.
  7. That’s it, you are ready to tweet your posts with x.co shortened URLs!

If you have any feedback let me know and I’d be glad to see what I can do to help you out. I will try and get this up on WordPress.org within the next day or two for installation directly in your WordPress admin area.

Categories: Updates

WordPress Dev 101: Hooks

August 30th, 2010 Chris K No comments

When I first got into WordPress development, I had no idea how the Core of WordPress was designed. I knew that I wanted my snippet of code to fire at a specific time, but short of hacking it into the theme I was using at the time, I had no clue how to achieve this. It was then that I discovered the Hooks of WordPress. Think of WordPress’ Hooks as the OnRamp to the rendering of your WordPress based site. Your code will sit dormant until the moment the Hook you have ‘Hooked’ fires, then your code will jump in and be executed. Read more…

Categories: WordPress

Updated today, release 2.2!

April 21st, 2010 Chris K No comments

Could it be that the Updated Today plugin for WordPress has been updated to version 2.2 only a day later!? You better believe it.

I’ve added some more options to this one. You now can choose if post, pages, or both trigger the banner. You can also choose between the original post date or the modified date (or both) affect the banner. I hope you like the updates.

Cheers!

Categories: WordPress