THANKS A LOT! :D
So here is what I've managed so far:
1 - is in my profile (when connected to fb,and twitter) I have it here also for updating status:
http://www.smartestc...er/2531-pkrsrb/
2,3 - solved
4 - will edit icons
5 - I'll try to find
but still big problem with editor back:
this is how my ips.editor.js looks but still no luck with color (still white background, text is black)
ips_frame_html += "<html id=\""+this.id+"_html\">\n";
ips_frame_html += "<head>\n";
ips_frame_html += "<meta http-equiv=\"content-type\" content=\"text/html; charset=" + this.options.char_set + "\" />";
ips_frame_html += "<style type='text/css' media='all'>\n";
ips_frame_html += "body {\n";
ips_frame_html += " color: #FFFFFF;";
ips_frame_html += " background-color: #616161;";
ips_frame_html += " margin: 0px;\n";
ips_frame_html += " padding: 4px;\n";
ips_frame_html += " font-family: arial, verdana, tahoma, sans-serif;\n";