Social Inviter to import contact for ossn sites

Abayomi Oladipupo Posted in Component Development 9 years ago

Please I got this codes from social inviter but I don't know if probably it can work to import contact from other emails andvor social networks,
It also need licence to make it work, which can be get at http://socialinviter.com/
The code is

<=link rel="stylesheet" type="text/css" href="contactimporter.css">
<=script src="//socialinviter.com/assets/js/libraries/jquery.js"><=/script>
<=script type="text/javascript" id="apiscript" src="contactimporter.js?key=lic_your-personal-license-key-here">-<=/script>

Then add this div inside the body of your php file

<=div id="socialinviter-CI"><=/div><br />

<=!-- The 'socialinviter-CI-template' div must be placed outside the form tag -->
<=div id="socialinviter-CI-template"><=/div>

The original code was hiding before editing, so I added this {=} in some areas of the code to make the code visible, look at it below if possible you can see it.

<link rel="stylesheet" type="text/css" href="contactimporter.css">
<script src="//socialinviter.com/assets/js/libraries/jquery.js"></script>
<script type="text/javascript" id="apiscript" src="contactimporter.js?key=lic_your-personal-licence-key-here."></script>

Then add this div inside the body of your php file

<div id="socialinviter-CI"></div><br />

<!-- The 'socialinviter-CI-template' div must be placed outside the form tag -->
<div id="socialinviter-CI-template"></div>

Anybody to turn this into component?
Response pls
Thanks

Replies
us Social Inviter Replied 8 years ago

You can download the server side code from here https://socialinviter.com/download.aspx

Indonesian Arsalan Shah Replied 9 years ago

You have to write server side script to process imported data, i'll try to create in free time.