-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·113 lines (76 loc) · 3.11 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
=== The Social Links ===
Contributors: Seags
Tags: social, social bookmarks, social links, social networking
Requires at least: 4.8
Tested up to: 5.8.1
Stable tag: 2.0.5
Requires PHP: 5.6
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles.
== Description ==
**Note: Development for The Social Links happens on [Github](https://github.com/flickerleap/the-social-links). 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:
* Telegram
* Google+
* Facebook
* Twitter
* Linkedin
* YouTube
* Instagram
* Pinterest
* Behance
* Bitcoin
* Delicious
* DeviantArt
* Digg
* Dribble
* Flickr
* Foursquare
* GitHub
* LastFM
* Medium
* Skype
* Soundcloud
* Spotify
* Tumblr
* Vine
* WordPress
* Telegram
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!**
== Installation ==
Installation via WordPress Dashboard:
1. Navigate to Plugins->Add New
1. Search for "The Social Links" and click "Install Now"
1. Click “Settings” or browse to the "The Social Links" once you have installed the plugin to configure your social network links.
1. 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.
== Frequently Asked Questions ==
= 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](http://digitalleap.co.za/wordpress/plugin/the-social-links/) 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.
== Screenshots ==
1. Settings Page
2. Default Social Links
== Changelog ==
= 2.0.5 =
Fix regression in template tag.
= 2.0.3 =
* Really add Telegram
= 2.0.2 =
* Add Telegram
= 2.0.1 =
* Add the template tag back in.
= 2.0.0 =
* Refactored some code
* Updated Font Awesome
= 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