Version Description
- Fixed small css for follow button
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- accesspress-twitter-feed.php +2 -2
- css/frontend.css +4 -1
- inc/frontend/templates/follow-btn.php +1 -1
- readme.txt +4 -1
accesspress-twitter-feed.php
CHANGED
@@ -5,7 +5,7 @@ defined('ABSPATH') or die('No script kiddies please!');
|
|
5 |
* Plugin Name: AccessPress Twitter Feed
|
6 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
|
7 |
* Description: A plugin to show your twitter feed in your site with various configurable settings
|
8 |
-
* Version: 1.0.
|
9 |
* Author: AccessPress Themes
|
10 |
* Author URI: http://accesspressthemes.com
|
11 |
* Text Domain: ap-twitter-feed
|
@@ -25,7 +25,7 @@ if (!defined('APTF_CSS_DIR')) {
|
|
25 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
26 |
}
|
27 |
if (!defined('APTF_VERSION')) {
|
28 |
-
define('APTF_VERSION', '1.0.
|
29 |
}
|
30 |
|
31 |
if (!defined('APTF_TD')) {
|
5 |
* Plugin Name: AccessPress Twitter Feed
|
6 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
|
7 |
* Description: A plugin to show your twitter feed in your site with various configurable settings
|
8 |
+
* Version: 1.0.1
|
9 |
* Author: AccessPress Themes
|
10 |
* Author URI: http://accesspressthemes.com
|
11 |
* Text Domain: ap-twitter-feed
|
25 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
26 |
}
|
27 |
if (!defined('APTF_VERSION')) {
|
28 |
+
define('APTF_VERSION', '1.0.1');
|
29 |
}
|
30 |
|
31 |
if (!defined('APTF_TD')) {
|
css/frontend.css
CHANGED
@@ -256,7 +256,7 @@ and open the template in the editor.
|
|
256 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
257 |
max-width: 100%;
|
258 |
}
|
259 |
-
.aptf-follow-
|
260 |
border-bottom: none !important;
|
261 |
text-decoration: none !important;
|
262 |
}
|
@@ -278,4 +278,7 @@ and open the template in the editor.
|
|
278 |
}
|
279 |
.aptf-seperator{
|
280 |
padding: 8px;
|
|
|
|
|
|
|
281 |
}
|
256 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
257 |
max-width: 100%;
|
258 |
}
|
259 |
+
a.aptf-follow-link{
|
260 |
border-bottom: none !important;
|
261 |
text-decoration: none !important;
|
262 |
}
|
278 |
}
|
279 |
.aptf-seperator{
|
280 |
padding: 8px;
|
281 |
+
}
|
282 |
+
a.aptf-follow-link:focus{
|
283 |
+
outline:none !important;
|
284 |
}
|
inc/frontend/templates/follow-btn.php
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
<div class="aptf-center-align">
|
2 |
-
<
|
3 |
</div>
|
1 |
<div class="aptf-center-align">
|
2 |
+
<a href="<?php echo "https://twitter.com/".$username;?>" target="_blank" class="aptf-follow-link"><div class="aptf-follow-btn"><i></i><span id="l" class="label">Follow <b><?php echo $username;?></b></span></div></a>
|
3 |
</div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plug
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -83,6 +83,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
83 |
|
84 |
|
85 |
== Changelog ==
|
|
|
|
|
|
|
86 |
= 1.0.0 =
|
87 |
* Plugin submitted to http://wordpress.org for review and approval
|
88 |
* Plugin approved and commited to wordpress.org for availability of download
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
83 |
|
84 |
|
85 |
== Changelog ==
|
86 |
+
= 1.0.1 =
|
87 |
+
* Fixed small css for follow button
|
88 |
+
|
89 |
= 1.0.0 =
|
90 |
* Plugin submitted to http://wordpress.org for review and approval
|
91 |
* Plugin approved and commited to wordpress.org for availability of download
|