<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged external</title>
<link>https://www.question2answer.org/qa/tag/external</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to get all questions from DB via external php file</title>
<link>https://www.question2answer.org/qa/93283/how-to-get-all-questions-from-db-via-external-php-file</link>
<description>

&lt;p&gt;Hey,&lt;/p&gt;

&lt;p&gt;I have an external php file where I&lt;/p&gt;

&lt;p&gt;&lt;em&gt;require_once&lt;/em&gt;&lt;span style=&quot;color:#a6accd&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#89ddff&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;color:#c3e88d&quot;&gt;../qa-include/qa-base.php&lt;/span&gt;&lt;span style=&quot;color:#89ddff&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;color:#89ddff&quot;&gt;;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;So far I want to get all the questions from my db (in my case only 1 in there) and return it to my self created html page.&lt;/p&gt;

&lt;p&gt;I have trouble finding the right function inside the Q2A structure which would return me this result. Can you please put me on the right track?
&lt;br&gt;
&lt;br&gt;Furthermore it would be very kind if you could also give me an example on how to query the db in a specific way, if this is not to much to ask.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/93283/how-to-get-all-questions-from-db-via-external-php-file</guid>
<pubDate>Mon, 17 May 2021 14:32:14 +0000</pubDate>
</item>
<item>
<title>Pull QA data from external PHP?</title>
<link>https://www.question2answer.org/qa/89589/pull-qa-data-from-external-php</link>
<description>

&lt;p&gt;Is there any step by step tutorials on how to pull data from an external PHP file? I've tried to read &lt;a href=&quot;https://docs.question2answer.org/code/external/&quot; rel=&quot;nofollow&quot;&gt;https://docs.question2answer.org/code/external/&lt;/a&gt; but it's still confusing to me.&lt;/p&gt;

&lt;p&gt;Basically, my site setup will be:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;site.com/index.php - homepage&lt;/li&gt;

&lt;li&gt;site.com/qa - this is where Q2A is installed&lt;/li&gt;&lt;/ul&gt;

&lt;div&gt;In index.php, I want to pull the following data and display:&lt;/div&gt;

&lt;ul&gt;

&lt;li&gt;latest 20 questions&lt;/li&gt;

&lt;li&gt;latest 20 activities&lt;/li&gt;

&lt;li&gt;latest 20 members.&lt;/li&gt;&lt;/ul&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/89589/pull-qa-data-from-external-php</guid>
<pubDate>Tue, 08 Dec 2020 18:17:52 +0000</pubDate>
</item>
<item>
<title>SSO $redirect_back_to_url</title>
<link>https://www.question2answer.org/qa/80297/sso-%24redirect_back_to_url</link>
<description>

&lt;p&gt;I successfully implemented single sign on with CodeIgniter. Now, when users login using QA it redirects them to the main site login page. How do I redirect them back to where they came from?
&lt;br&gt;
&lt;br&gt;I don't how to setup the $redirect_back_to_url inside qa-external-users.php. Is there somewhere else that the variable needs to be assigned?&lt;/p&gt;

&lt;p&gt;When I do this :&lt;/p&gt;

&lt;p&gt;&lt;sup&gt;'login' =&amp;gt; $relative_url_prefix.'../ucp/login?redirect='.urlencode('&lt;a href=&quot;http://mysite.com/qa/'.$redirect_back_to_url),&quot; rel=&quot;nofollow&quot;&gt;http://mysite.com/qa/'.$redirect_back_to_url),&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;at my login page I could see all that URL, but it doesn't redirect.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/80297/sso-%24redirect_back_to_url</guid>
<pubDate>Mon, 30 Dec 2019 23:16:59 +0000</pubDate>
</item>
<item>
<title>How to implement Single Sign On using Q2A</title>
<link>https://www.question2answer.org/qa/70487/how-to-implement-single-sign-on-using-q2a</link>
<description>

&lt;p&gt;Ref: &lt;a href=&quot;https://www.question2answer.org/qa/56605/q2a-on-main-and-subdomain-with-single-user-base&quot; rel=&quot;nofollow&quot;&gt;https://www.question2answer.org/qa/56605/q2a-on-main-and-subdomain-with-single-user-base&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.question2answer.org/qa/56605/q2a-on-main-and-subdomain-with-single-user-base?show=56632#c56632&quot;&gt;Comment by Scott&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&quot;Yes this is correct. The shared user base feature is the one to use.&lt;/p&gt;

&lt;p&gt;However, if the sites get very popular and you need to separate them all onto different servers, it would be technically possible to set up your own Single Sign On using Q2A itself.&quot;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;If there are many Q2A subdomain then it is better to use separate db for every site. If one of the subdomain is performing very well then you can move only that site to high performance server.&lt;/p&gt;

&lt;p&gt;Also if any one of site is not doing good and owner want to delete then it is easy to disconnect.&lt;/p&gt;

&lt;p&gt;Imagine if there are 15-20 subdomains, using single mysql db will be mess.&lt;/p&gt;

&lt;p&gt;@Scott, pupi1985, could you please implement Single Sign On using Q2A or provide solution here so that I can test and you can integrate in next q2a version.&lt;/p&gt;

&lt;p&gt;It will be helpful to create Q2A network sites.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/70487/how-to-implement-single-sign-on-using-q2a</guid>
<pubDate>Wed, 12 Dec 2018 19:22:17 +0000</pubDate>
</item>
<item>
<title>Using individual database but single user login for WordPress &amp; Q2A possible?</title>
<link>https://www.question2answer.org/qa/61256/using-individual-database-single-login-wordpress-possible</link>
<description>

&lt;p&gt;If I sounded little crazy, please ignore. I am not a programmer.&lt;/p&gt;

&lt;p&gt;I was trying to add differently database for both &lt;span style=&quot;color:#A52A2A&quot;&gt;&lt;strong&gt;WordPress&lt;/strong&gt;&lt;/span&gt; and &lt;span style=&quot;color:#008000&quot;&gt;&lt;strong&gt;Q2A&lt;/strong&gt;&lt;/span&gt;, &lt;span style=&quot;color:#A52A2A&quot;&gt;&lt;strong&gt;database1&lt;/strong&gt;&lt;/span&gt; and &lt;span style=&quot;color:#008000&quot;&gt;&lt;strong&gt;database2&lt;/strong&gt;&lt;/span&gt; respectively. I did it successfully.&lt;/p&gt;

&lt;p&gt;Added the same &lt;span style=&quot;color:#0000FF&quot;&gt;User&lt;/span&gt; to both&amp;nbsp;&amp;nbsp;&lt;strong&gt;WordPress and&amp;nbsp;Q2A database.&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#A52A2A&quot;&gt;database1&lt;/span&gt; / &lt;span style=&quot;color:#0000FF&quot;&gt;user1&lt;/span&gt;&amp;nbsp;For &lt;span style=&quot;color:#A52A2A&quot;&gt;Wordpress&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;database2&lt;/span&gt;&amp;nbsp;/&amp;nbsp;&lt;span style=&quot;color:#0000FF&quot;&gt;user1 &lt;/span&gt;For &lt;span style=&quot;color:#008000&quot;&gt;Q2A&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Result: My &lt;span style=&quot;color:#008000&quot;&gt;Q2A&lt;/span&gt; Crashed but &lt;span style=&quot;color:#A52A2A&quot;&gt;Wordpress&lt;/span&gt; is still working&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I tried this because the Q2A Wordpress integration is forcing to use same user and database as well. In my case, I want to use a different database but same user&amp;nbsp;for both.&lt;/p&gt;

&lt;p&gt;How can I achieve this?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/61256/using-individual-database-single-login-wordpress-possible</guid>
<pubDate>Tue, 12 Dec 2017 02:48:18 +0000</pubDate>
</item>
<item>
<title>Register user from external application</title>
<link>https://www.question2answer.org/qa/60890/register-user-from-external-application</link>
<description>Hello to everyone.&lt;br /&gt;
I'm creating android app for my q2a website. I want to register user from android app and i created webservice. But on qa_users table i seeing passsalt and passhash what is mean?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60890/register-user-from-external-application</guid>
<pubDate>Sun, 19 Nov 2017 16:57:48 +0000</pubDate>
</item>
<item>
<title>How to add extra page?</title>
<link>https://www.question2answer.org/qa/60036/how-to-add-extra-page</link>
<description>

&lt;p&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;Hello sir, can you please explain me this in brief?&amp;nbsp;&lt;/span&gt;
&lt;br&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://docs.question2answer.org/code/external/&quot;&gt;http://docs.question2answer.org/code/external/&lt;/a&gt;
&lt;br&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;I tried copying and pasting the same code inside public_html. but it showed error like 'took too long to respond' . am i wrong in doing this or where should i write my custom code as per that link says?&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;I want to display username on external page. what should i do? where should i paste the code?&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;&amp;nbsp;HELP ME PLEASE&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/60036/how-to-add-extra-page</guid>
<pubDate>Tue, 03 Oct 2017 21:41:57 +0000</pubDate>
</item>
<item>
<title>Login Account from other website</title>
<link>https://www.question2answer.org/qa/59783/login-account-from-other-website</link>
<description>I want to disable registration in q2a site.&lt;br /&gt;
I have a website say xyz.com and this website also require registration and login&lt;br /&gt;
My q2a site is at q2a.xyz.com&lt;br /&gt;
So now, I want users to use there login id of xyz.com at q2a.xyz.com for login.&lt;br /&gt;
&lt;br /&gt;
Username &amp;amp; passwords are in table =&amp;gt; tbl_users&lt;br /&gt;
&lt;br /&gt;
Username are in column =&amp;gt; user&lt;br /&gt;
Password are in column =&amp;gt; pass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Database for both will be different</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/59783/login-account-from-other-website</guid>
<pubDate>Wed, 20 Sep 2017 01:53:48 +0000</pubDate>
</item>
<item>
<title>How to login a q2a user from using another domain? (Single Sign-On / Multiple Logins at once)</title>
<link>https://www.question2answer.org/qa/59014/login-using-another-domain-single-sign-multiple-logins-once</link>
<description>

&lt;p&gt;Situation:&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;Running a q2a forum siteQ.com&lt;/li&gt;

&lt;li&gt;Running a custom website siteB.com with a custom script for user logins.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;I want to get rid of the custom login script. Instead I would like to use the table &quot;qa_users&quot; from siteQ.com (q2a forum) for the login handling.&lt;/li&gt;

&lt;li&gt;I know already that I can access the q2a db and files from siteB.com via &lt;a rel=&quot;nofollow&quot; href=&quot;http://docs.question2answer.org/code/external/&quot;&gt;external integration&lt;/a&gt;.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Wanted:&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;1. User does his login on siteB.com using table qa_users&lt;/span&gt; (works already with external integration)&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;2. User coming from siteB.com visits siteQ.com which recognizes the user as loggedin.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;By the way, you know this login feature from Google and Stackexchange, for instance.&lt;/p&gt;

&lt;p&gt;
&lt;br&gt;Question:&amp;nbsp;&lt;/p&gt;

&lt;p&gt;How can this be implemented?&lt;/p&gt;

&lt;p&gt;.
&lt;br&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I researched already and found on stackoverflow: &lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/387879/php-multi-site-login&quot;&gt;1&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/33324169/same-login-on-2-websites&quot;&gt;2&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/4091677/php-authentication-with-multiple-domains-and-subdomains&quot;&gt;3&lt;/a&gt;. But probably there is a simpler way within question2answer.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/59014/login-using-another-domain-single-sign-multiple-logins-once</guid>
<pubDate>Thu, 10 Aug 2017 16:17:49 +0000</pubDate>
</item>
<item>
<title>Could someone help me with an example of an external login?</title>
<link>https://www.question2answer.org/qa/52186/could-someone-help-me-with-an-example-of-an-external-login</link>
<description>Greetings,&lt;br /&gt;
&lt;br /&gt;
I've searched the forums and looked through the /pages/login.php file. I've also read the module logins page in the wiki. I'm still grasping at how to actually pass user login / registration info to q2a from my external page. I'm really not great with php. Would anyone be kind enough to help me with a basic example of how I can take the email/pw and pass it into q2a and how I can do the same with registration fields? I would be forever grateful.&lt;br /&gt;
&lt;br /&gt;
I'm not using openID or facebook or any of the other login plugins. Just a simple email/password. &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
J</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/52186/could-someone-help-me-with-an-example-of-an-external-login</guid>
<pubDate>Fri, 17 Jun 2016 15:10:24 +0000</pubDate>
</item>
<item>
<title>Q2A BUG ? $extravalue seems not working while using external app-post-create.php</title>
<link>https://www.question2answer.org/qa/48000/%24extravalue-seems-working-while-using-external-post-create</link>
<description>

&lt;p&gt;I'm using this example&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/external.php&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/external.php&lt;/a&gt; everything seems good, but when i using $extravalue, additional field doesn't show up in question. What i did wrong ?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;$type='Q'; // question
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$parentid=null; // does not follow another answer
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$title='Why do birds sing?';
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$content='And why do they fall in love?';
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;strong&gt;$extravalue='test field info';&lt;/strong&gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$format=''; // plain text
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$categoryid=null; // assume no category
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$tags=array('birds', 'sing', 'love');
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$userid=qa_get_logged_in_userid();
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;qa_post_create($type, $parentid, $title, $content, $format, $categoryid, $tags, $userid, &lt;strong&gt;$extravalue&lt;/strong&gt;);&lt;/p&gt;

&lt;p&gt;Is it bug in q2a ?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48000/%24extravalue-seems-working-while-using-external-post-create</guid>
<pubDate>Fri, 18 Sep 2015 07:18:05 +0000</pubDate>
</item>
<item>
<title>external user integration and user-id question</title>
<link>https://www.question2answer.org/qa/45477/external-user-integration-and-user-id-question</link>
<description>Is it possible to keep the same primary keys in q2a database as in the external websites user table?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/45477/external-user-integration-and-user-id-question</guid>
<pubDate>Sun, 24 May 2015 13:55:50 +0000</pubDate>
</item>
<item>
<title>Complex Implementation? Using q2a-functions and database partly on another domain?</title>
<link>https://www.question2answer.org/qa/45073/complex-implementation-functions-database-partly-another</link>
<description>

&lt;p&gt;I have a special scenario currently: I have extended q2a with a booking system. Special members can be booked. The plugin uses many of the provided q2a functions and some tables from the database.
&lt;br&gt;
&lt;br&gt;Now I need to &quot;outsource&quot; the booking feature (or let's say &quot;provide&quot;) outside of the main domain to another domain: mybookingq2astuff.com
&lt;br&gt;
&lt;br&gt;Question is: How can I have all features of the plugin in the other website. With all reading from/writing to database etc.&lt;/p&gt;

&lt;p&gt;... what would be the necessary includes in a &lt;strong&gt;custom index.php&lt;/strong&gt; to have q2a running no the other site?
&lt;br&gt;
&lt;br&gt;Sidenote: I don't need the questions from qa_posts, no need for a question list. I only need the user-related tables: qa_userpoints, qa_users, qa_usermetas, plus 3 custom plugin tables.&lt;/p&gt;

&lt;p&gt;Update: I would also need the login feature since only registered users are supposed to book experts.
&lt;br&gt;
&lt;br&gt;I am stuck here, as this is new territory :)&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/45073/complex-implementation-functions-database-partly-another</guid>
<pubDate>Sun, 03 May 2015 06:19:58 +0000</pubDate>
</item>
<item>
<title>Configure Q2A with SSO using separate databases?</title>
<link>https://www.question2answer.org/qa/31051/configure-q2a-with-sso-using-separate-databases</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm trying to implement Q2A using Single Sign On (SSO) but on seperate databases, based on what I have read I should be able to do it, but I cannot find any samples detailing how to configure the access to the 2 different databases ie the Q2A one and my user credentials one does anyone have any advice or samples on how to do this.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;guide&amp;quot; for doing this only has examples and instructions for working with a shared DB.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/31051/configure-q2a-with-sso-using-separate-databases</guid>
<pubDate>Tue, 28 Jan 2014 07:59:33 +0000</pubDate>
</item>
<item>
<title>User login is handled by external code ?!</title>
<link>https://www.question2answer.org/qa/28782/user-login-is-handled-by-external-code</link>
<description>I use external users for my q2a website. When in &amp;quot;my updates&amp;quot; page I do close, I see this error!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/28782/user-login-is-handled-by-external-code</guid>
<pubDate>Sat, 02 Nov 2013 16:30:50 +0000</pubDate>
</item>
<item>
<title>Search Q2A site from external website</title>
<link>https://www.question2answer.org/qa/27538/search-q2a-site-from-external-website</link>
<description>Hi All,&lt;br /&gt;
&lt;br /&gt;
Please I need help with the htm codes other publishers place on their website to search my Q2A website.&lt;br /&gt;
&lt;br /&gt;
I need html code, I dont know when to get the html code for the search box on the site.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thanks y'all</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27538/search-q2a-site-from-external-website</guid>
<pubDate>Sun, 15 Sep 2013 06:55:22 +0000</pubDate>
</item>
<item>
<title>get logged in userid from external php file</title>
<link>https://www.question2answer.org/qa/27054/get-logged-in-userid-from-external-php-file</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
how can i get the logged in userid of users?&lt;br /&gt;
&lt;br /&gt;
I have a php file in this DIR : qa-dir/external/index.php&lt;br /&gt;
&lt;br /&gt;
I need to when the user browsed the index.php file , if he/she logged in , I'll use the username or userid of them.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27054/get-logged-in-userid-from-external-php-file</guid>
<pubDate>Sat, 24 Aug 2013 15:22:31 +0000</pubDate>
</item>
<item>
<title>Q2A PULL: Experimental Project - Use For External Website</title>
<link>https://www.question2answer.org/qa/20597/q2a-pull-experimental-project-use-for-external-website</link>
<description>

&lt;p&gt;
	Hi All,&lt;/p&gt;


&lt;p&gt;
	While working on client project was though should start to expeiment this project. So here I go. I have started to create functions which allows to pull data from Q2A website and allows to display on other site &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;strong&gt;on the same server&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	This is experimental project and development will be ongoing. Will add more functonality if not more than at least you can display most comon stuffs from Q2A to other website. Currently only one function is available to display &lt;strong&gt;recent questions&lt;/strong&gt; but by time I will add more functions to use. Before that I want to try and hear if any issue occur.&lt;/p&gt;


&lt;p&gt;
	Also developers&amp;nbsp;suggest me to make it more better and utilizable and feel free to contribute your idea.&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Here is the code:&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;https://github.com/q2amarket/q2a-pull&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2amarket/q2a-pull&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20597/q2a-pull-experimental-project-use-for-external-website</guid>
<pubDate>Sun, 13 Jan 2013 13:55:14 +0000</pubDate>
</item>
<item>
<title>how to stop people from posting links to external site ?</title>
<link>https://www.question2answer.org/qa/20344/how-to-stop-people-from-posting-links-to-external-site</link>
<description>how to stop people from posting links to external sites or atleast make the links non clickable like it happens in youtube comments.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Is there any way so that the hyperlinks could be open in a new window.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20344/how-to-stop-people-from-posting-links-to-external-site</guid>
<pubDate>Thu, 03 Jan 2013 05:53:50 +0000</pubDate>
</item>
<item>
<title>External links in new tab</title>
<link>https://www.question2answer.org/qa/20267/external-links-in-new-tab</link>
<description>How can I let external links(in posts or anywhere else) to open in a new tab?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20267/external-links-in-new-tab</guid>
<pubDate>Sun, 30 Dec 2012 11:34:33 +0000</pubDate>
</item>
</channel>
</rss>