Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
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
Related questions
Q2A 1.3: What and When?
Twitter Login Plugin does not work with 1.4 Final?
is the "quick question preview" feature available only in 1.4 version?
New Q&A Website, on 1.3 beta 1.. any feedback, comments are welcome!
Version 1.5 beta 2 Fatal error: func_get_args():
When can we download the final Version 1.5?
How to add Sign in via twitter.. like facebook login
Request: A plug in that posts questions to a facebook / twitter account.
Beta 3 install error: Update Database
why my social sharing button (twitter) also show in sidebar? how to change it only in question?
All categories
Q2A Core
(3,252)
Plugins
(356)
Twitter icon in version 1.3?
+2
votes
Hi,
I used this code in version 1.2 but it not work in version 1.3 (I find not "case 'question':" line).
Is possible add Twitter icon on questions?
related to an answer for:
how to add tweet button in Question
twitter
icon
1
3
asked
Dec 6, 2010
in
Q2A Core
by
andre.ortega
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
I need this answer too please.
answered
Feb 13, 2011
by
zea
Please
log in
or
register
to add a comment.
0
votes
in 1.3
edit qa-theme-base.php
change
elseif (strpos($key, 'q_view')===0)
$this->q_view($part);
to
elseif (strpos($key, 'q_view')===0){
$this->output('<div id="twitter"><script type="text/javascript" src="
http://tweetmeme.com/i/scripts/button.js
"></script></div>');
$this->q_view($part);
}
answered
Mar 28, 2011
by
Hamid
Please
log in
or
register
to add a comment.