![]() |
|
lcOpenInviterPlugin - 0.9.3A contact grabber plugin. |
|
![]() |
26
users
Sign-in
to change your status |
A plugin that allows users to grab their contacts from different email providers and social network, and send them invitation email to their website. |
the plug-in is fully working but still in beta version, awaiting for feedbacks and bugs reporting
the classes were taken from the open source project openinviter
| Name | Status | |
|---|---|---|
|
|
lead | moc.docstel <<ta>> soardna.eile |
|
|
developer | moc.liamg <<ta>> ulesev |
Copyright (c) LetsCod (www.letscod.com)
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.
| Version | License | API | Released |
|---|---|---|---|
| 0.9.3beta | MIT license | 0.9.3beta | 12/11/2009 |
| 0.9.2beta | MIT license | 0.9.2beta | 05/08/2009 |
| 0.9.1beta | MIT license | 0.9.1beta | 04/06/2009 |
| 0.9.0beta | MIT license | 0.9.0beta | 04/06/2009 |
| 0.1.5beta | MIT license | 0.1.5beta | 28/05/2009 |
| 0.1.4beta | MIT license | 0.1.4beta | 30/04/2009 |
| 0.1.3beta | MIT license | 0.1.3beta | 06/04/2009 |
| 0.1.2beta | MIT license | 0.1.2beta | 06/04/2009 |
| 0.1.1beta | MIT license | 0.1.1beta | 03/04/2009 |
| 0.1.0beta | MIT license | 0.1.0beta | 03/04/2009 |
all option to the wish listshort_open_tag .wget transport type supportcookie path bug on windows OS
read me documentation update
missing confing.php
Initial beta release. (tested providers: gmail, yahoo, hotmail)
The lcOpenInviterPlugin is a symfony plugin that allows users to grab their contacts from different e-mail providers (gmail, hotmail, yahoo ...) and social sites (facebook, twitter, hi5 ...) then send them e-mails and messages.
The total of available providers and social sites is more than 86
This plugin is developed by LetsCod.
If you're on windows OS, you should create an empty folder "tmp" for cookie storage. (for example, if you're using wamp, create the folder C:\tmp)
Get a username and private key (both required for the installation task) by signing up in www.openinviter.com.
It's quick and easy.
Install the plugin
$ symfony plugin:install --stability=beta lcOpenInviterPlugin
Publish the plugin assets (css and js):
$ symfony plugin:publish-assets
Clear you cache
$ symfony cc
Configure the plugin by running the plugin task:
$ symfony open-inviter:install --username=your-username --key=your-private-key
example:
$ symfony open-inviter:install --username=elieandraos --key=ee7968edc9580e1578c6bd7ad54fad4a
this task sets the username and private key you entered and checks your sever configuration (php version, curl installation, DOM Element installation, cookie path ...) if everything is okay, a log file will be written.
make sure to enter the right username and key because it's not yet validated with openinviter servers
Enable the module and helper in your application settings.yml
[yml]
all:
.settings:
enabled_modules: [openInviter]
standard_helpers: [openInviter]
Configure the e-mail text and providers in your application app.yml
[yml]
all:
lcOpenInviter:
wish-list:
providers: ["hotmail","gmail", "aol", "facebook", "flickr", "hi5","indiatimes", "operamail", "tagged", "yahoo"]
message:
subject: "is inviting you to join letscod developers"
body: "Check our recruitment page"
footer: "LetsCod"
If the wish list is not set, a default wish list of "Gmail, hotmail and yahoo" is provided
If the wishlist is set to all, it will return all the available providers
[yml]
all:
lcOpenInviter:
wish-list:
providers: [all]
[php]
<?
echo link_to("invite", "openInviterHome");
As each service and provider updates their url of getting contacts for their own security reasons, a task has been created to do update the plugin's classes.
$ symfony open-inviter:auto-update
You can run this task manually to get the updates, but the best way would be to make a cronjob that runs this task twice a day
(every 12 hours) for the perfect balance between server load and autoupdate frequency.
If you do like the plugin, and think it helps the community, do not hesitate to click I use it , so it could be more trusted and spreaded fast.
Feel free to send your feedbacks, bug reports or suggestions to Elie Andraos at symfony-plugins@letscod.com
