The links are set from the wplms option panel, refer:
http://prntscr.com/ene27w
This is constant all over the website and cannot be modified for different pages.
This is what Im referring to
http://prnt.sc/ex3hq4
I would like to add some query strings on these social sharing icons.
Is this possible?
You can add this code from this link to add custom fileds in the course details widget.
https://gist.github.com/rohit-skywalker/975dbe1e8004b462b46418b66fdf9e6a
You will need to customise this code and add the icons and links according to your needs.
Well as of now these links are hardcoded and extra query strings cannot be added to it for now .
the best i can suggest is to disable the existing social icons on course with the help of this code :
ADd the given code in your wplms-customizer.php file in wplms customizer plugin :
add_Action('init',function(){
$vibe_extras = vibe_extras::init();
remove_filter('wplms_course_front_details',array($vibe_extras ,'wplms_custom_social_sharing_links'));
});
and then use a third party plugin to add your own .