22 July 2008 – 12:21
in Development, Plugins, Wordpress —
As a reminder, this article is the third of a series called Write your own plugin for Wordpress
Introduction to plugins
Plugin’s skeletton
1. Plugin activation
When a Wordpress plugin becomes active, it might be interesting to do some processing (such as database creation, options filling, and so on…). To do so, Wordpress is providing a very usefull function [...]
By Anthony
16 July 2008 – 10:57
in Development, Wordpress —
You own a flickr account and would love to integrate a gallery on your website, might it be into the sidebar or directly into a page. Here is a tutorial to show you how to proceed.
First, you must connect to your Flickr account, and then go to this address (I can’t remember the complete path [...]
By Anthony
There are many solutions existing out there to display charts into your pages. Indeed, whatever your reason is to include dynamic charts, it’s often necessary to use third part applications.
It’s never easy to generate them all by yourself, save it as an image and then upload it on your server.
That’s where some applications will come [...]
By Anthony
16 June 2008 – 18:59
in Development, Plugins, Wordpress —
ZdMultilang is a Multilingual plugin for Wordpress allowing you to blog in more than one language. You can define multiple languages and translate posts/tags/categories using the interface that will be added to your blog’s administration panel.
After doing so, your readers will be given the possibility to choose their language using a widget, or directly within [...]
By Anthony