Omschrijving
Note: Development for The Social Links happens on Github. Please submit an issue there.
The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. The new version includes the following social networks:
- Google+
- YouTube
- Behance
- Bitcoin
- Delicious
- DeviantArt
- Digg
- Dribble
- Flickr
- Foursquare
- GitHub
- LastFM
- Gemiddeld
- Skype
- Soundcloud
- Spotify
- Tumblr
- Vine
- WordPress
We’ve also added support for a shortcode ([the-social-links]
) for use in WordPress posts and pages and a custom template tag (<?php the_social_links();?>
) for use in template files.
The Social Links is translation ready!
Installatie
Installation via WordPress Dashboard:
- Navigate to Plugins->Add New
- Search for “The Social Links” and click “Install Now”
- Click “Settings” or browse to the “The Social Links” once you have installed the plugin to configure your social network links.
- Go to your widgets and add the “The Social Links” widget to your sidebar, add the shortcode (
[the-social-links]
) in your posts and pages or add the custom template tag (<?php the_social_links();?>
) in your template files.
FAQ
- Installation Instructions
-
Installation via WordPress Dashboard:
- Navigate to Plugins->Add New
- Search for “The Social Links” and click “Install Now”
- Click “Settings” or browse to the “The Social Links” once you have installed the plugin to configure your social network links.
- Go to your widgets and add the “The Social Links” widget to your sidebar, add the shortcode (
[the-social-links]
) in your posts and pages or add the custom template tag (<?php the_social_links();?>
) in your template files.
- How do I add the bookmarks to my theme manually (also for themes that do not support widgets)?
-
Using the shortcode (
[the-social-links]
) in your posts and pages or by adding the custom template tag (<?php the_social_links();?>
) in your template files. - Are you going to add other social networks?
-
To keep the plugin as fluid as possible we have decided to minimise the amount of networks in the free version. If you have a network that you think should be added, please head to our support page to submit a request.
- Can I use other icons?
-
We have decided that to keep a high standard for the plugin we will be using font based icons. All icons are styled by CSS. We are developing additional premium icon packs that you will be able to purchase.
- Can I change the order of the icons?
-
You can change the order on your settings page.
Beoordelingen
Never got it working
Followed the outlined instructions but never did get it to work. Maybe I’m just impatient but I gave up after about 20mins
Great Plugin!
Easy to use plugin. Great work.
TOP!!!
Top plugin for social media icons!!!
your output is bad, and you should feel bad 😉
we’re missing some semicolons here in the output of your plugin:
Example screenshot with faulty code.
 
is wrong, that should be
of course 🙂 Apart from that nice plugin.
Bijdragers & ontwikkelaars
“The Social Links” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “The Social Links” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.3.1
- Fixed type hinting error (we’re not there yet, captain)
1.3.0
- We added all social networks in the pack
- Preparation for some new features to come
1.2.9
- Added more social networks
1.2.8
- Removed escaping of widget output
1.2.7
- Fixed a bug that prevented the widgets from loading
1.2.6
- Fixed readme.txt
1.2.4
- Removed ‘_’ when there shouldn’t have been one.
- Notify users that support is now done on Github.
1.2.3
- Fixed static function error on shortcode
1.2
- Released quality code (according to WordPress Coding Standards)
- Added unit testing