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

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Is there a way to display recent activity of Q2A in a wordpress blog?

0 votes
Is there a way to display recent activity from Q2A website to my wordpress blog. I was thinking of burning the feeds of recent activity and displaying them as html in my wordpress blogs. But, the feeds do not get updated instantly?

 

is there any other method to do it?

 

if someone knows and can enlighten me on this, It will be helpful.
asked Dec 16, 2011 in Q2A Core by anonymous

4 Answers

+1 vote

This is possible.

In short you want to create a wordpress plugin that loads q2a and accesses the data

Check here for some basic examples. http://question2answer.org/external.php

You will need to know or at least grasp php to do this.  I'm not famillar enough with wordpress to guide you.

If you go this route please post any updates so other users can help you along.

answered Dec 16, 2011 by stanleytweedle
Thanks for info, but I am still fidgeting with it.
Will surely post an update if I do something.
I am not so proficient in php
+1 vote

You can use sql to connect to the database and get out the info directly. 

 

You can get a basic sense of the code you need from http://www.question2answer.org/qa/1236/is-there-the-person-developing-ssi

answered Dec 21, 2011 by Trobee
Thanks. Will surely look it
+1 vote

Hello I know that this might not be exactly what you are looking for but there are serveral WP RSS plugins with Cron Job features.  They will automatically pull the data whenever you like.

WP Rss Poster will go and get the data as fast as every hour and you can create lots of different campaigns.

Hope this helps.

answered Dec 21, 2011 by workremotespain
this is quite helpful.
thanks
0 votes
I used Syndicate RSS to load q2a using rss, and set it to automatically import as a post. The post then set as pending in WP. After review, I can set it to publish or not.
answered Feb 7 by Garry Arif