I recently started fiddling around with Twitter and was pleased to find a plugin called Twitter Tools by Alex King that integrates your tweets with your blog and tweets when you post to the blog. Unfortunately it doesn’t work with the Wordpress 2.3 taxonomy, but never one to be put off that easily I’ve modified the the code to suit the new DB structure. You can see it in action in my sidebar. Download the code here. Update: Looks like Alex has fixed the bug in the main version, check out his site.
Tag Archive for 'code'
So you’ve decided its a good idea to let Google manage the email for your domain? You’ll find after sign up that you have to prove you own your domain, the easiest way being to upload a page called googlehostedservice.html to the root of your domain. Unfortunately, the Google help page isn’t to helpful on the format, so here’s an example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>googlehostedservice</title> </head> <body> googlexxxxxxxxxxxxxxxx </body> </html>
Replace the line starting googlexxx etc. with the one they supply you during the setup process, upload the page to the root of your domain, your sorted. You can then go back to the setup page, click verify and the process should complete in less than 48 hours.