One of the ooh-ahh features that we usually don't notice on Facebook and Google+ is the box they use to let you post all different types of stuff in one fancy container. The goal of this project is to create an open source, extensible multi-media post box that can be dropped in to any website.
The edit box is the first thing you see when you load the omnipost plugin. It is a magical auto expanding text area that the whole omnipost plugin is built around.
The attachment pannels allow you to show closable panels containing special edit controls when the user clicks on the small icon in the corner of the edit box. The icon, panel view, and functionallity are all customizable by the user. Some default attachment panels are also planned, such as an image panel and a link panel.
The edit box parser allows the user to assign callback functions to regular expressions. This is handy for doing things like '@' reply detection.
- Fork on github.
- Develop with jsFiddle.
- Commit changes by pasting into github's editor.
- Test your changes by going to http://(your name).github.com/omnipost.
- Make a pull request.
Copyright (c) 2012 Socrenchus LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.