oompahloompah
oompahloompah

Reputation: 9343

How to add microblogging functionality to my website

I have come across Laconica, which seems to have all (and possibly, more than) the functionality I want to add to my site. However, unless I am very much mistaken, it is a standalone application, and can't be integrated into an existing website (I stand to be corrected).

Does anyone know of a way in (other than "rolling my own") which I can add microblogging functionality to my PHP website?. It would be great if I could use Laconica, but I haven't seem how (if) this is possible yet.

[Edit]

The reasons for this question are as follows (same reasons as for most 'tighter integration' requirements):

I don't like the 'look and feel' of Laconica. It looks distinctly different from all the other pages in my website.

I want to integrate (i.e. synchronise) user management workflows (e.g. registration etc.) between the microblogging component and my sites' user management, so that users don't need a separate registration to use the micro blogging functionality on the site.

Upvotes: 0

Views: 854

Answers (3)

Mafuba
Mafuba

Reputation: 613

I had this same issue and found no solutions, so I built my own, http://www.collabinate.com. From your description it sounds like it would meet your requirements.

Upvotes: 0

Rich
Rich

Reputation: 21

Laconi.ca/status.net won't allow that without some sort of "rolling my own" approach, since it's designed to be a stand-alone web service.

That being said, the integration would probably be less involved than you might think. For example, the navigation in status.net could be overridden via a status.net-like plugin. Same with the registration flow.

In the end, your both using PHP and likely the same database (maybe, maybe not) - so it should be somewhat straightforward to accomplish.

Upvotes: 0

Kzqai
Kzqai

Reputation: 23072

Tumblr blogs are pretty easy to embed and should be styleable to fit your website.

Upvotes: 0

Related Questions