Flattry

We’re experimenting with adding Flattr links to PigPog. I’m not sure if Flattr has taken off to enough of an extent to make any difference, but it’s always seemed like a good take on the micropayments idea to me, and these things can’t take off if people don’t try them out. It’s quite nicely unobtrusive, too.

Flattr is a service you sign up for, and put in a small amount of money each month. You can then click Flattr links on web sites or other content, and your monthly ‘tip jar’ gets split among the people you’ve ‘flattrd’ that month. The minimum amount is just 3 EUR a month, so it doesn’t cost much to show a bit of appreciation.

They seem to have changed direction a little recently, in a way that should make it much easier to use. It now connects to various accounts, like Twitter, Flickr and Instagram, and counts your ‘likes’ or ‘favourites’ on those services as flattrs. So when you favourite a photo on Flickr, or star a tweet, the user will get a little tip if they’re on Flattr.

It has to take off to really have much effect, but it’s an idea I like a lot.

Hiding an Ad that Broke Mobile Safari

The new PigPog design looks decent on desktops, and looked ok on mobiles, until I added the Google ad under the header. That made iPhones and iPod Touches squash the content into half the screen. Rather than work out why, I’ve just hidden the ad for those users using a CSS media query. All it needed was this, added to the child theme’s style.css file:

@media only screen and (max-device-width: 480px) {
  #header-ad {
    display: none;
  }
}

(Well, that and wrapping the ad in a div with id=”header-ad”.)

This helped me.

About the tag cloud…

…ignore the biggest one. Really. Unless you want to read about how it all went well before it all went bad before it all started to going well again.

sigh Weight management is an annoying business. I wish I could ignore it but I can’t. Stay tuned for more blether about my latest attempts to get healthy.