Issue with AB Post and Page Grid and Genesis Simple Share
-
When I turn on Genesis simple share for posts, the below code shows up in the Post and Page Grid block. Even if the actual buttons showed up, I still don’t want the share buttons in every section of the grid.
jQuery(document).ready(function($) { $(‘#facebook-after-895’).sharrre({ share: { facebook: true }, urlCurl: ‘https://hydrotempmech.test/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-after-895’).sharrre({ share: { twitter: true }, urlCurl: ‘https://hydrotempmech.test/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(‘twitter’); } }); $(‘#linkedin-after-895’).sharrre({ share: { linkedin: true }, urlCurl: ‘https://hydrotempmech.test/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(‘linkedin’); } }); });
- The topic ‘Issue with AB Post and Page Grid and Genesis Simple Share’ is closed to new replies.