Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/social-buttons-bundle
https://github.com/chaplean/social-buttons-bundle
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/social-buttons-bundle
- Owner: chaplean
- Created: 2019-07-10T06:59:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T00:53:23.000Z (almost 3 years ago)
- Last Synced: 2024-04-03T12:03:20.123Z (9 months ago)
- Language: PHP
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting Started With Chaplean Social Buttons Bundle
===================================================## Configuration:
```yaml
chaplean_social_buttons:
buttons:
facebook:
url: null
locale: "fr_FR"
send: false
twitter:
url: null
locale: "fr"
message: "Share it"
text: "Tweet"
via: "Chaplean"
tag: "Chap"
# Optional
class_a: "some-class"
class_i: "some-class"
googleplus:
url: null
locale : "fr"
linkedin:
url: null
locale: "fr_FR"
pinterest:
url: null
```## Include styles:
Files to include in layout
Require:
```html
'bundles/chapleansocialbuttons/libs/bootstrap-social/bootstrap-social.css'
```If bootstrap not included:
```html
'bundles/chapleansocialbuttons/libs/bootstrap/dist/css/bootstrap.min.css'
```If not font-awesome is include:
```html
'bundles/chapleansocialbuttons/libs/font-awesome/css/font-awesome.min.css'
```