0

I've an idea of Twitter like website which I am implementing on my own. I'm new to web development so I don't know much about the available tools which can make the work faster. I tried many free twitter clones like status.net but so many changes had to be done in their scripts that I got back to coding the back-end on my own from scratch (using PHP). But are their better ways than coding (the back-end) from scratch?

leppie
  • 115,091
  • 17
  • 196
  • 297
gom
  • 796
  • 2
  • 9
  • 23
  • 2
    you can use Drupal-7.1 for php and another thing is if you want use java you can use liferay-6.1 this is also better option......... – Vivek Kumar Ray Jul 10 '12 at 06:29

3 Answers3

2

You can try Elgg. It has a micro blogging plugin, user profile system and all the basic requirements for social networking. You can see an elgg demo of the default micro blogging plugin here

Drupal also is a good solution. But you have to customize it for the same result offered by Elgg out of box.

Team Webgalli
  • 730
  • 4
  • 13
  • 1
    How hard is to customize Elgg to get an exact twitter clone? (all the features of twitter and not more) And are there any licensing issues? -like will I be able to make my website free from all references to Elgg? – gom Jul 10 '12 at 15:05
  • @user1444680: There is a good learning curve in Elgg. But if you are familiar with MVC architecture, it wont be a problem for you. Otherwise the best solution it to hire a dev/dev team. Elgg is available in dual licence GPLV2 and MIT. You can remove all back links and references to Elgg. – Team Webgalli Jul 10 '12 at 18:26
1

WordPress Network (formerly known as WordPress Multisite or MU or WPMU) could be an option, you should give it a try if you want many sites with the same back-end and still not 50 updates to do on 50 sites but only one. They won't "see" each other easily (other tutorial for installation).

Or P2 theme with its interface close to a microblogging site, if all users have to communicate.

If you want to code it in PHP, then a framework like Code Igniter is definitely a time-saver (and more).

FelipeAls
  • 21,711
  • 8
  • 54
  • 74
0

you can use Drupal-7.1 for php and another thing is if you want use java you can use liferay-6.1 this is also better option...

Vivek Kumar Ray
  • 8,323
  • 5
  • 21
  • 28