Course List
jQuery(document).ready(function($) {
$(‘#facebook-before-7999’).sharrre({
share: {
facebook: true
},
urlCurl: ‘https://www.microassist.com/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’,
enableHover: false,
enableTracking: true,
disableCount: true,
buttons: { },
click: function(api, options){
api.simulateClick();
api.openPopup(‘facebook’);
}
});
$(‘#twitter-before-7999’).sharrre({
share: {
twitter: true
},
urlCurl: ‘https://www.microassist.com/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’,
enableHover: false,
enableTracking: true,
buttons: { twitter: { via: ‘Microassist’ } },
click: function(api, options){
api.simulateClick();
api.openPopup(‘twitter’);
[...]
Accessibility
5 stars; 88% of tests passed. [Note: this rating is a work in progress.]
Level A | Level AA | Level AAA | Unique |
---|---|---|---|
159 | 42 | 55 | 172 |
Error data courtesy of Tenon.io