Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
218 views
in Q2A Core by
This option would help especially for posting questions on Facebook. If some custom picture (logo or something similar) could be automatically included in the question page, let's say at the top of the question's text, it would appear on the post of the question to facebook, making the post more user friendly.

Is it doable by admin options and if so, how? If not, what is the file that would need modifications in order to have something like that accomplished?

1 Answer

+1 vote
by
http://www.question2answer.org/qa/55101/facebook-at-the-end-of-the-topic-title?show=55126#a55126

Sending fixed (e.g. logo) image to the facebook is easy. you can add OGP tag (og:image) in the "Admin" > "Layout" > "Custom HTML in <head> section of every page:". However, if you send image in the question details to the facebook, solution will be different. You will need to extract image tag from the question details with regular expression.
...