Share respondents survey response to Facebook | XM Community
Skip to main content

Share respondents survey response to Facebook

  • September 22, 2022
  • 3 replies
  • 44 views

Forum|alt.badge.img+1

I would like to add a share button where a respondent can share their survey response to a Facebook Group. Is this possible? Preferably in the “Thank You” message when the survey has been completed. Thanks!

3 replies

lizb311
Level 3 ●●●
Forum|alt.badge.img+20
  • Level 3 ●●●
  • 120 replies
  • September 22, 2022

Try following the instructions in this PDF. The screenshots are dated but last time I tried the code, it still worked. I put it as a descriptive text block at the end of my survey. Unfortunately I don't remember it working when I tried to put it in the "Thank You" message.
[PDF] How to add Facebook and Twitter share buttons to a Qualtrics Survey. - Free Download PDF
There are also a few website suggestions in this community post - perhaps one of those will be useful for you


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • September 23, 2022

lizb311 Thanks for the response, but I want the ability to share the response, not the survey for someone else to take.


Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • October 3, 2022

poolSFM
The only custom step here would be to create a custom URL of the response summary page you see in the customized end of survey. Once done, you can include the below script in your End Of Survey and replace the URL.
Step 1: Include the JavaScript SDK on your page once, ideally right after the opening 

body
 tag.


Step 2: Place this code wherever you want the plugin to appear on your page. Replace the value of data-href by your URL.

More info: Share Button - Social Plugins (facebook.com)
Hope this helps!