Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/oxid-socialbookmarks
Social Bookmarks module for OXID
https://github.com/marten-seemann/oxid-socialbookmarks
oxid-eshop oxid-module
Last synced: about 15 hours ago
JSON representation
Social Bookmarks module for OXID
- Host: GitHub
- URL: https://github.com/marten-seemann/oxid-socialbookmarks
- Owner: marten-seemann
- License: mit
- Created: 2019-01-14T13:58:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T05:17:49.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T00:08:45.702Z (3 days ago)
- Topics: oxid-eshop, oxid-module
- Language: CSS
- Homepage: https://www.oxid-responsive.com
- Size: 235 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OXID Social Bookmarks
Displays social media button on the product details page.
The social networks can be selected in the backend.## Installation
```bash
composer require seemannit/oxid-social-bookmarks
```## Compatibility
This module should be compatible with OXID > 4.9.0 and OXID 6.x.
It might even be compatible with older OXID versions, but this is untested.## Developer information
### Social media icons
[Source](http://icondock.com/free/vector-social-media-icons)
### Command to generate the Sprite
The sprite can be generated using [glue](https://github.com/jorgebastida/glue)
by running```bash
glue --less --retina --namespace sb img
```in the *out/* directory. After that, recompile the LESS file.