Περιγραφή
Social Links Icons allows you to simply group and manage links to your social networks and display them on your pages.
Currently the plugin manages more than 20 social networks such as Facebook, Twitter, Youtube, Instagram, Twitch, Github, LinkedIn, … If you wish, you can also add your own social networks!
In addition, the plugin also allows you to configure the icons and colors of each social network.
Στιγμιότυπα
Εγκατάσταση
- Upload the entire social-links-icons folder to the /wp-content/plugins/ directory
- Activate the plugin through the “Plugins” menu in WordPress
- Configure the links and icons in the “Setting” tab.
Συχνές Ερωτήσεις
- Which social networks are supported by default ?
-
- Behance
- Blogger
- Discord
- Dribbble
- Flickr
- Github
- Google Play
- Medium
- Skype
- Slack
- Snapchat
- Soundcloud
- Stackoverflow
- Steam
- Telegram
- Tumblr
- Twitch
- Vimeo
- Youtube
- Where to find Svg icons ?
-
You can find icons on one of the following sites: https://iconmonstr.com/, https://www.flaticon.com/, https://icones8.fr/icons, https://icomoon.io/app/#/select.
- How to view social networks on a page?
-
To view the list of social networks, you can use the following shortcode:
// To display the list of with the name of the social network [sli-list] or // To display the list of with the social network icon [sli-list content="svg"]
If you want to change the HTML code generated: see documentation
- How to display social networks in a template?
-
global $socialLinksIcons;
$networks = $socialLinksIcons->all();
foreach($networks as $network) {
// Do something
} - How to add a social network ?
-
You can simply add social networks, please read the document: see documentation
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Social Links Icons” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Social Links Icons” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.1.1
bug correction of version 🙁
1.1.1
Translate view
1.1.0
Translation of the plugin into French
1.0.0
First release