Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

button to share survey to other emails

  • davidmf
  • davidmf's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 months ago #104717 by davidmf
Cheers,

Is there a way for a person who is answering a public survey to share the link to that survey to others. Like a share button ?
The topic has been locked.
More
10 years 2 months ago #104722 by Ben_V
Replied by Ben_V on topic button to share survey to other emails
Hi,

Into the "completed" textarea* (=message displayed when survey is submited), you can add any kind of links, buttons etc.

Some valid examples (using {SID} placeholder to retrieve the survey ID dynamically ):

1) Share via e-mail:
Code:
<script language="javascript">
function mailpage()
{
mail_str = "mailto:?subject= Check out this survey";
mail_str += "&amp;body= I thought you might be interested in this.%0A";
mail_str += "You can view it at: %0A http://yourdomain.tld/index.php/survey/index/sid/{SID}/newtest/Y/ %0A"
location.href = mail_str;
}
</script>
 
<!-- plain text link or button -->
<a href="javascript:mailpage()">Share with a friend</a>


2) twitter button:
Code:
<a href="http://twitter.com/share" class="twitter-share-button"  data-lang="en" data-text=" Lorem ipsum dolor sit amet, consectetur adipiscing elit, set eiusmod tempor incidunt et labore et dolore magna aliquam. Ut enim ad minim veniam, quis nostrud exerc" data-count="none" data-url="http://example.com/index.php/survey/index/sid/{SID}/newtest/Y/">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>



* or into completed.pstpl file of your template

.

Benoît

EM Variables => bit.ly/1TKQyNu | EM Roadmap => bit.ly/1UTrOB4
Last Releases => 2.6x.x goo.gl/ztWfIV | 2.06/2.6.x => bit.ly/1Qv44A1
Demo Surveys => goo.gl/HuR6Xe (already included in /docs/demosurveys)
The following user(s) said Thank You: davidmf, Teaymey_208575
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose