Tag: wp
-
EP Hashimage gets a speedboost
The last few days we have been working on improving the speed if our EP Hashimage plugin. Today, we have released the result, a plugin that loads 70-80% faster when loading from the cache. This is achieved after a complete rewrite of the caching function. It now used the WordPress Transients API. As usual, you find…
-
Select networks in EP Hashimage
Today we’ve added a new feature to our EP Hashimage WordPress plugin. You can now (from version 3) choose which networks you want to include in your search for images with a specific hashtag. For example – if you want to print images tagged with #cat but only from the instagram network. That is now…
-
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
-
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.…
-
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…