How to Display Social Sharing icons from AddThis Sharing Plugin on Single Question Page?
I am using “AddThis Sharing Buttons” Plugin to display social sharing icons and set it to display sharing buttons above content. Problem is that, these sharing icons are displayed on pages like – list of questions, categories etc. but not on single question page, which should have been on the 1st priority to display these.
So, how do I display these social sharing icons below Question title (& category & tags mention) and above actual question content?
Thanks.
well, I have just tested it with AnsPress 2.4 and AskBug 1.5 too, but it’s still the same. Social Share icons displayed on all pages, except Single Question Page.
Simply override question.php (its already in theme folder if you are using askbug). and insert you sharing code here:
https://github.com/anspress/anspress/blob/master/theme/default/question.php#L21
Thanks. I will add it in overrided question.php
Which version you are using?