Confusing 'thankyou' feature
-
Hi Support
I posted on one of the resolved tickets and i believe may be because of that, i have not been able to get any response hence detailing my issue here but with an update.Firstly thanks a lot of making this awesome plugin available.
The issue i have is that initially i was not able to disable thankyou popup, and then when i used the following API code with thankyou as false, it stopped. After that i changed thankyou and make it true, and so that i can use a customized thankyou message after sharing a post but with no follow buttons. The code i am using is:
{
‘theme’ : ‘transparent’,
‘thankyou’ : true,
‘share’ : {
‘position’ : ‘right’,
‘numPreferredServices’ : 6 ,
‘services’ : ‘facebook,twitter,google_plusone_share,email,print,more’ ,
‘postShareTitle’ : ‘Thank you for sharing!’ ,
},
‘follow’ : {
‘mobile’ : false,
‘desktop’ : false
},
‘whatsnext’ : {
‘mobile’ : false,
‘desktop’ : false
},
‘recommended’ : {
‘mobile’ : false,
‘desktop’ : false
},
‘mobile’ : {
‘buttonBarPosition’ : ‘top’,
‘buttonBarTheme’ : ‘transparent’,
‘mobile’ : true
}
}Kindly point out to me where i am missing.
Regards
- The topic ‘Confusing 'thankyou' feature’ is closed to new replies.