Orkut WYSIWYG Scrap Editor with Template/Signature bETA
— Last update Sep 6, 2009 — Installed 1,848 times.|
Script Summary:
What You See Is What You Get Scrap Editor. This script has been with me since orkut has started allowing usage of html in scrapbooks. Thought of making some tweaks and then releasing it but not finding time so releasing it as it is. Version: 0.1 |
this script has 1 topic, 1 post |
this script has 1 review |
||||||||||||||||||||||
Installing this script would convert your scrapbox into something like this
An easy to use word editor so that you can send rich text scraps without really knowing or typing in html.
There was a seperate template for non friends where only Bold Italic and Underline would show but due to orkut changing somethings in the layout its not possible at the moment to hide all the non supported buttons for non friends. Still Bold Italic and Underline work for non friends.
When in the editor mode click on the show text option below the editor to get normal scrap. It would show up all the html code. It would not be needed for you to move onto this unless you need to insert a html which is not supported by the editor or the orkut's transliteration feature. When in the normal scrap mode click on the Show Editor to switch to the editor.
The editor also has two options of adding a template and a signature.
A template is nothing but a peice of html code to stylise your scrap. If you used my previous scripts you should be familiar with this. This can be used as a signature by itself.
And the signature option was used to used a signature for non friends where html is not allowed.
At the moment there is no facility to dynamically save and load the signatures and templates. You need to change the code manully and re install the script to change the templates and signatures.
The following options are present to be selected at the top of the script file. Just download the script file make changes and then drag drop the file into a firefox window.
TemplateFor Opening HTML Tags
var pretemplate="<center>
";
For Close Tags
var posttemplate="
</center>";
Signature
var nonfriendtemplate="\\n---------------------------------------------\\n[b]All that glitters is not gold[/b]";
keep Insert Template selected by default
var autochecktemplate = true;
keep Insert Signature selected by default
var autochecksignature = false;
Load the editor whenever the scrapbook loads
var showeditoronload = true;
Don't modify anything beyond this. As the script itself is a lot of patchy work evolved over the times of my joblessness and not a real planned. I myself dont know changing what affects what.
Do send me feedback by dropping a comment in here or sending a scrap to my orkut account http://www.orkut.com/Profile.aspx?uid=159636596...
This would help me develop the script when i find time.





