Wordpress Plugin for Saving Post as Text and Html
Related Blog Items
- Bit Twiddling/Manipulation Hacks
- PoTerm - A Serial Terminal Shell
- Convert DOS, UNIX, APPLE Line Feeds and Carriage Returns (CR, LF)
- About
- Stream buffering
This is certainly an offbeat post from me. I wanted to give an option for users to save posts as text in another weblog, I’d find no plugin for this, so came up with one and sharing now with community.
Description
Post can be saved as text and can also be saved as html.
Download
Save Post as Text and Html
Install
Place the directory of this plugin in plugin’s folder, and activate it.
Demo
http://www.openasthra.com/c-tidbits/reversing-a-double-linked-list/
Usage
Once it?s installed, place a Text button somewhere in your template with
oa_save_as_text();
or
oa_save_as_text(”Save as Text”);
place a html button somewhere in your template with
oa_save_as_html();
or
oa_save_as_html(”Save as Html”);
Bugs
expecting few if somebody uses:-)
Popularity: 9%
You need to log on to convert this article into PDF
Related Blog Items - Bit Twiddling/Manipulation Hacks
- PoTerm - A Serial Terminal Shell
- Convert DOS, UNIX, APPLE Line Feeds and Carriage Returns (CR, LF)
- About
- Stream buffering
Related Blog Items
- Bit Twiddling/Manipulation Hacks
- PoTerm - A Serial Terminal Shell
- Convert DOS, UNIX, APPLE Line Feeds and Carriage Returns (CR, LF)
- About
- Stream buffering
I have this working on my site. It’s functioning beautifully. Thank you for sharing it.
I have noticed the Save as Html text needs a space between it and the Html graphic. Is there a way to add a space between the graphic and the text?
Thanks!
June 19th, 2008 at 5:13 am
Sue, The space you see between save as text and graphic is text icon’s blank space (not actual text space). where as there is no space in html because icon occupying entire space. Because of my lack of time I could not put good icons, may be you can replace both icons with good icons, so that you get your desired effect. Hope I’m clear in my explanation. Thanks.
July 1st, 2008 at 1:17 am
This is a great plug in :)
July 24th, 2008 at 3:02 pm
Nice theme. Very clean design.
If anyone is interested in how to add video to their applications, I posted a article on that here:
http://www.thread-pool.com/2008/10/22/gstreamer/
October 26th, 2008 at 9:18 pm
Hi Ponnada,
I downloaded this plug in and activated it too. But I cannot get it to work. Where exactly am I supposed to add the code?
I thought it would be available as a widget, once I installed the plugin or it would be automatically added to every post like wp_print or wp_email.
I would appreciate your help on how and where to add the code.
Thanks!!
November 15th, 2008 at 2:12 am