I shared a sliding panel as a plugin for WordPress in the Plugin Directory and it was downloaded more than 500 times in only 4 days whereas my 2 past shared plugins didn’t pass 150 downloads in about 1 month http://wordpress.org/extend/plugins/profile/fay-1
I know I know, it’s very very far from the most downloaded plugin ever for WordPress… but how to find a new plugin idea that will rock when you come very late to this field where almost all needs are already coded in existing and mature plugins ?
Any way, according to my small experience, this is my conclusion to make plugins that are destined to be a little bit famous :
1- When you have the choice, make plugins for the frontend part of WordPress and not the backend
2- Make your plugins web 2.0 by using a javascript library, cute css/images (rounded corner, shadows…)
3- Chose an official-like name, something like WP PLUGIN FUNCTION (and not .fay PLUGIN FUNCTION
)
4- Frequently commit (real) little updates (every update ≅ last downloads * 2
)
5- Write plugins that interact with extra web services (Google products, Facebook, Twitter…)


























September 25th, 2009
at 09:11
I need a plug-in which makes my blog bilingual (Arabic and French, English,…)
Do you have any idea?
September 25th, 2009
at 09:18
salam bba simpldespry
try this one http://wordpress.org/extend/plugins/qtranslate/
it seems good from screenshots http://wordpress.org/extend/plugins/qtranslate/screenshots/
September 25th, 2009
at 09:34
Wa 3alikoum Salam
Mabrouk l’3id
September 25th, 2009
at 09:38
allah ybark fik b’se7a wa lmaghfira inchallah
September 25th, 2009
at 09:39
Alredy seen
What I need is a plug-in that acts on the CSS to change fonts, alignments, text formatting …
September 25th, 2009
at 10:27
j’ai deja fait bcp d recherche pour trouver un plugin pareil mais walou, le seul plugin intéressant li lgit houwa qtranslate.
September 25th, 2009
at 10:30
With one backend installation to deal with, you can have multiple frontend blogs…
so :
- 1 blog for arabic (with an arabic theme/language)
- 1 blog for french (with another theme)
- the root blog will contain a summary/into or a table of content for all your sub blogs
if not, you can install 2 themes (one for arabic and the other for Fr/En), then ask authors of existing language switcher plugins (qtranslate, xLanguage…) to add an option to set a specific theme for every language and so to automatically switch between themes when switching between languages…
September 25th, 2009
at 10:39
@ The Daily REMT
!!!!!!
Too complecated solution
@ Fahdos
J’ai trouvé un plug-in intéressant :
http://downloads.wordpress.org/plugin/wp-multilingual.2.1betta.zip
Malheureusement, je n’ai pas pu le tester parce qu’il m’a causé beaucoup de problèmes d’incompatibilité avec d’autres extensions déjà installées.. je pense, toutefois, qu’il peut être une base à développer
September 25th, 2009
at 10:45
si tu peux au moins preparer ton actuel theme en modifiant le css/image pour l’arabe, dis moi quel plugin tu preferes pour la translation (qtranslate, xlanguage ou autre) et je vais le modifier pour toi afin qu’il change le look quand on switch entre les langues
September 25th, 2009
at 10:50
Ce que je veux c’est pouvoir choisir un CSS pour un article ou une page donnés.. Je me fout du reste.
De toute façon, je ne dispose que de 32 Mo de mémoire et j’ai déjà atteint la limite max, un autre plug-in et mon blog sera bloqué!
September 25th, 2009
at 11:08
si ce n’est que ça, hadi sahla
pour chaque post/page, tu peux creer un custom field, si tu les as jamais utilisé, ils se trouvent un peu en bas de la page d’edition des posts ds wordpress
par exemple pour un poste en arabe :
custom field ->
Name : css_path
Value : http://reflexblog.filambda.com/wp-content/themes/bobv2/style_ar.css
et pour poste en français, soit ne rien ajouter soit aussi definir un css explicite
custom field ->
Name : css_path
Value : http://reflexblog.filambda.com/wp-content/themes/bobv2/style.css
apres, dans le fichier header de ton theme :
$css_path = bloginfo('stylesheet_url'); if (is_page() || is_single()) { if (isset(get_post_custom_values('css_path'))) { $css_path = get_post_custom_values('css_path') } } <link rel="stylesheet" type="text/css" href="<?php echo $css_path; ?>" />September 25th, 2009
at 11:28
Tu n’as pas un bon CSS arabe par hasard?
Non, je plaisante..
Merci pour l’astuce, je vais tester et te mettre au courant.
D’un autre coté, je voulais simplement te dire, toi qui cherche un idée pour un plug-in de renom, de chercher du coté de la langue arabe, c’est un filon qui reste à ce jour non exploité.. Bon courage!
September 25th, 2009
at 11:32
t’as raison c’est une bonne idée de plugin, je vais y réfléchir, pour le bien de notre langue Arabe
jomo3a mobaraka
September 26th, 2009
at 20:36
Félicitaions pour le plugin
September 27th, 2009
at 22:34
vos critiques, remarques et suggestions sont les bienvenues