| Re: New module: Smartshare |
| by Runeher2 on 2025/7/1 20:12:24 Fixed an error in line 6 of include/share-icons.php. if you already downloaded the module, make this change. Replace it with: $moduleDirname = basename(dirname(dirname(__DIR__))); if ($moduleDirname === 'publisher' && isset($_GET['itemid'])) { $GLOBALS['smartshare_override_url'] = XOOPS_URL . '/modules/publisher/item.php?itemid=' . (int)$_GET['itemid']; } |
| Re: New module: Smartshare |
| by heyula on 2025/6/28 7:54:22 Nice module, thank you. |
| Re: New module: Smartshare |
| by liomj on 2025/6/27 14:12:47 nice work, thank you for this module |
| Re: New module: Smartshare |
| by Mamba on 2025/6/27 4:17:18 Nice one! Thanks for sharing! |
| New module: Smartshare |
| by Runeher2 on 2025/6/26 10:56:05 SmartShare for XOOPS CMS SmartShare is a flexible XOOPS module that adds social sharing buttons and meta tag integration to your website. It supports a wide range of platforms and includes an admin interface for customization. Features Social media sharing buttons for 25+ platforms Local share count tracking (optional) Choose between round or square icon styles Configurable icon order and number of visible buttons Easy template integration using <{$smartshare_icons}> Post-share popup with follow links Admin panel for full control over settings Includes a "Follow Us" block Help system with guidance on sharing and meta tags Installation Upload the smartshare/ folder to your XOOPS modules/ directory. Log in to the XOOPS administration area. Install the module via the Modules admin. Go to Preferences to configure platforms, appearance, and popup behavior. Usage To display share icons on your site, place this in any XOOPS template: <{$smartshare_icons}> -------------------------------------------------- Preview it and test it here. Download it here With this module you can say goodbye to the unreliable Shareaholic javascript . |