Jerome Kang
asked 10 years ago

What if I wanted to share the question to other social networks? would this be possible?

Jerome Kang
replied 10 years ago

I noticed, after posting this question, here in your site, you can share the question to twitter,g+ and facebook at the right side. In my site, the share buttons are not visible. I’m using DW Minion by the way which I think is integrated with the DW QA

1 Answers
DominicStaff
answered 10 years ago

Hi Jerome, 
To show the social sharing (facebook, etc) for a single Question in Q&A, please do as following.
Step1: Download and unzip the plugin twitter-facebook-google-plusone-share.zip.
Please find the plugin here: http://wordpress.org/plugins/twitter-facebook-google-plusone-share/
Step2: Copy and paste the unzipped folder into your Plugins directory under wordpress installation. (wp-content/plugins)
Step3: Activate the plugin through the plugin window in the admin panel.
Step4: add the following code to the single-question.php file in the folder path “wp-content\plugins\dw-question-answer\inc\templates”

 <?php if(function_exists('kc_add_social_share')) kc_add_social_share(); ?>

See the screenshot:
For Example: you can add this code to the line 20 or line 25 of the single-question.php file
See the screenshot:
Step5: Configure the settings through Dashboard > Settings > TWG Social Share.
Hope this helps!

Jerome Kang
replied 10 years ago

yes thank you!

Powered by DW Question & Answer Pro