This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
executable file
·74 lines (51 loc) · 2.06 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
=== Plugin Name ===
Contributors: nathanrice, studiopress, marksabbath
Tags: social media, social networking, social profiles
Requires at least: 3.0
Tested up to: 6.3
Stable tag: 1.2.5
This plugin/widget allows you to insert icon links to your social profiles in any widgetized area.
== DEPRECATION NOTICE ==
This plugin is now deprecated and will no longer receive feature updates.
See the <a href="https://wordpress.org/plugins/tags/social-profiles/">Social Profiles tag</a> for alternatives.
== Description ==
By simply dragging this widget into your sidebar or any widgetized area, you can easily place icon links to your various social profiles like twitter, facebook, flickr, etc.
== Installation ==
1. Upload the entire social-profiles-widget folder to the /wp-content/plugins/ directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. In your Widgets menu, simply drag the widget labeled "Social Profiles" into a widgetized Area.
1. Configure the widget by choosing a title, icon size, and the URLs to your various social profiles.
== Frequently Asked Questions ==
= The icons are a bit crowded in my sidebar. How do I give them breathing room? =
Open your theme's style.css file, and insert this code (somewhere near the bottom of the file).
.social-profiles img {
padding-right: 10px;
}
You can adjust that code to suite your needs, depending on your situation.
== Changelog ==
= 1.2.5 =
* Tested on WordPress 5.2.2
= 1.2.4 =
* Introducing WordPress Coding Standards
* Files restructured
= 1.2.3 =
* Fixed undefined index warning
* Fixed spacing in widget form
= 1.2.2 =
* PHP7 compatibility
= 1.2.1 =
* Add option to open links in a new window
= 1.2 =
* Added new 24x24 image size
= 1.1.1 =
* Added `alt` tags to image output
* Changed plugin file from `total-social.php` to `plugin.php`
= 1.1 =
* Added support for more icons
* Changed name from "Total Social" to "Social Profiles Widget"
* Updated PHP techniques to be compatible with WordPress standards
* Added groundwork for localization
= 1.0 =
* Added Linkedin Support
= 0.1-beta =
* Pre-Release