<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abhi&#039;s Weblog &#187; Social Network</title>
	<atom:link href="http://abhinavsingh.com/blog/tag/social-network/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhinavsingh.com/blog</link>
	<description>PHP, Memcached, XMPP and Web Development</description>
	<lastBuildDate>Mon, 27 Feb 2012 09:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to create a social networking website in 5 minutes</title>
		<link>http://abhinavsingh.com/blog/2008/11/how-to-create-a-social-networking-website-in-5-minutes/</link>
		<comments>http://abhinavsingh.com/blog/2008/11/how-to-create-a-social-networking-website-in-5-minutes/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 09:03:12 +0000</pubDate>
		<dc:creator>Abhinav Singh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Elgg]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Social Network]]></category>

		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/11/how-to-create-a-social-networking-website-in-5-minutes/</guid>
		<description><![CDATA[Hello Friends, Social media is the way to go now-a-days. After Orkut, Facebook and My Space we saw hundreds of social networking site making their mark in the market. However now a days socialness is not only restricted to social networking sites. Now every company wants to include some amount of socialness into their website, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fabhinavsingh.com%2Fblog%2F2008%2F11%2Fhow-to-create-a-social-networking-website-in-5-minutes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fabhinavsingh.com%2Fblog%2F2008%2F11%2Fhow-to-create-a-social-networking-website-in-5-minutes%2F&amp;source=imoracle&amp;style=normal&amp;service=bit.ly&amp;service_api=R_f027b5a79a20a49b713f16282f1e0857&amp;hashtags=Elgg,Framework,Open+Source,Social+Network&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hello Friends,</p>
<p>Social media is the way to go now-a-days. After Orkut, Facebook and My Space we saw hundreds of social networking site making their mark in the market. However now a days socialness is not only restricted to social networking sites. Now every company wants to include some amount of socialness into their website, product or whatever it is.</p>
<p>However the features which any of the social networking site provide are same and restricted to a certain extent. 3 of the sites which I have developed so far, all have socialness as a base component. (<a href="http://gtalkbots.com" target="_blank">Gtalkbots</a>, <a href="http://altertunes.com" target="_blank">Altertunes</a>,<a href="http://iitgalumni.org" target="_blank"> IITG Alumni</a>) However after I saw <a href="http://elgg.org" target="_blank">Elgg</a> a few days back, I was just wondering how much time I wasted in building social features in all the 3 sites. I just wish I could have found this before.</p>
<p>Here in 5 minutes we will see how to build a full fledged social networking site using Elgg:</p>
<ol>
<li>Download Elgg setup from the download page <a href="http://elgg.org/downloads.php" target="_blank">here</a> or directly using this link <a href="http://elgg.org/getelgg.php?forward=elgg1.1.zip" target="_blank">http://elgg.org/getelgg.php?forward=elgg1.1.zip</a></li>
<li>Lets name our social networking site as <span style="font-weight: bold;">Snizr</span>.</li>
<li>Extract the downloaded zip file in your Apache Document Root and name the folder as snizr. In my case it is <span style="font-weight: bold;">C:\Workspace\snizr&nbsp;</span></li>
<li>Now just<span style="font-weight: bold;"> </span>open the url <a href="http://localhost/snizr" target="_blank">http://localhost/snizr</a> and you will see a page like this:
<p><img src="http://abhinavsingh.com/library/images/400x1000-elgg1.gif" style="border: 1px solid rgb(119, 119, 119); padding: 5px;" /></li>
<li>Create a database named <span style="font-weight: bold;">snizr</span> in mysql and enter the details in the form above. Press enter and you will come to the system settings page. If for some reasons this configuration page doesn&#8217;t take you to the system settings page, manually go to <span style="font-weight: bold;">engine/settings.example.php</span> and rename it to <span style="font-weight: bold;">engine/settings.php</span> and enter the details inside.
<p><img src="http://abhinavsingh.com/library/images/400x1000-elgg2.gif" style="border: 1px solid rgb(119, 119, 119); padding: 5px;" /></p>
<p><img src="http://abhinavsingh.com/library/images/400x1000-elgg3.gif" style="border: 1px solid rgb(119, 119, 119); padding: 5px;" /></li>
<li>Now enter the details of your social network here. Create a upload folder outside the installation directory e.g. C:\Workspace\snizr-uploads\ . You will be asked to enter this path in the system settings above.
</li>
<li>After you are done you are taken to the registration page. The first registered user is admin by default.<br />
<!-- YOUR LEFT AD HERE --><br />
<img src="http://abhinavsingh.com/library/images/400x1000-elgg4.gif" style="border: 1px solid rgb(119, 119, 119); padding: 5px;" /></li>
<li>Thats it. You have a full social networking available for you. After registration you come to the login page and after loggin in you come to your dashboard.</li>
</ol>
<p><span style="font-weight: bold; text-decoration: underline; color: rgb(102, 51, 255);">Features provided by Elgg:</span><br />
You just got a feel of how easy it is and its not even 5 minutes as per my watch. Still 2 min to go <img src='http://abhinavsingh.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .<br />
Quickly lets see what else does Elgg offer.</p>
<ol>
<li>Click on <a href="http://localhost/snizr/pg/admin/statistics/" target="_blank">Administration</a> link at the top navigation bar and you will be amazed to see the kind of admin panel it provides.
</li>
<li>Next go to <a href="http://localhost/snizr/pg/admin/plugins/" target="_blank">Tool Administration</a> and you can see about 10 plugins at your service. From Blog, API, Bookmarks, Friends, Groups, Messages, Status, UserValidationByEmail and what not.</li>
<li>Enable a few and go to your profile pages to see them being reflected immediately.</li>
</ol>
<p>Now I will leave to explore rest of it yourself. 5 minutes are almost over <img src='http://abhinavsingh.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I hope you enjoyed discovering Elgg.</p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/api.tweetmeme.com\/share?url=http%3A%2F%2Fabhinavsingh.com%2Fblog%2F2008%2F11%2Fhow-to-create-a-social-networking-website-in-5-minutes%2F","http:\/\/gtalkbots.com","http:\/\/altertunes.com","http:\/\/iitgalumni.org","http:\/\/elgg.org","http:\/\/elgg.org\/downloads.php","http:\/\/elgg.org\/getelgg.php?forward=elgg1.1.zip","http:\/\/localhost\/snizr","http:\/\/localhost\/snizr\/pg\/admin\/statistics\/","http:\/\/localhost\/snizr\/pg\/admin\/plugins\/"];var wordpress_toolbar_url = "http://abhinavsingh.com/blog/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "oinw";var wordpress_toolbar_hash = "aHR0cDovL2FiaGluYXZzaW5naC5jb20vYmxvZy8yMDA4LzExL2hvdy10by1jcmVhdGUtYS1zb2NpYWwtbmV0d29ya2luZy13ZWJzaXRlLWluLTUtbWludXRlcy88d3B0Yj5Ib3cgdG8gY3JlYXRlIGEgc29jaWFsIG5ldHdvcmtpbmcgd2Vic2l0ZSBpbiA1IG1pbnV0ZXM8d3B0Yj5odHRwOi8vYWJoaW5hdnNpbmdoLmNvbS9ibG9nPHdwdGI%2BQWJoaSYjMDM5O3MgV2VibG9n";</script><ul class="related_post"><li><a href="http://abhinavsingh.com/blog/2010/08/releasing-jaxl-2-0-object-oriented-xmpp-framework-in-php/" title="Releasing Jaxl 2.0 &#8211; Object oriented XMPP framework in PHP">Releasing Jaxl 2.0 &#8211; Object oriented XMPP framework in PHP</a> (6)</li><li><a href="http://abhinavsingh.com/blog/2009/08/building-a-custom-php-framework-with-a-custom-template-caching-engine-using-output-control-functions/" title="Building a Custom PHP Framework with a custom template caching engine using Output Control functions">Building a Custom PHP Framework with a custom template caching engine using Output Control functions</a> (10)</li><li><a href="http://abhinavsingh.com/blog/2010/02/wordpress-toolbar-v-2-2-custom-toolbar-url-support-for-wpmu-and-bug-fixes/" title="Wordpress Toolbar v 2.2 : Custom toolbar url,  Support for WPMU and bug fixes">Wordpress Toolbar v 2.2 : Custom toolbar url,  Support for WPMU and bug fixes</a> (38)</li><li><a href="http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/" title="5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP">5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP</a> (23)</li><li><a href="http://abhinavsingh.com/blog/2009/08/introducing-jslider-a-content-slider-plugin-for-jquery/" title="Introducing jSlider: A Content Slider plugin for JQuery">Introducing jSlider: A Content Slider plugin for JQuery</a> (6)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://abhinavsingh.com/blog/2008/11/how-to-create-a-social-networking-website-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

