Category: WordPress

  • SSWC – photos

    Sweden Social Web Camp is currently taking place on the island of Tjärö, Sweden. The entire social media elite (except for me höh) is there. To keep up with what they’re doing, i hereby showcase our WordPress plugin EP HashImage. Below we’re displaying images from the hashtag SSWC, by scraping twitpic, instagram, yfrog, plixi, flickr, pic.twitter.com. [hashimage…

  • EP Social Widget now with shortcode

    Our very popular social widget plugin has been updated with shortcode support so that you with ease can display your social links in posts and pages. Here is a short how to. [ep-social-widget facebook=”https://facebook.com” gplus=”https://plus.google.com” rss=”1″] Available networks are facebook gplus twitter flickr youtube rss Just use the one you want to display in your…

  • Base64-encoding media assets in WordPress

    I needed to serve some WordPress posts as web views to some mobile apps. But the app guys wanted the all the images inside the_content to be encoded into base64-strings, for offline caching. This was made into a tiny little plugin which you can download and use as you see fit. When enabled, this plugin…

  • Hashimage updated with async loading

    From the start we always felt that we needed to do something about the slow loading of the hashimage plugin. Today we have updated it with the option to use async loading, letting all the heavy work to be done after initial page load. See the settings page for this new option. In this update…

  • Hashimage plugin now with widget

    Today, our WordPress plugin EP Hashimage has been updated to version 2.2.0. The news is that we added the ability to display images in a widget. You can download the latest version of the plugin over at wordpress.org

  • Hashimage WordPress plugin updated

    During summer last year we published a dirty site for displaying images from a certain Twitter hashtag. In august the same year we got the question to make it a WordPress plugin. Said and done, we made a plugin a few hours later. Now, it’s updated with some new features and released at WordPress plugin…

  • EP Social Widget – Tiny social widget for wordpress

    When started, it is so much easier to continue. Today we have released our very tiny social wordpress widget. It is simple, this plugin will add and widget on your site in witch you can choose to display a RSS, Twitter, Facebook or Flickr icon, linked to you profiles or thoes sites and your sites…

  • Our first released WP plugin – EP Comments Export

    WordPress is a system we have been using a lot , since years back. Today, for the first time, we release a plugin to the WordPress plugin directory. The plugin, with the name EP Comments Export, lets you easily export all comments and comment meta data from a specific post, page or custom post type.…

  • Christmas gift to the Internet: Hundstallet WordPress plugin

    I recently fell in love with _all_ the homeless dogs on the Hundstallet website. I’m sure everyone would. And seeing as dogs has been mans best friend for many years, i thought we’d better give something back. When installed, this WordPress plugin will override your theme’s 404 page and instead display a random homeless dog…

  • WP e-Commerce on multisite with domain mapping

    Using WP e-Commerce on a WordPress multisite is easy. But getting it to work with Domain Mapping proved a little tricky. WP e-Commerce adds a few options to the wp_options table, like “product_list_url”, “shopping_cart_url”, and a few others. These are full links containing the domain name from your multisite setup. If you want your customers…

  • Fetching WordPress content from CodeIgniter

    In a few recent projects we’ve used the excellent WordPress admin for content entry, but built the public facing stuff in CodeIgniter. Making these platforms talk to each other is fairly simple, and this is what we’ve learnt along the way. – Do not, ever, initialize WordPress to fetch the data. WordPress is quite the…

  • Moving WordPress 2.6 posts to a new 3.x installation

    You have an old 2.6 version of WordPress with 2 000+ posts and 100 000+ in total comments. Today you have installed a brand new WordPress 3.x blog and want to import all data from the old blog but it is just too much to export with the built in export function in WP 2.6.…