Search Results for: twitter-tools

Social

Social

Social is a WordPress plugin that connects your site to Twitter and Facebook; and enables a number of great social features. These include: Connecting multiple Twitter and Facebook accounts to your site (including Facebook pages). Broadcastings new posts to Twitter and Facebook. Pulling back reactions from Twitter and Facebook as comments on your posts. Allowing…

Life

Tweets Owning my data is important to me. I created the Twitter Tools plugin in order to keep a copy of the content I posted to Twitter. You can browse a full archive of my tweets on this site (even by @mention or #hashtag). Golf Blog I’ve started keeping notes on the golf courses I’ve…

Twitter Tools 3.0.4: Twitter v1.1 API Compatibility

I’ve released Twitter Tools version 3.0.4 which now uses the Twitter v1.1 API. Since Twitter has turned off the 1.0 API, this is pretty much a “must upgrade” situation. If Twitter Tools has been active for you over the last few days, you’ll need to do a little cleanup: enable the Tweet admin screens delete…

Announcing Threads

I’ve just released an initial beta of Threads, a WordPress plugin I’ve been working on for about a year. The idea is simple: show posts that comprise a single overall story/topic in a timeline. Then link to that timeline from the posts so that your readers have a chance to get more historical context about…

Twitter Tools 3.0 Screencast

To compliment the screencast I did to demonstrate features of Social, I put together a quick (and very rough) walk through of some of the features of Twitter Tools 3.0. I found a bug there at the end. From my testing it looks like a multi-byte string length calculation bug (the apostrophe in is curly),…

Twitter Tools 3.0.2

I’ve released Twitter Tools 3.0.2 to address a handful of bugs and add a few customization points: Add aktt_tweet_create_blog_post filter to allow other plugins/code to make programatic decisions about when to create blog posts from tweets Add aktt_tweet_create_blog_post_format filter to allow post format to changed or omitted Properly apply title prefix when creating blog posts…

Twitter Tools’ Data Upgrade Process

One of the important changes in Twitter Tools 3.0 is the way that tweet data is stored in your WordPress database. Instead of writing that content in a separate database table the tweets are now stored as a custom post type within the posts table. This gives us all sorts of great benefits: it utilizes…

Twitter Tools 3.0.1

I released Twitter Tools 3.0.1 last night to address all confirmed bugs in version 3.0: Respect timezone offset for new posts from tweets Ensure categories and tags are set properly for new posts from tweets Make enabled/disabled accounts more visually explicit Use proper URL example in help text Want more details? Check out the diff.…

Twitter Tools 3.0 FAQ

Wherein I attempt to answer some of the more common questions I’ve seen surrounding yesterday’s launch of Twitter Tools 3.0. Why am I forced to use the Social plugin to use Twitter Tools? I assure you, no one is forcing you to do anything. Why is Twitter Tools now dependent on Social? When Twitter moved…

Twitter Tools 3.0

When I first started posting to Twitter I soon realized that I wanted to keep a copy of that content. Twitter Tools was born shortly thereafter. Since that time Twitter has evolved, WordPress has evolved, and my vision of how best to integrate the two has evolved with them. Twitter Tools 3.0 is a complete…

http_build_query() Separator Tip

I ran into an interesting “bug” in Twitter Tools last night that I traced back to http_build_query(). I expected that the query strings generated by this function used & as a separator for the key=value pairs, but on one of our test servers, the separator being used was &. This is a php.ini config setting,…

Twitter Tools 3.0 beta 2

I’ve packaged beta 2 of the next generation version of Twitter Tools. Version 3.0 is a ground-up rewrite on top of the Social platform, with a few features included for backward compatibility. If you’d like to test the beta, grab it from GitHub. This version fixes several bugs that were found in our QA process,…

Twitter Tools 3.0 beta 1

I’ve been working for a while on a version of Twitter Tools that extends Social. Version 3.0 is a ground-up rewrite, with a few features included for backward compatibility. If you’d like to test the beta, grab it from GitHub. Note that this is lightly tested and there is absolutely no information in the README…

WordPress + Twitter + Facebook = Social

Social is a new WordPress plugin that makes it easier for you to connect your WordPress site to other social web networks. Download This thing is really cool, for a number of reasons. I’ll dive into those in a bit, but first head on over to the MailChimp blog to see the official release announcement.…