Posts Tagged ‘Wordpress’

A full-featured cool post editor like MS-Word for WordPress Blogs (FCKEditor)

Friday, March 11th, 2011

I have recently installed a new blog for my younger sister and thus am establishing a number of handy plugins to make her blog more convenient for writting posts etc.

The default text editor embedded with the default wordpress install is very unflexible and thus I looked around on the net for good substitutes which will enable my sis to feel a bit like using MS-Word.

The plugin that “made the day” was FCKEditor . The installation of the FCKEditor plugin is just like any other easy to install wordpress plugin and in newer wordpress installations for instance in ver. 3.1 it can be searched directly online and installed with 2 simple clicks.
After the plugin succesful installation I enabled it and voilla, that was all. The plugin automatically overwritted the default wordpress html editor and added up a dozen of edit buttons like you can see in the screenshot below:

wordpress fsckeditor screenshot

How to “Enabling your blog posts posted to nanoblogger to be also imported to your wordpress”

Saturday, October 17th, 2009

I wanted to simulatenously have all my nanoblogger posts imported as well to my wordpress on www.pc-freak.net/blog .
To achieve that I’ve came with a small shell script.
Here is the script itself import_to_wordpress.sh .
The script depends on the nb_2_wordpress.py script.
To make my import_to_wordpress.sh script execute every I have a new entry in nanoblogger I’ve edited my nb
bash script which is part of nanoblogger and I’ve inserted the line:
/usr/local/sbin/import_to_wordpress.sh, right before the last “exit 0” command statement.
So now everytime I use nb -a entry to blog a new entry the content of my entry goes to my wordpress as well,
quite cool 😀