Version Description
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Twitter Feed – Twitter Feed for WordPress |
Version | 1.6.7 |
Comparing to | |
See all releases |
Code changes from version 1.6.6 to 1.6.7
- accesspress-twitter-feed.php +2 -2
- css/frontend.css +9 -0
- inc/backend/boards/main-settings.php +1 -1
- inc/backend/header.php +1 -1
- inc/backend/settings.php +2 -2
- inc/frontend/templates/default/template-1.php +3 -3
- inc/frontend/templates/default/template-2.php +3 -3
- inc/frontend/templates/default/template-3.php +3 -3
- inc/frontend/templates/slider/template-1.php +3 -3
- inc/frontend/templates/slider/template-2.php +3 -3
- inc/frontend/templates/slider/template-3.php +3 -3
- inc/frontend/templates/tweet-media.php +3 -3
- readme.txt +5 -2
accesspress-twitter-feed.php
CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die('No script kiddies please!');
|
|
4 |
* Plugin Name: WP TFeed
|
5 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
|
6 |
* Description: A plugin to show your twitter feed in your site with various configurable settings
|
7 |
-
* Version: 1.6.
|
8 |
* Author: AccessPress Themes
|
9 |
* Author URI: http://accesspressthemes.com
|
10 |
* Text Domain: accesspress-twitter-feed
|
@@ -24,7 +24,7 @@ if (!defined('APTF_CSS_DIR')) {
|
|
24 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('APTF_VERSION')) {
|
27 |
-
define('APTF_VERSION', '1.6.
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
4 |
* Plugin Name: WP TFeed
|
5 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed/
|
6 |
* Description: A plugin to show your twitter feed in your site with various configurable settings
|
7 |
+
* Version: 1.6.7
|
8 |
* Author: AccessPress Themes
|
9 |
* Author URI: http://accesspressthemes.com
|
10 |
* Text Domain: accesspress-twitter-feed
|
24 |
define('APTF_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
|
25 |
}
|
26 |
if (!defined('APTF_VERSION')) {
|
27 |
+
define('APTF_VERSION', '1.6.7');
|
28 |
}
|
29 |
|
30 |
if (!defined('APTF_TD')) {
|
css/frontend.css
CHANGED
@@ -17,6 +17,7 @@ and open the template in the editor.
|
|
17 |
.aptf-tweet-content a{
|
18 |
border-bottom: none !important;
|
19 |
color: #00B0ED !important;
|
|
|
20 |
-webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
|
21 |
-moz-transition: all 1s ease;/* Firefox 4-15 */
|
22 |
-o-transition: all 1s ease;/* Opera 10.5-12.00 */
|
@@ -281,4 +282,12 @@ a.aptf-follow-link{
|
|
281 |
}
|
282 |
a.aptf-follow-link:focus{
|
283 |
outline:none !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
}
|
17 |
.aptf-tweet-content a{
|
18 |
border-bottom: none !important;
|
19 |
color: #00B0ED !important;
|
20 |
+
line-height:33px;
|
21 |
-webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
|
22 |
-moz-transition: all 1s ease;/* Firefox 4-15 */
|
23 |
-o-transition: all 1s ease;/* Opera 10.5-12.00 */
|
282 |
}
|
283 |
a.aptf-follow-link:focus{
|
284 |
outline:none !important;
|
285 |
+
}
|
286 |
+
.aptf-each-media.aptf-media-thumb {
|
287 |
+
width: auto;
|
288 |
+
float: left;
|
289 |
+
}
|
290 |
+
.aptf-tweet-media{
|
291 |
+
width:100%;
|
292 |
+
overflow:hidden;
|
293 |
}
|
inc/backend/boards/main-settings.php
CHANGED
@@ -63,7 +63,7 @@
|
|
63 |
?>
|
64 |
<label>
|
65 |
<input type="radio" name="feed_template" value="template-<?php echo $i; ?>" <?php checked($aptf_settings['feed_template'], 'template-' . $i); ?>/>Template <?php echo $i; ?>
|
66 |
-
<p><img src="<?php echo APTF_IMAGE_DIR.'/template-'.$i.'.JPG';?>"/></p>
|
67 |
</label>
|
68 |
<hr />
|
69 |
<?php
|
63 |
?>
|
64 |
<label>
|
65 |
<input type="radio" name="feed_template" value="template-<?php echo $i; ?>" <?php checked($aptf_settings['feed_template'], 'template-' . $i); ?>/>Template <?php echo $i; ?>
|
66 |
+
<p><img src="<?php echo esc_attr(APTF_IMAGE_DIR).'/template-'.$i.'.JPG';?>"/></p>
|
67 |
</label>
|
68 |
<hr />
|
69 |
<?php
|
inc/backend/header.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<div class="aptf-header-wrapper">
|
2 |
<div class="apsc-logo">
|
3 |
-
<img src="<?php echo APTF_IMAGE_DIR; ?>/logo.png" alt="<?php esc_attr_e('WP TFeed', 'accesspress-twitter-feed'); ?>" />
|
4 |
</div>
|
5 |
|
6 |
<div class="apsc-socials">
|
1 |
<div class="aptf-header-wrapper">
|
2 |
<div class="apsc-logo">
|
3 |
+
<img src="<?php echo esc_attr(APTF_IMAGE_DIR); ?>/logo.png" alt="<?php esc_attr_e('WP TFeed', 'accesspress-twitter-feed'); ?>" />
|
4 |
</div>
|
5 |
|
6 |
<div class="apsc-socials">
|
inc/backend/settings.php
CHANGED
@@ -66,14 +66,14 @@ $aptf_settings = $this->aptf_settings;
|
|
66 |
</div>
|
67 |
</div>
|
68 |
<div class="aptf-promo">
|
69 |
-
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" target="_blank"><img src="<?php echo APTF_IMAGE_DIR . '/upgrade.png' ?>"/></a>
|
70 |
<div class="aptf-promo-actions">
|
71 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Demo" target="_blank"><input type="button" class="aptf-demo-btn" value="Demo"/></a>
|
72 |
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Upgrade" target="_blank"><input type="button" class="aptf-upgrade-btn" value="Upgrade"/></a>
|
73 |
<a href='https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/' title="Plugin Information" target="_blank"><input type="button" class="aptf-demo-btn" value="Plugin Information"/></a>
|
74 |
</div>
|
75 |
|
76 |
-
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" target="_blank"><img src="<?php echo APTF_IMAGE_DIR . '/upgrade-features.png' ?>"/></a>
|
77 |
<div class="aptf-promo-actions">
|
78 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Demo" target="_blank"><input type="button" class="aptf-demo-btn" value="Demo"/></a>
|
79 |
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Upgrade" target="_blank"><input type="button" class="aptf-upgrade-btn" value="Upgrade"/></a>
|
66 |
</div>
|
67 |
</div>
|
68 |
<div class="aptf-promo">
|
69 |
+
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" target="_blank"><img src="<?php echo esc_attr(APTF_IMAGE_DIR) . '/upgrade.png' ?>"/></a>
|
70 |
<div class="aptf-promo-actions">
|
71 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Demo" target="_blank"><input type="button" class="aptf-demo-btn" value="Demo"/></a>
|
72 |
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Upgrade" target="_blank"><input type="button" class="aptf-upgrade-btn" value="Upgrade"/></a>
|
73 |
<a href='https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/' title="Plugin Information" target="_blank"><input type="button" class="aptf-demo-btn" value="Plugin Information"/></a>
|
74 |
</div>
|
75 |
|
76 |
+
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" target="_blank"><img src="<?php echo esc_attr(APTF_IMAGE_DIR) . '/upgrade-features.png' ?>"/></a>
|
77 |
<div class="aptf-promo-actions">
|
78 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Demo" target="_blank"><input type="button" class="aptf-demo-btn" value="Demo"/></a>
|
79 |
<a href="https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-feed-pro/" title="Upgrade" target="_blank"><input type="button" class="aptf-upgrade-btn" value="Upgrade"/></a>
|
inc/frontend/templates/default/template-1.php
CHANGED
@@ -52,10 +52,10 @@
|
|
52 |
<!--Tweet Action -->
|
53 |
<?php } ?>
|
54 |
</div>
|
55 |
-
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo $username; ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a> <?php } ?>
|
56 |
<div class="aptf-tweet-date">
|
57 |
<p class="aptf-timestamp">
|
58 |
-
<a href="https://twitter.com/<?php echo $username; ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
59 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
60 |
</a>
|
61 |
</p>
|
@@ -64,7 +64,7 @@
|
|
64 |
} else {
|
65 |
?>
|
66 |
|
67 |
-
<p><a href="http://twitter.com/'<?php echo $username; ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
68 |
<?php
|
69 |
}
|
70 |
?>
|
52 |
<!--Tweet Action -->
|
53 |
<?php } ?>
|
54 |
</div>
|
55 |
+
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo esc_attr($username); ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a> <?php } ?>
|
56 |
<div class="aptf-tweet-date">
|
57 |
<p class="aptf-timestamp">
|
58 |
+
<a href="https://twitter.com/<?php echo esc_attr($username); ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
59 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
60 |
</a>
|
61 |
</p>
|
64 |
} else {
|
65 |
?>
|
66 |
|
67 |
+
<p><a href="http://twitter.com/'<?php echo esc_attr($username); ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
68 |
<?php
|
69 |
}
|
70 |
?>
|
inc/frontend/templates/default/template-2.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
|
10 |
<div class="aptf-single-tweet-wrapper">
|
11 |
<div class="aptf-tweet-content">
|
12 |
-
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo $username; ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($display_name); ?></a> <span class="aptf-tweet-username"><?php esc_attr_e($username); ?></span> <?php } ?>
|
13 |
<div class="clear"></div>
|
14 |
<?php
|
15 |
if ($tweet->full_text) {
|
@@ -46,7 +46,7 @@
|
|
46 |
<!--Tweet Image -->
|
47 |
<div class="aptf-tweet-date">
|
48 |
<p class="aptf-timestamp">
|
49 |
-
<a href="https://twitter.com/<?php echo $username; ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
50 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
51 |
</a>
|
52 |
</p>
|
@@ -55,7 +55,7 @@
|
|
55 |
} else {
|
56 |
?>
|
57 |
|
58 |
-
<p><a href="http://twitter.com/'<?php echo $username; ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
59 |
<?php
|
60 |
}
|
61 |
?>
|
9 |
|
10 |
<div class="aptf-single-tweet-wrapper">
|
11 |
<div class="aptf-tweet-content">
|
12 |
+
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo esc_attr($username); ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($display_name); ?></a> <span class="aptf-tweet-username"><?php esc_attr_e($username); ?></span> <?php } ?>
|
13 |
<div class="clear"></div>
|
14 |
<?php
|
15 |
if ($tweet->full_text) {
|
46 |
<!--Tweet Image -->
|
47 |
<div class="aptf-tweet-date">
|
48 |
<p class="aptf-timestamp">
|
49 |
+
<a href="https://twitter.com/<?php echo esc_attr($username); ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
50 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
51 |
</a>
|
52 |
</p>
|
55 |
} else {
|
56 |
?>
|
57 |
|
58 |
+
<p><a href="http://twitter.com/'<?php echo esc_attr($username); ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
59 |
<?php
|
60 |
}
|
61 |
?>
|
inc/frontend/templates/default/template-3.php
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
|
10 |
<div class="aptf-single-tweet-wrapper">
|
11 |
<div class="aptf-tweet-content">
|
12 |
-
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo $username; ?>" target="_blank"><?php esc_attr_e($username); ?></a><?php } ?>
|
13 |
<p class="aptf-timestamp">
|
14 |
-
<a href="https://twitter.com/<?php echo $username; ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
15 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
16 |
</a>
|
17 |
</p>
|
@@ -52,7 +52,7 @@
|
|
52 |
} else {
|
53 |
?>
|
54 |
|
55 |
-
<p><a href="http://twitter.com/'<?php echo $username; ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
56 |
<?php
|
57 |
}
|
58 |
?>
|
9 |
|
10 |
<div class="aptf-single-tweet-wrapper">
|
11 |
<div class="aptf-tweet-content">
|
12 |
+
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo esc_attr($username); ?>" target="_blank"><?php esc_attr_e($username); ?></a><?php } ?>
|
13 |
<p class="aptf-timestamp">
|
14 |
+
<a href="https://twitter.com/<?php echo esc_attr($username); ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
15 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
16 |
</a>
|
17 |
</p>
|
52 |
} else {
|
53 |
?>
|
54 |
|
55 |
+
<p><a href="http://twitter.com/'<?php echo esc_attr($username); ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
56 |
<?php
|
57 |
}
|
58 |
?>
|
inc/frontend/templates/slider/template-1.php
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
|
10 |
<div class="aptf-single-tweet-slide">
|
11 |
<div class="aptf-tweet-content">
|
12 |
-
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo $username; ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a><?php } ?>
|
13 |
<p class="aptf-timestamp">
|
14 |
-
<a href="https://twitter.com/<?php echo $username; ?>/status/<?php echo $tweet->id_str; ?>" class="aptf-tweet-name" target="_blank"> -
|
15 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
16 |
</a>
|
17 |
</p>
|
@@ -62,7 +62,7 @@
|
|
62 |
} else {
|
63 |
?>
|
64 |
|
65 |
-
<p><a href="http://twitter.com/'<?php echo $username; ?> " class="aptf-tweet-name" target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
66 |
<?php
|
67 |
}
|
68 |
?>
|
9 |
|
10 |
<div class="aptf-single-tweet-slide">
|
11 |
<div class="aptf-tweet-content">
|
12 |
+
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo esc_attr($username); ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a><?php } ?>
|
13 |
<p class="aptf-timestamp">
|
14 |
+
<a href="https://twitter.com/<?php echo esc_attr($username); ?>/status/<?php echo $tweet->id_str; ?>" class="aptf-tweet-name" target="_blank"> -
|
15 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
16 |
</a>
|
17 |
</p>
|
62 |
} else {
|
63 |
?>
|
64 |
|
65 |
+
<p><a href="http://twitter.com/'<?php echo esc_attr($username); ?> " class="aptf-tweet-name" target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
66 |
<?php
|
67 |
}
|
68 |
?>
|
inc/frontend/templates/slider/template-2.php
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
|
10 |
<div class="aptf-single-tweet-slide">
|
11 |
<div class="aptf-tweet-content">
|
12 |
-
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo $username; ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a><?php } ?>
|
13 |
<p class="aptf-timestamp">
|
14 |
-
<a href="https://twitter.com/<?php echo $username; ?>/status/<?php echo $tweet->id_str; ?>" class="aptf-tweet-name" target="_blank"> -
|
15 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
16 |
</a>
|
17 |
</p>
|
@@ -50,7 +50,7 @@
|
|
50 |
} else {
|
51 |
?>
|
52 |
|
53 |
-
<p><a href="http://twitter.com/'<?php echo $username; ?> " class="aptf-tweet-name" target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
54 |
<?php
|
55 |
}
|
56 |
?>
|
9 |
|
10 |
<div class="aptf-single-tweet-slide">
|
11 |
<div class="aptf-tweet-content">
|
12 |
+
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo esc_attr($username); ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a><?php } ?>
|
13 |
<p class="aptf-timestamp">
|
14 |
+
<a href="https://twitter.com/<?php echo esc_attr($username); ?>/status/<?php echo $tweet->id_str; ?>" class="aptf-tweet-name" target="_blank"> -
|
15 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
16 |
</a>
|
17 |
</p>
|
50 |
} else {
|
51 |
?>
|
52 |
|
53 |
+
<p><a href="http://twitter.com/'<?php echo esc_attr($username); ?> " class="aptf-tweet-name" target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
54 |
<?php
|
55 |
}
|
56 |
?>
|
inc/frontend/templates/slider/template-3.php
CHANGED
@@ -49,11 +49,11 @@
|
|
49 |
<!--Tweet Action -->
|
50 |
<?php } ?>
|
51 |
</div>
|
52 |
-
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo $username; ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a> <?php } ?>
|
53 |
<div class="aptf-tweet-date">
|
54 |
|
55 |
<p class="aptf-timestamp">
|
56 |
-
<a href="https://twitter.com/<?php echo $username; ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
57 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
58 |
</a>
|
59 |
</p>
|
@@ -62,7 +62,7 @@
|
|
62 |
} else {
|
63 |
?>
|
64 |
|
65 |
-
<p><a href="http://twitter.com/'<?php echo $username; ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
66 |
<?php
|
67 |
}
|
68 |
?>
|
49 |
<!--Tweet Action -->
|
50 |
<?php } ?>
|
51 |
</div>
|
52 |
+
<?php if ($aptf_settings['display_username'] == 1) { ?><a href="http://twitter.com/<?php echo esc_attr($username); ?>" class="aptf-tweet-name" target="_blank"><?php esc_attr_e($username); ?></a> <?php } ?>
|
53 |
<div class="aptf-tweet-date">
|
54 |
|
55 |
<p class="aptf-timestamp">
|
56 |
+
<a href="https://twitter.com/<?php echo esc_attr($username); ?>/status/<?php echo $tweet->id_str; ?>" target="_blank"> -
|
57 |
<?php echo $this->get_date_format($tweet->created_at, $aptf_settings['time_format']); ?>
|
58 |
</a>
|
59 |
</p>
|
62 |
} else {
|
63 |
?>
|
64 |
|
65 |
+
<p><a href="http://twitter.com/'<?php echo esc_attr($username); ?> " target="_blank"><?php _e('Click here to read ' . esc_attr($username) . '\'S Twitter feed', 'accesspress-twitter-feed'); ?></a></p>
|
66 |
<?php
|
67 |
}
|
68 |
?>
|
inc/frontend/templates/tweet-media.php
CHANGED
@@ -25,7 +25,7 @@ if ( !$disable_media ) {?>
|
|
25 |
<?php
|
26 |
}
|
27 |
?>>
|
28 |
-
<a href="<?php echo str_replace('http://','https://',$media->media_url); ?>" data-lightbox="<?php echo $username; ?>"><img src="<?php echo str_replace('http://','https://',$media->media_url) . ':' . $image_size; ?>" style="max-width: 100%;"/></a>
|
29 |
</div>
|
30 |
<?php
|
31 |
// $this->print_array($media);
|
@@ -53,7 +53,7 @@ if ( !$disable_media ) {?>
|
|
53 |
<?php
|
54 |
}
|
55 |
?>>
|
56 |
-
<a href="<?php echo str_replace('http://','https://',$media->media_url); ?>" data-lightbox="<?php echo $username; ?>"><img src="<?php echo str_replace('http://','https://',$media->media_url) . ':' . $image_size; ?>" style="max-width: 100%;"/></a>
|
57 |
</div>
|
58 |
<?php
|
59 |
//$this->print_array($media);
|
@@ -82,7 +82,7 @@ if ( !$disable_media ) {?>
|
|
82 |
<?php
|
83 |
}
|
84 |
?>>
|
85 |
-
<a href="<?php echo str_replace('http://','https://',$media->media_url); ?>" data-lightbox="<?php echo $username; ?>"><img src="<?php echo str_replace('http://','https://',$media->media_url) . ':' . $image_size; ?>" style="max-width: 100%;"/></a>
|
86 |
</div>
|
87 |
<?php
|
88 |
//$this->print_array($media);
|
25 |
<?php
|
26 |
}
|
27 |
?>>
|
28 |
+
<a href="<?php echo str_replace('http://','https://',$media->media_url); ?>" data-lightbox="<?php echo esc_attr($username); ?>"><img src="<?php echo str_replace('http://','https://',$media->media_url) . ':' . $image_size; ?>" style="max-width: 100%;"/></a>
|
29 |
</div>
|
30 |
<?php
|
31 |
// $this->print_array($media);
|
53 |
<?php
|
54 |
}
|
55 |
?>>
|
56 |
+
<a href="<?php echo str_replace('http://','https://',$media->media_url); ?>" data-lightbox="<?php echo esc_attr($username); ?>"><img src="<?php echo str_replace('http://','https://',$media->media_url) . ':' . $image_size; ?>" style="max-width: 100%;"/></a>
|
57 |
</div>
|
58 |
<?php
|
59 |
//$this->print_array($media);
|
82 |
<?php
|
83 |
}
|
84 |
?>>
|
85 |
+
<a href="<?php echo str_replace('http://','https://',$media->media_url); ?>" data-lightbox="<?php echo esc_attr($username); ?>"><img src="<?php echo str_replace('http://','https://',$media->media_url) . ':' . $image_size; ?>" style="max-width: 100%;"/></a>
|
86 |
</div>
|
87 |
<?php
|
88 |
//$this->print_array($media);
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
|
|
3 |
Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plugin, twitter feed plugin, twitter tweets, tweets, twitter tweet plugin, recent tweets widget, recent tweets plugin, recent tweet feeds
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,6 +106,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
106 |
|
107 |
|
108 |
== Changelog ==
|
|
|
|
|
|
|
109 |
= 1.6.6 =
|
110 |
* Added necessary translations to code
|
111 |
|
3 |
Tags: twitter, twitter feeds, twitter slider, twitter feeds slider, twitter plugin, twitter feed plugin, twitter tweets, tweets, twitter tweet plugin, recent tweets widget, recent tweets plugin, recent tweet feeds
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.7
|
7 |
+
Stable tag: 1.6.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
|
108 |
== Changelog ==
|
109 |
+
= 16.7 =
|
110 |
+
* Css as well as backend code refinement
|
111 |
+
|
112 |
= 1.6.6 =
|
113 |
* Added necessary translations to code
|
114 |
|