• Resolved jamespond

    (@jamespond)


    Apologies if I’m just being stupid and can’t find this option.

    The social media buttons share the quiz page, but not the results. I’d love an option to share the score with possibility to customize the message (“I got X out of Y correct in the QUIZ_NAME quiz!” for example) with a link to the quiz below. Sharing the results on social media would encourage other people to click on the compete and generate more traffic

    I’d also like an option to easily disable some social nedia buttons in “Show the Social buttons” option without having to edit the code. I only want FB there, but there’s no easy way to disable LinkedIn, twitter etc.

    • This topic was modified 3 years, 4 months ago by jamespond.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hi dear @jamespond ,

    Thank you for your valuable feedback.

    Regarding the first suggestion, I will add a ticket and pass it to our management team.

    Regarding the second suggestion, we are going to add the feature in the upcoming update.

    For now, please copy the following CSS and paste it into the Custom CSS field of the given quiz. ( Quiz Maker → Quizzes → the given quiz → Styles tab → Custom CSS)
    Please note to change the YOUR_QUIZ_ID to the given quiz ID of yours. (do not delete the space after it)

    div#ays-quiz-container-YOUR_QUIZ_ID .ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte {
    display: none;
    }

    Thank you.

    Thread Starter jamespond

    (@jamespond)

    Thank you, the custom CSS worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request – share results button’ is closed to new replies.