Integrate FAQPrime product question and answer with Shopify:
STEP 1.Go to faq.looras.com/login and login using your credentials:

STEP 2.Click on Product Q&A:

STEP 3.Go to Shopify Integration:

STEP 4.After clicking on Shopify Integration you will redirect to this page:

STEP 5.Enter your Shopify Store URL and Access Token:

STEP 6.Click Save & next:

STEP 7.Click Sync product:

STEP 8.After clicking on sync product the below page will appear.

Here we get two types of integration code. We have to use only one of them as described below:
1) Integration Code (HTML)
Add this integration code in the "main-product.liquid" file (or something similar which holds the product page template for your store) wherever you want the Q&A widget to appear.
or
2) Integration Code (JS)
Add this integration code in the "main-product.liquid" file (or something similar which holds the product page template for your store).
Modify the line
var faqpqaId='';
To:
var faqpqaId='<eleId>';
Where <eleId> is the id of the element inside which you want the Q&A widget to appear.