09
Jun
Wordpress Plugin for Saving Post as Text and Html
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: 8%