• Register
Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.

Is there a way to embed Q&A into a regular website, without having a seperate look and feel of a standalone site?

+2 votes
408 views
That would be very helpful!!!
asked Jun 7, 2010 in Q2A Core by mikerowan

2 Answers

+4 votes
Depending on how deep you want the integration, there are several options:

1. For look and feel: create a custom theme and modify the CSS to fit in with the rest of your site.

2. For navigation: use an advanced custom theme and insert navigation links at the top or bottom as you see fit: http://www.question2answer.org/qa/704/how-can-we-add-one-more-tab

3. For user management: implement single sign-on, as documented in qa-external-users.php

I realize all of the above requires work, but it's not really technically viable to integrate with existing websites in any other way (unless they're running a standardized platform such as WordPress, in which case hopefully a future version will make this integration much easier).
answered Jun 8, 2010 by gidgreen
Do we know when 1.1 is coming?
Scheduled for release in July, hopefully the first beta towards the end of June.
+1 vote
Integrating Q&A is very easy.

Our main site is: http://www.Sporttipsworld.com ( still in beta )
Our forum is: http://www.Sporttipsworld.com/forum/
Our Q&A is: http://www.Sporttipsworld.com/tips/

Essentially, there are only 2 core files you need to play with, and of course the css
answered Jun 21, 2010 by SportTipsWorld
...