Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
260 views
in Q2A Core by
If you try to add Facebook Like/Share button, for example, you have to install Facebook SDK script to your Q2A site.

The minor conflict is when you upvote a question, or an answer, the page reloads with a hashtag of button Id.

Ex: yoursite.com/12345/hell-world#a12346

Any idea to cope with?
Q2A version: 1.8.3
by
Here's why:

In order to use Facebook SDK, I set Content-Security-Policy rules for it, so it's the reason:

Header set Content-Security-Policy "script-src 'self' https://connect.facebook.net https://graph.facebook.com; object-src 'self'"

Please log in or register to answer this question.

...