Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
1.0k views
in Q2A Core by
edited by
How can i implement ShareThis.Com in questions page for each question and "i Like" button to?
by
edited by
Annyway - SOLVED! :)

HOW?

1. I have added this line in qa-style.css: .addthis_toolbox, addthis_default_style {float:right; margin-top:-20px;}

2. I have added this line [from www.addthis.com] in qa-theme-base.php: [$this->output('HERE YOUR www.addthis.com CODE!<br /><br />');]

P.S. You can add above code after this line: [$this->output('<DIV CLASS="qa-q-view-main">');]

WITHOUT [ ]

1 Answer

0 votes
by
Very good, it works.
by
Yeah, this combination works well
...