Version Description
- Changed plugin name to AccessPress iFeeds.
- Changed banner, thumbnail images.
Download this release
Release Info
Developer | Access Keys |
Plugin | AccessPress Instagram Feed |
Version | 3.1.2 |
Comparing to | |
See all releases |
Code changes from version 3.1.1 to 3.1.2
- accesspress-instagram-feed.php +8 -8
- css/backend.css +33 -33
- css/frontend.css +12 -12
- images/accesspress-ifeeds-backend-logo.png +0 -0
- images/instagram.png +0 -0
- images/instagram1.png +0 -0
- inc/backend/boards/about.php +10 -10
- inc/backend/boards/display-settings.php +3 -3
- inc/backend/boards/how-to-use.php +6 -6
- inc/backend/boards/instagram-profiles.php +9 -9
- inc/backend/main-page.php +4 -4
- js/frontend.js +1 -1
- readme.txt +22 -24
accesspress-instagram-feed.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
2 |
/*
|
3 |
-
Plugin name: AccessPress
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
5 |
Description: Display feeds of your instagram using shortcode and widgets.
|
6 |
-
Version: 3.1.
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
Text Domain: accesspress-instagram-feed
|
@@ -13,7 +13,7 @@ License: GPLv2 or later
|
|
13 |
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
-
define( 'APIF_VERSION', '3.1.
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
@@ -82,7 +82,7 @@ if( !class_exists( 'IF_Class' ) ) {
|
|
82 |
if ( strpos( $file, 'accesspress-instagram-feed.php' ) !== false ) {
|
83 |
$new_links = array(
|
84 |
'demo' => '<a href="http://demo.accesspressthemes.com/wordpress-plugins/accesspress-instagram-feeds/" target="_blank"><span class="dashicons dashicons-welcome-view-site"></span>Live Demo</a>',
|
85 |
-
'doc' => '<a href="https://accesspressthemes.com/documentation/
|
86 |
'support' => '<a href="http://accesspressthemes.com/support" target="_blank"><span class="dashicons dashicons-admin-users"></span>Support</a>',
|
87 |
'pro' => '<a href="https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754" target="_blank"><span class="dashicons dashicons-cart"></span>Premium version</a>'
|
88 |
);
|
@@ -96,7 +96,7 @@ if( !class_exists( 'IF_Class' ) ) {
|
|
96 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'if-instagram-feed') {
|
97 |
$link = 'https://wordpress.org/support/plugin/accesspress-instagram-feed/reviews/#new-post';
|
98 |
$pro_link = 'https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754';
|
99 |
-
$text = 'Enjoyed AccessPress
|
100 |
return $text;
|
101 |
} else {
|
102 |
return $text;
|
@@ -105,7 +105,7 @@ if( !class_exists( 'IF_Class' ) ) {
|
|
105 |
|
106 |
function redirect_to_site(){
|
107 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'apif-doclinks' ) {
|
108 |
-
wp_redirect( 'https://accesspressthemes.com/documentation/
|
109 |
exit();
|
110 |
}
|
111 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'apif-premium' ) {
|
@@ -134,7 +134,7 @@ if( !class_exists( 'IF_Class' ) ) {
|
|
134 |
* Plugin Admin Menu
|
135 |
*/
|
136 |
function add_if_menu() {
|
137 |
-
add_menu_page( __( 'AccessPress
|
138 |
add_submenu_page('if-instagram-feed', __( 'Documentation','accesspress-instagram-feed' ), __( 'Documentation', 'accesspress-instagram-feed' ), 'manage_options', 'apif-doclinks', '__return_false', null, 9 );
|
139 |
add_submenu_page('if-instagram-feed', __( 'Check Premium Version', 'accesspress-instagram-feed' ), __( 'Check Premium Version', 'accesspress-instagram-feed' ), 'manage_options', 'apif-premium', '__return_false', null, 9 );
|
140 |
}
|
@@ -237,7 +237,7 @@ if( !class_exists( 'IF_Class' ) ) {
|
|
237 |
return $html;
|
238 |
}
|
239 |
/**
|
240 |
-
* AccessPress
|
241 |
*/
|
242 |
function register_apif_widget() {
|
243 |
register_widget( 'APIF_Widget' );
|
1 |
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
2 |
/*
|
3 |
+
Plugin name: AccessPress iFeeds
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
5 |
Description: Display feeds of your instagram using shortcode and widgets.
|
6 |
+
Version: 3.1.2
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
Text Domain: accesspress-instagram-feed
|
13 |
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
+
define( 'APIF_VERSION', '3.1.2' );
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
82 |
if ( strpos( $file, 'accesspress-instagram-feed.php' ) !== false ) {
|
83 |
$new_links = array(
|
84 |
'demo' => '<a href="http://demo.accesspressthemes.com/wordpress-plugins/accesspress-instagram-feeds/" target="_blank"><span class="dashicons dashicons-welcome-view-site"></span>Live Demo</a>',
|
85 |
+
'doc' => '<a href="https://accesspressthemes.com/documentation/accesspress-instagram-feeds/" target="_blank"><span class="dashicons dashicons-media-document"></span>Documentation</a>',
|
86 |
'support' => '<a href="http://accesspressthemes.com/support" target="_blank"><span class="dashicons dashicons-admin-users"></span>Support</a>',
|
87 |
'pro' => '<a href="https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754" target="_blank"><span class="dashicons dashicons-cart"></span>Premium version</a>'
|
88 |
);
|
96 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'if-instagram-feed') {
|
97 |
$link = 'https://wordpress.org/support/plugin/accesspress-instagram-feed/reviews/#new-post';
|
98 |
$pro_link = 'https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754';
|
99 |
+
$text = 'Enjoyed AccessPress iFeeds? <a href="' . $link . '" target="_blank">Please leave us a ★★★★★ rating</a> We really appreciate your support! | Try premium version of <a href="' . $pro_link . '" target="_blank">AccessPress Instagram Feeds Pro</a> - more features, more power!';
|
100 |
return $text;
|
101 |
} else {
|
102 |
return $text;
|
105 |
|
106 |
function redirect_to_site(){
|
107 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'apif-doclinks' ) {
|
108 |
+
wp_redirect( 'https://accesspressthemes.com/documentation/accesspress-instagram-feeds/' );
|
109 |
exit();
|
110 |
}
|
111 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'apif-premium' ) {
|
134 |
* Plugin Admin Menu
|
135 |
*/
|
136 |
function add_if_menu() {
|
137 |
+
add_menu_page( __( 'AccessPress iFeeds', 'accesspress-instagram-feed' ), __( 'AccessPress iFeeds', 'accesspress-instagram-feed' ), 'manage_options', 'if-instagram-feed', array($this, 'main_page'), APIF_IMAGE_DIR . '/sc-icon.png' );
|
138 |
add_submenu_page('if-instagram-feed', __( 'Documentation','accesspress-instagram-feed' ), __( 'Documentation', 'accesspress-instagram-feed' ), 'manage_options', 'apif-doclinks', '__return_false', null, 9 );
|
139 |
add_submenu_page('if-instagram-feed', __( 'Check Premium Version', 'accesspress-instagram-feed' ), __( 'Check Premium Version', 'accesspress-instagram-feed' ), 'manage_options', 'apif-premium', '__return_false', null, 9 );
|
140 |
}
|
237 |
return $html;
|
238 |
}
|
239 |
/**
|
240 |
+
* AccessPress iFeeds Widget
|
241 |
*/
|
242 |
function register_apif_widget() {
|
243 |
register_widget( 'APIF_Widget' );
|
css/backend.css
CHANGED
@@ -32,7 +32,7 @@ clear:both;
|
|
32 |
.apsc-settings-tabs > li:first-child {
|
33 |
margin-left: 0px;
|
34 |
}
|
35 |
-
.apsc-settings-tabs > li:hover,
|
36 |
.apsc-tabs-trigger.apsc-active-tab {
|
37 |
background: none repeat scroll 0 0 #fff;
|
38 |
border-bottom: 1px solid #fff;
|
@@ -66,7 +66,7 @@ clear:both;
|
|
66 |
vertical-align: top;
|
67 |
}
|
68 |
|
69 |
-
.apsc-option-field,
|
70 |
.apsc-fields-configurations {
|
71 |
display: inline-block;
|
72 |
width: calc(100% - 205px);
|
@@ -88,8 +88,8 @@ clear:both;
|
|
88 |
vertical-align: top;
|
89 |
width: 200px;
|
90 |
}
|
91 |
-
.apsc-option-field > input[type="text"],
|
92 |
-
.apsc-option-wrapper input[type="text"],
|
93 |
.apsc-option-wrapper input[type="number"] {
|
94 |
display: block;
|
95 |
height: 32px;
|
@@ -117,7 +117,7 @@ clear:both;
|
|
117 |
margin: 0;
|
118 |
}
|
119 |
|
120 |
-
.apsc-option-field select,
|
121 |
.apsc-pro-labels-content select{
|
122 |
display: block;
|
123 |
height: 32px;
|
@@ -136,7 +136,7 @@ clear:both;
|
|
136 |
font-weight: normal;
|
137 |
font-style: italic;
|
138 |
}
|
139 |
-
.apsc-option-note.apsc-option-width,
|
140 |
.apsc-pro-notes {
|
141 |
color: #909090;
|
142 |
display: block;
|
@@ -155,7 +155,7 @@ clear:both;
|
|
155 |
border-radius: 5px;
|
156 |
margin-left: 0;
|
157 |
}
|
158 |
-
.apsc-taxonomy-required,
|
159 |
.apsc-taxonomy-includes {
|
160 |
display: block;
|
161 |
margin-top: 5px;
|
@@ -203,7 +203,7 @@ clear:both;
|
|
203 |
.apsc-check-login {
|
204 |
margin-top: 0 !important;
|
205 |
}
|
206 |
-
.apsc-form-config > h2,
|
207 |
.apsc-tabs-board > h2 {
|
208 |
font-weight: bold;
|
209 |
}
|
@@ -296,7 +296,7 @@ clear:both;
|
|
296 |
margin-right: 10px;
|
297 |
text-decoration: none;
|
298 |
}
|
299 |
-
.apsc-admin-email-add-btn .button.primary-button,
|
300 |
.apsc-pro-custom-field-label .button.primary-button{
|
301 |
background: none repeat scroll 0 0 #0074a2;
|
302 |
border: medium none;
|
@@ -323,8 +323,8 @@ clear:both;
|
|
323 |
.halfseperator{
|
324 |
padding: 5px;
|
325 |
}
|
326 |
-
.apsc-included-single-wrap,
|
327 |
-
.apsc-required-single-wrap,
|
328 |
.apsc-required-message-single-wrap{
|
329 |
line-height: 33px;
|
330 |
display: inline-block;
|
@@ -400,13 +400,13 @@ clear:both;
|
|
400 |
}
|
401 |
#board-about-settings p{
|
402 |
font-size: 14px;
|
403 |
-
line-height: 1.8;
|
404 |
margin-top: 0;
|
405 |
}
|
406 |
#board-about-settings h3{
|
407 |
font-size: 18px;
|
408 |
padding-left: 0px;
|
409 |
-
padding-right: 0;
|
410 |
}
|
411 |
.logo-product{
|
412 |
float: left;
|
@@ -427,7 +427,7 @@ clear:both;
|
|
427 |
padding: 1px 12px;
|
428 |
border-left: none;
|
429 |
-webkit-box-shadow: none;
|
430 |
-
box-shadow: none;
|
431 |
}
|
432 |
.media-upload-form div.error, .wrap div.error, .wrap div.updated{
|
433 |
margin: 0;
|
@@ -463,10 +463,10 @@ clear:both;
|
|
463 |
left: -18px;
|
464 |
position: absolute;
|
465 |
top: 15px;
|
466 |
-
width: 11px;
|
467 |
}
|
468 |
-
.apsc-pro-checkbox,
|
469 |
-
.apsc-pro-textbox,
|
470 |
.apsc-pro-select {
|
471 |
display: inline-block;
|
472 |
line-height: 33px;
|
@@ -559,7 +559,7 @@ clear:both;
|
|
559 |
}
|
560 |
.apsc-custom-error{
|
561 |
color: #F00;
|
562 |
-
font-size: 12px;
|
563 |
}
|
564 |
#messages.update{
|
565 |
background-color: #fff;
|
@@ -625,19 +625,19 @@ clear:both;
|
|
625 |
display: inline-block;
|
626 |
margin-right: 80px;
|
627 |
}
|
628 |
-
#board-about-settings p,
|
629 |
-
#board-upgrade-settings p,
|
630 |
#board-how_to_use-settings p{
|
631 |
font-size: 14px;
|
632 |
-
line-height: 1.8;
|
633 |
margin-top: 0;
|
634 |
}
|
635 |
#board-about-settings h3{
|
636 |
font-size: 18px;
|
637 |
padding-left: 0px;
|
638 |
-
padding-right: 0;
|
639 |
}
|
640 |
-
dd,
|
641 |
dl{
|
642 |
margin: 0;
|
643 |
line-height: 1.8;
|
@@ -768,21 +768,21 @@ padding: 1px 12px;
|
|
768 |
.apif-upgrade-banner {
|
769 |
float: right;
|
770 |
width: 27%;
|
771 |
-
text-align:
|
772 |
}
|
773 |
-
.apif-demo-btn{
|
774 |
-
background: #f2f2f2;
|
775 |
-
padding: 6px 18px;
|
776 |
-
border:1px solid #ccc;
|
777 |
border-radius: 2px;
|
778 |
text-decoration: none;
|
779 |
color: #333;
|
780 |
margin-right: 10px;
|
781 |
}
|
782 |
.apif-upgrade-btn{
|
783 |
-
background: #00749e;
|
784 |
-
padding: 6px 18px;
|
785 |
-
border:1px solid #00749e;
|
786 |
text-decoration: none;
|
787 |
border-radius: 2px;
|
788 |
color: #fff;
|
@@ -801,9 +801,9 @@ min-height: 40px; margin:20px 0px 0 0; clear: both; display: block; text-align:
|
|
801 |
width: 148px;
|
802 |
text-align: center;
|
803 |
font-size: 14px;
|
804 |
-
border-radius: 4px;
|
805 |
}
|
806 |
#login_with_instagram a{
|
807 |
color: #ffffff;
|
808 |
text-decoration:none;
|
809 |
-
}
|
32 |
.apsc-settings-tabs > li:first-child {
|
33 |
margin-left: 0px;
|
34 |
}
|
35 |
+
.apsc-settings-tabs > li:hover,
|
36 |
.apsc-tabs-trigger.apsc-active-tab {
|
37 |
background: none repeat scroll 0 0 #fff;
|
38 |
border-bottom: 1px solid #fff;
|
66 |
vertical-align: top;
|
67 |
}
|
68 |
|
69 |
+
.apsc-option-field,
|
70 |
.apsc-fields-configurations {
|
71 |
display: inline-block;
|
72 |
width: calc(100% - 205px);
|
88 |
vertical-align: top;
|
89 |
width: 200px;
|
90 |
}
|
91 |
+
.apsc-option-field > input[type="text"],
|
92 |
+
.apsc-option-wrapper input[type="text"],
|
93 |
.apsc-option-wrapper input[type="number"] {
|
94 |
display: block;
|
95 |
height: 32px;
|
117 |
margin: 0;
|
118 |
}
|
119 |
|
120 |
+
.apsc-option-field select,
|
121 |
.apsc-pro-labels-content select{
|
122 |
display: block;
|
123 |
height: 32px;
|
136 |
font-weight: normal;
|
137 |
font-style: italic;
|
138 |
}
|
139 |
+
.apsc-option-note.apsc-option-width,
|
140 |
.apsc-pro-notes {
|
141 |
color: #909090;
|
142 |
display: block;
|
155 |
border-radius: 5px;
|
156 |
margin-left: 0;
|
157 |
}
|
158 |
+
.apsc-taxonomy-required,
|
159 |
.apsc-taxonomy-includes {
|
160 |
display: block;
|
161 |
margin-top: 5px;
|
203 |
.apsc-check-login {
|
204 |
margin-top: 0 !important;
|
205 |
}
|
206 |
+
.apsc-form-config > h2,
|
207 |
.apsc-tabs-board > h2 {
|
208 |
font-weight: bold;
|
209 |
}
|
296 |
margin-right: 10px;
|
297 |
text-decoration: none;
|
298 |
}
|
299 |
+
.apsc-admin-email-add-btn .button.primary-button,
|
300 |
.apsc-pro-custom-field-label .button.primary-button{
|
301 |
background: none repeat scroll 0 0 #0074a2;
|
302 |
border: medium none;
|
323 |
.halfseperator{
|
324 |
padding: 5px;
|
325 |
}
|
326 |
+
.apsc-included-single-wrap,
|
327 |
+
.apsc-required-single-wrap,
|
328 |
.apsc-required-message-single-wrap{
|
329 |
line-height: 33px;
|
330 |
display: inline-block;
|
400 |
}
|
401 |
#board-about-settings p{
|
402 |
font-size: 14px;
|
403 |
+
line-height: 1.8;
|
404 |
margin-top: 0;
|
405 |
}
|
406 |
#board-about-settings h3{
|
407 |
font-size: 18px;
|
408 |
padding-left: 0px;
|
409 |
+
padding-right: 0;
|
410 |
}
|
411 |
.logo-product{
|
412 |
float: left;
|
427 |
padding: 1px 12px;
|
428 |
border-left: none;
|
429 |
-webkit-box-shadow: none;
|
430 |
+
box-shadow: none;
|
431 |
}
|
432 |
.media-upload-form div.error, .wrap div.error, .wrap div.updated{
|
433 |
margin: 0;
|
463 |
left: -18px;
|
464 |
position: absolute;
|
465 |
top: 15px;
|
466 |
+
width: 11px;
|
467 |
}
|
468 |
+
.apsc-pro-checkbox,
|
469 |
+
.apsc-pro-textbox,
|
470 |
.apsc-pro-select {
|
471 |
display: inline-block;
|
472 |
line-height: 33px;
|
559 |
}
|
560 |
.apsc-custom-error{
|
561 |
color: #F00;
|
562 |
+
font-size: 12px;
|
563 |
}
|
564 |
#messages.update{
|
565 |
background-color: #fff;
|
625 |
display: inline-block;
|
626 |
margin-right: 80px;
|
627 |
}
|
628 |
+
#board-about-settings p,
|
629 |
+
#board-upgrade-settings p,
|
630 |
#board-how_to_use-settings p{
|
631 |
font-size: 14px;
|
632 |
+
line-height: 1.8;
|
633 |
margin-top: 0;
|
634 |
}
|
635 |
#board-about-settings h3{
|
636 |
font-size: 18px;
|
637 |
padding-left: 0px;
|
638 |
+
padding-right: 0;
|
639 |
}
|
640 |
+
dd,
|
641 |
dl{
|
642 |
margin: 0;
|
643 |
line-height: 1.8;
|
768 |
.apif-upgrade-banner {
|
769 |
float: right;
|
770 |
width: 27%;
|
771 |
+
text-align: center;
|
772 |
}
|
773 |
+
.apif-demo-btn{
|
774 |
+
background: #f2f2f2;
|
775 |
+
padding: 6px 18px;
|
776 |
+
border:1px solid #ccc;
|
777 |
border-radius: 2px;
|
778 |
text-decoration: none;
|
779 |
color: #333;
|
780 |
margin-right: 10px;
|
781 |
}
|
782 |
.apif-upgrade-btn{
|
783 |
+
background: #00749e;
|
784 |
+
padding: 6px 18px;
|
785 |
+
border:1px solid #00749e;
|
786 |
text-decoration: none;
|
787 |
border-radius: 2px;
|
788 |
color: #fff;
|
801 |
width: 148px;
|
802 |
text-align: center;
|
803 |
font-size: 14px;
|
804 |
+
border-radius: 4px;
|
805 |
}
|
806 |
#login_with_instagram a{
|
807 |
color: #ffffff;
|
808 |
text-decoration:none;
|
809 |
+
}
|
css/frontend.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
* Frontend Style - Version 3.
|
3 |
*/
|
4 |
/*******************************Mosaic View layout*************************************/
|
5 |
.clearfix:before,
|
@@ -13,7 +13,7 @@
|
|
13 |
.table-outer{
|
14 |
display: table;
|
15 |
width:100%;
|
16 |
-
height: 100%;
|
17 |
}
|
18 |
.table-inner{
|
19 |
display: table-cell;
|
@@ -147,7 +147,7 @@ span.instagram_like_count {
|
|
147 |
width:100%;
|
148 |
text-align: center;
|
149 |
margin-top: -14.5px;
|
150 |
-
color:#ffffff;
|
151 |
-webkit-transition: all .3s ease 0s;
|
152 |
-moz-transition: all .3s ease 0s;
|
153 |
transition: all .3s ease 0s;
|
@@ -193,7 +193,7 @@ span.instagram_like_count {
|
|
193 |
.instagram-widget {
|
194 |
width: 100%;
|
195 |
padding: 8px 0
|
196 |
-
|
197 |
}
|
198 |
.instagram-widget li {
|
199 |
width: 31.33%;
|
@@ -204,7 +204,7 @@ span.instagram_like_count {
|
|
204 |
overflow: hidden;
|
205 |
height: auto;
|
206 |
padding-top: 5px;
|
207 |
-
|
208 |
}
|
209 |
|
210 |
.widget_apif_sidewidget > :last-child {
|
@@ -235,17 +235,17 @@ span.instagram_like_count {
|
|
235 |
border-radius: 100%;
|
236 |
display: inline-block;
|
237 |
vertical-align: middle;
|
238 |
-
|
239 |
}
|
240 |
.widget_apif_sidewidget .apif-profile-img img{
|
241 |
width:100%;
|
242 |
-
height:100%;
|
243 |
border-radius: 100%;
|
244 |
display: inline-block;
|
245 |
vertical-align: middle;
|
246 |
}
|
247 |
.widget_apif_sidewidget .apif-profile-name{
|
248 |
-
font-size:16px;
|
249 |
font-weight:bold;
|
250 |
text-transform: uppercase;
|
251 |
color:#ffffff;
|
@@ -302,7 +302,7 @@ span.instagram_like_count {
|
|
302 |
.widget_apif_sidewidget .apif-profile-follow .follow a:hover{
|
303 |
background:transparent;
|
304 |
color:#275A89;
|
305 |
-
border:1px solid #275A89;
|
306 |
}
|
307 |
|
308 |
|
@@ -323,11 +323,11 @@ span.instagram_like_count {
|
|
323 |
-webkit-transform: translate3d(-10px,0, 0);
|
324 |
transform: translate3d(-10px,0,0);
|
325 |
|
326 |
-
|
327 |
|
328 |
}
|
329 |
|
330 |
-
.widget_apif_sidewidget li img:hover{
|
331 |
/* transform: scale(1);
|
332 |
-webkit-transform: scale(1);
|
333 |
-moz-transform: scale(1);*/
|
@@ -348,4 +348,4 @@ span.instagram_like_count {
|
|
348 |
font-size: 16px;
|
349 |
}*/
|
350 |
/* reset css */
|
351 |
-
.widget_apif_sidewidget ul{ padding: 0; margin: 0;}
|
1 |
/*
|
2 |
+
* Frontend Style - Version 3.1.2
|
3 |
*/
|
4 |
/*******************************Mosaic View layout*************************************/
|
5 |
.clearfix:before,
|
13 |
.table-outer{
|
14 |
display: table;
|
15 |
width:100%;
|
16 |
+
height: 100%;
|
17 |
}
|
18 |
.table-inner{
|
19 |
display: table-cell;
|
147 |
width:100%;
|
148 |
text-align: center;
|
149 |
margin-top: -14.5px;
|
150 |
+
color:#ffffff;
|
151 |
-webkit-transition: all .3s ease 0s;
|
152 |
-moz-transition: all .3s ease 0s;
|
153 |
transition: all .3s ease 0s;
|
193 |
.instagram-widget {
|
194 |
width: 100%;
|
195 |
padding: 8px 0
|
196 |
+
|
197 |
}
|
198 |
.instagram-widget li {
|
199 |
width: 31.33%;
|
204 |
overflow: hidden;
|
205 |
height: auto;
|
206 |
padding-top: 5px;
|
207 |
+
|
208 |
}
|
209 |
|
210 |
.widget_apif_sidewidget > :last-child {
|
235 |
border-radius: 100%;
|
236 |
display: inline-block;
|
237 |
vertical-align: middle;
|
238 |
+
|
239 |
}
|
240 |
.widget_apif_sidewidget .apif-profile-img img{
|
241 |
width:100%;
|
242 |
+
height:100%;
|
243 |
border-radius: 100%;
|
244 |
display: inline-block;
|
245 |
vertical-align: middle;
|
246 |
}
|
247 |
.widget_apif_sidewidget .apif-profile-name{
|
248 |
+
font-size:16px;
|
249 |
font-weight:bold;
|
250 |
text-transform: uppercase;
|
251 |
color:#ffffff;
|
302 |
.widget_apif_sidewidget .apif-profile-follow .follow a:hover{
|
303 |
background:transparent;
|
304 |
color:#275A89;
|
305 |
+
border:1px solid #275A89;
|
306 |
}
|
307 |
|
308 |
|
323 |
-webkit-transform: translate3d(-10px,0, 0);
|
324 |
transform: translate3d(-10px,0,0);
|
325 |
|
326 |
+
|
327 |
|
328 |
}
|
329 |
|
330 |
+
.widget_apif_sidewidget li img:hover{
|
331 |
/* transform: scale(1);
|
332 |
-webkit-transform: scale(1);
|
333 |
-moz-transform: scale(1);*/
|
348 |
font-size: 16px;
|
349 |
}*/
|
350 |
/* reset css */
|
351 |
+
.widget_apif_sidewidget ul{ padding: 0; margin: 0;}
|
images/accesspress-ifeeds-backend-logo.png
ADDED
Binary file
|
images/instagram.png
DELETED
Binary file
|
images/instagram1.png
DELETED
Binary file
|
inc/backend/boards/about.php
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
|
2 |
<div class="apsc-boards-tabs" id="apsc-board-about-settings" style="display: none;">
|
3 |
<div class="apsc-tab-wrapper">
|
4 |
-
<strong> ★ Important Note: This plugin is replacement of AccessPress Instagram Feeds. Only Plugin Name has been changed.</strong>
|
5 |
-
<p><strong>AccessPress
|
6 |
|
7 |
<p>AccessPress Themes is a venture of Access Keys - who has developed hundreds of Custom WordPress themes and plugins for its clients over the years. </p>
|
8 |
|
9 |
-
<p><strong>AccessPress
|
10 |
A perfect plugin to show your instagram feed and encourage more to join your network.
|
11 |
|
12 |
-
You can enter details of your instagram and select one of the designs from beautifully designed 3 design layouts.
|
13 |
|
14 |
All you have to do is either use a widget or shortcode to display your instagram feed right on your website in your chosen location.
|
15 |
</p>
|
@@ -25,7 +25,7 @@
|
|
25 |
<div class="wpmdia-halfseperator"></div>
|
26 |
<p><strong><?php _e('Plugin documentation can be found here:', 'accesspress-instagram-feed'); ?></strong>
|
27 |
<br />
|
28 |
-
<a href="https://accesspressthemes.com/documentation/
|
29 |
</p>
|
30 |
<div class="wpmdia-halfseperator"></div>
|
31 |
<p><strong><?php _e('For premium upgrade, please go here:', 'accesspress-instagram-feed'); ?></strong>
|
@@ -36,7 +36,7 @@
|
|
36 |
<div class="halfseperator"></div>
|
37 |
|
38 |
<h3>Themes Compatible with the Plugin :</h3>
|
39 |
-
<strong>AccessPress
|
40 |
<p><strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong></p>
|
41 |
<ul>
|
42 |
<li>
|
@@ -44,13 +44,13 @@
|
|
44 |
|
45 |
<li><a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </li>
|
46 |
|
47 |
-
<li><a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys">Premium WordPress Plugins</a> - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace.</li>
|
48 |
|
49 |
<li><a href="https://accesspressthemes.com/">AccessPress Themes</a> - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.</li>
|
50 |
|
51 |
<li><a href="https://8degreethemes.com/">8Degree Themes</a> - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.</li>
|
52 |
</ul>
|
53 |
-
|
54 |
<h3>Other products by AccessPress themes </h3>
|
55 |
<div class="product">
|
56 |
<div class="logo-product"><img src="<?php echo APIF_IMAGE_DIR;?>/aplite.png" alt="<?php esc_attr_e('AccessPress Social Counter','accesspress-instagram-feed'); ?>" /></div>
|
@@ -75,6 +75,6 @@
|
|
75 |
<strong>Sales:</strong> <a href="mailto:sales@accesspressthemes.com">sales@accesspressthemes.com</a>
|
76 |
</p>
|
77 |
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
78 |
-
|
79 |
</div>
|
80 |
-
</div>
|
1 |
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
|
2 |
<div class="apsc-boards-tabs" id="apsc-board-about-settings" style="display: none;">
|
3 |
<div class="apsc-tab-wrapper">
|
4 |
+
<strong> ★ Important Note: This plugin is replacement of AccessPress Instagram Feeds. Only Plugin Name has been changed.</strong>
|
5 |
+
<p><strong>AccessPress iFeeds </strong> - is a FREE WordPress Plugin by AccessPress Themes. </p>
|
6 |
|
7 |
<p>AccessPress Themes is a venture of Access Keys - who has developed hundreds of Custom WordPress themes and plugins for its clients over the years. </p>
|
8 |
|
9 |
+
<p><strong>AccessPress iFeeds</strong> is a <strong>Free WordPress plugin</strong> to display your instagram post image in mosaic view.
|
10 |
A perfect plugin to show your instagram feed and encourage more to join your network.
|
11 |
|
12 |
+
You can enter details of your instagram and select one of the designs from beautifully designed 3 design layouts.
|
13 |
|
14 |
All you have to do is either use a widget or shortcode to display your instagram feed right on your website in your chosen location.
|
15 |
</p>
|
25 |
<div class="wpmdia-halfseperator"></div>
|
26 |
<p><strong><?php _e('Plugin documentation can be found here:', 'accesspress-instagram-feed'); ?></strong>
|
27 |
<br />
|
28 |
+
<a href="https://accesspressthemes.com/documentation/accesspress-instagram-feeds/" target="_blank">Documentation</a>
|
29 |
</p>
|
30 |
<div class="wpmdia-halfseperator"></div>
|
31 |
<p><strong><?php _e('For premium upgrade, please go here:', 'accesspress-instagram-feed'); ?></strong>
|
36 |
<div class="halfseperator"></div>
|
37 |
|
38 |
<h3>Themes Compatible with the Plugin :</h3>
|
39 |
+
<strong>AccessPress iFeeds</strong> works best with every WordPress theme.
|
40 |
<p><strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong></p>
|
41 |
<ul>
|
42 |
<li>
|
44 |
|
45 |
<li><a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </li>
|
46 |
|
47 |
+
<li><a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys">Premium WordPress Plugins</a> - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace.</li>
|
48 |
|
49 |
<li><a href="https://accesspressthemes.com/">AccessPress Themes</a> - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.</li>
|
50 |
|
51 |
<li><a href="https://8degreethemes.com/">8Degree Themes</a> - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.</li>
|
52 |
</ul>
|
53 |
+
|
54 |
<h3>Other products by AccessPress themes </h3>
|
55 |
<div class="product">
|
56 |
<div class="logo-product"><img src="<?php echo APIF_IMAGE_DIR;?>/aplite.png" alt="<?php esc_attr_e('AccessPress Social Counter','accesspress-instagram-feed'); ?>" /></div>
|
75 |
<strong>Sales:</strong> <a href="mailto:sales@accesspressthemes.com">sales@accesspressthemes.com</a>
|
76 |
</p>
|
77 |
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
78 |
+
|
79 |
</div>
|
80 |
+
</div>
|
inc/backend/boards/display-settings.php
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
</div>
|
10 |
</div>
|
11 |
</div>
|
12 |
-
|
13 |
<div class="apsc-option-inner-wrapper">
|
14 |
-
<label style="width:30%;"><?php _e('Choose
|
15 |
<div class="apsc-option-field">
|
16 |
<label class="apsc-layouts-preview">
|
17 |
<input type="radio" name="instagram[instagram_mosaic]" value="mosaic" <?php if(isset($apif_settings['instagram_mosaic']) && $apif_settings['instagram_mosaic']=='mosaic'){?>checked="checked"<?php }?>/><?php _e('Mosaic layout', 'accesspress-instagram-feed'); ?>
|
@@ -55,4 +55,4 @@
|
|
55 |
|
56 |
<?php include (APIF_INST_PATH . '/inc/backend/submit-button.php'); ?>
|
57 |
</div>
|
58 |
-
</div>
|
9 |
</div>
|
10 |
</div>
|
11 |
</div>
|
12 |
+
|
13 |
<div class="apsc-option-inner-wrapper">
|
14 |
+
<label style="width:30%;"><?php _e('Choose Themes Layout', 'accesspress-instagram-feed'); ?></label>
|
15 |
<div class="apsc-option-field">
|
16 |
<label class="apsc-layouts-preview">
|
17 |
<input type="radio" name="instagram[instagram_mosaic]" value="mosaic" <?php if(isset($apif_settings['instagram_mosaic']) && $apif_settings['instagram_mosaic']=='mosaic'){?>checked="checked"<?php }?>/><?php _e('Mosaic layout', 'accesspress-instagram-feed'); ?>
|
55 |
|
56 |
<?php include (APIF_INST_PATH . '/inc/backend/submit-button.php'); ?>
|
57 |
</div>
|
58 |
+
</div>
|
inc/backend/boards/how-to-use.php
CHANGED
@@ -4,33 +4,33 @@
|
|
4 |
<div class="apsp-sub-title">Plugin configuration video</div>
|
5 |
<iframe width="700" height="315" src="https://www.youtube.com/embed/qZqV0Y8AVTA" frameborder="0" allowfullscreen></iframe>
|
6 |
|
7 |
-
<div class="apsp-sub-title">AccessPress
|
8 |
<div class="apsc-tab-wrapper">
|
9 |
<div class="apsp-sub-title">Mosaic View Layout</div>
|
10 |
-
<p>Use the shortcode <code>[ap_instagram_feed]</code> to display
|
11 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_feed]'); ?>"; ?></code> to display within template or theme files.</p>
|
12 |
</div>
|
13 |
|
14 |
<div class="apsc-tab-wrapper">
|
15 |
<div class="apsp-sub-title">Mosaic View LightBox Layout</div>
|
16 |
-
<p>Use the shortcode <code>[ap_instagram_mosaic_lightview]</code> to display
|
17 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_mosaic_lightview]'); ?>"; ?></code> to display within template or theme files.</p>
|
18 |
</div>
|
19 |
|
20 |
<div class="apsc-tab-wrapper">
|
21 |
<div class="apsp-sub-title">Slider Layout</div>
|
22 |
-
<p>Use the shortcode <code>[ap_instagram_slider]</code> to display
|
23 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_slider]'); ?>"; ?></code> to display within template or theme files.</p>
|
24 |
</div>
|
25 |
|
26 |
<div class="apsc-tab-wrapper">
|
27 |
<div class="apsp-sub-title">Grid rotator Layout</div>
|
28 |
-
<p>Use the shortcode <code>[ap_instagram_grid_rotator]</code> to display
|
29 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_grid_rotator]'); ?>"; ?></code> to display within template or theme files.</p>
|
30 |
</div>
|
31 |
|
32 |
<div class="apsc-tab-wrapper">
|
33 |
<div class="apsp-sub-title">Online Documentation</div>
|
34 |
-
<p>For the complete documentation please visit:<br /> <a href='https://accesspressthemes.com/documentation/
|
35 |
</div>
|
36 |
</div>
|
4 |
<div class="apsp-sub-title">Plugin configuration video</div>
|
5 |
<iframe width="700" height="315" src="https://www.youtube.com/embed/qZqV0Y8AVTA" frameborder="0" allowfullscreen></iframe>
|
6 |
|
7 |
+
<div class="apsp-sub-title">AccessPress iFeeds - 4 Different Layout Shortcode</div>
|
8 |
<div class="apsc-tab-wrapper">
|
9 |
<div class="apsp-sub-title">Mosaic View Layout</div>
|
10 |
+
<p>Use the shortcode <code>[ap_instagram_feed]</code> to display your instagram feed within your content.</p>
|
11 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_feed]'); ?>"; ?></code> to display within template or theme files.</p>
|
12 |
</div>
|
13 |
|
14 |
<div class="apsc-tab-wrapper">
|
15 |
<div class="apsp-sub-title">Mosaic View LightBox Layout</div>
|
16 |
+
<p>Use the shortcode <code>[ap_instagram_mosaic_lightview]</code> to display your instagram feed within your content.</p>
|
17 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_mosaic_lightview]'); ?>"; ?></code> to display within template or theme files.</p>
|
18 |
</div>
|
19 |
|
20 |
<div class="apsc-tab-wrapper">
|
21 |
<div class="apsp-sub-title">Slider Layout</div>
|
22 |
+
<p>Use the shortcode <code>[ap_instagram_slider]</code> to display your instagram feed within your content.</p>
|
23 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_slider]'); ?>"; ?></code> to display within template or theme files.</p>
|
24 |
</div>
|
25 |
|
26 |
<div class="apsc-tab-wrapper">
|
27 |
<div class="apsp-sub-title">Grid rotator Layout</div>
|
28 |
+
<p>Use the shortcode <code>[ap_instagram_grid_rotator]</code> to display your instagram feed within your content.</p>
|
29 |
<p>Use the function <code><?php echo "<?php do_shortcode('[ap_instagram_grid_rotator]'); ?>"; ?></code> to display within template or theme files.</p>
|
30 |
</div>
|
31 |
|
32 |
<div class="apsc-tab-wrapper">
|
33 |
<div class="apsp-sub-title">Online Documentation</div>
|
34 |
+
<p>For the complete documentation please visit:<br /> <a href='https://accesspressthemes.com/documentation/accesspress-instagram-feeds/' target="_blank">https://accesspressthemes.com/documentation/accesspress-instagram-feeds/</a></p>
|
35 |
</div>
|
36 |
</div>
|
inc/backend/boards/instagram-profiles.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
|
2 |
<div class="apsc-boards-tabs" id="apsc-board-social-profile-settings">
|
3 |
<div class="apsc-tab-wrapper">
|
4 |
-
<?php
|
5 |
$username = '';
|
6 |
$user_id = '';
|
7 |
$access_token = '';
|
@@ -31,35 +31,35 @@
|
|
31 |
?>
|
32 |
<!--Instagram-->
|
33 |
<div class="apsc-option-outer-wrapper">
|
34 |
-
<h4><?php _e('
|
35 |
<div class="apsc-option-extra">
|
36 |
<div class="apsc-option-inner-wrapper">
|
37 |
-
<label for='instagram_username'><?php _e('
|
38 |
<div class="apsc-option-field">
|
39 |
<input type="text" name="instagram[username]" id='instagram_username' value="<?php echo esc_attr($username);?>"/>
|
40 |
<div class="apsc-option-note"><?php _e('Note: If not loaded automatically after clicking <strong>Get Access Token</strong> button provided below, please enter the instagram username.', 'accesspress-instagram-feed'); ?></div>
|
41 |
</div>
|
42 |
</div>
|
43 |
<div class="apsc-option-inner-wrapper">
|
44 |
-
<label for='instagram_user_id'><?php _e('
|
45 |
<div class="apsc-option-field">
|
46 |
<input type="text" name="instagram[user_id]" id='instagram_user_id' value="<?php echo $user_id;?>"/>
|
47 |
<div class="apsc-option-note"><?php _e('Note: If not loaded automatically after clicking <strong>Get Access Token</strong> button provided below, please get your instagram user id from the below access token input field, after receiving access token.The first numbers before "." (dot) is your instagram user id.', 'accesspress-instagram-feed'); ?></div>
|
48 |
</div>
|
49 |
</div>
|
50 |
<div class="apsc-option-inner-wrapper">
|
51 |
-
<label for='instagram_access_token'><?php _e('
|
52 |
<div class="apsc-option-field">
|
53 |
<input type="text" name="instagram[access_token]" id='instagram_access_token' value="<?php echo esc_attr($access_token); ?>"/>
|
54 |
<div class="apsc-option-note">
|
55 |
<?php _e('Please enter the instagram Access Token.You can get this by clicking the below link. If new access token not received in the above Instagram access token field, please copy the access token from the url above after access_token=', 'accesspress-instagram-feed'); ?>
|
56 |
<?php _e("Please don't forget to click save button.", 'accesspress-instagram-feed'); ?>
|
57 |
-
<?php
|
58 |
$return_url = urlencode(admin_url('admin.php?page=if-instagram-feed')) . '&response_type=token&state='. admin_url('admin.php?if-instagram-feed');
|
59 |
-
// $new_url = urlencode(admin_url('admin.php?page=if-instagram-feed')) . '&response_type=token';
|
60 |
?>
|
61 |
<div id="login_with_instagram">
|
62 |
-
<?php
|
63 |
/*
|
64 |
<a href="https://api.instagram.com/oauth/authorize/?client_id=54da896cf80343ecb0e356ac5479d9ec&scope=basic+public_content&redirect_uri=http://api.web-dorado.com/instagram/?return_url=<?php echo $new_url;?>">Get Access Token</a>
|
65 |
*/?>
|
@@ -99,4 +99,4 @@
|
|
99 |
<!--Instagram-->
|
100 |
<?php include (APIF_INST_PATH . '/inc/backend/submit-button.php'); ?>
|
101 |
</div>
|
102 |
-
</div>
|
1 |
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
|
2 |
<div class="apsc-boards-tabs" id="apsc-board-social-profile-settings">
|
3 |
<div class="apsc-tab-wrapper">
|
4 |
+
<?php
|
5 |
$username = '';
|
6 |
$user_id = '';
|
7 |
$access_token = '';
|
31 |
?>
|
32 |
<!--Instagram-->
|
33 |
<div class="apsc-option-outer-wrapper">
|
34 |
+
<h4><?php _e('Plugin Settings', 'accesspress-instagram-feed') ?></h4>
|
35 |
<div class="apsc-option-extra">
|
36 |
<div class="apsc-option-inner-wrapper">
|
37 |
+
<label for='instagram_username'><?php _e('Your instagram username', 'accesspress-instagram-feed'); ?></label>
|
38 |
<div class="apsc-option-field">
|
39 |
<input type="text" name="instagram[username]" id='instagram_username' value="<?php echo esc_attr($username);?>"/>
|
40 |
<div class="apsc-option-note"><?php _e('Note: If not loaded automatically after clicking <strong>Get Access Token</strong> button provided below, please enter the instagram username.', 'accesspress-instagram-feed'); ?></div>
|
41 |
</div>
|
42 |
</div>
|
43 |
<div class="apsc-option-inner-wrapper">
|
44 |
+
<label for='instagram_user_id'><?php _e('Your instagram user ID(Optional)', 'accesspress-instagram-feed'); ?></label>
|
45 |
<div class="apsc-option-field">
|
46 |
<input type="text" name="instagram[user_id]" id='instagram_user_id' value="<?php echo $user_id;?>"/>
|
47 |
<div class="apsc-option-note"><?php _e('Note: If not loaded automatically after clicking <strong>Get Access Token</strong> button provided below, please get your instagram user id from the below access token input field, after receiving access token.The first numbers before "." (dot) is your instagram user id.', 'accesspress-instagram-feed'); ?></div>
|
48 |
</div>
|
49 |
</div>
|
50 |
<div class="apsc-option-inner-wrapper">
|
51 |
+
<label for='instagram_access_token'><?php _e('Your instagram access token', 'accesspress-instagram-feed'); ?></label>
|
52 |
<div class="apsc-option-field">
|
53 |
<input type="text" name="instagram[access_token]" id='instagram_access_token' value="<?php echo esc_attr($access_token); ?>"/>
|
54 |
<div class="apsc-option-note">
|
55 |
<?php _e('Please enter the instagram Access Token.You can get this by clicking the below link. If new access token not received in the above Instagram access token field, please copy the access token from the url above after access_token=', 'accesspress-instagram-feed'); ?>
|
56 |
<?php _e("Please don't forget to click save button.", 'accesspress-instagram-feed'); ?>
|
57 |
+
<?php
|
58 |
$return_url = urlencode(admin_url('admin.php?page=if-instagram-feed')) . '&response_type=token&state='. admin_url('admin.php?if-instagram-feed');
|
59 |
+
// $new_url = urlencode(admin_url('admin.php?page=if-instagram-feed')) . '&response_type=token';
|
60 |
?>
|
61 |
<div id="login_with_instagram">
|
62 |
+
<?php
|
63 |
/*
|
64 |
<a href="https://api.instagram.com/oauth/authorize/?client_id=54da896cf80343ecb0e356ac5479d9ec&scope=basic+public_content&redirect_uri=http://api.web-dorado.com/instagram/?return_url=<?php echo $new_url;?>">Get Access Token</a>
|
65 |
*/?>
|
99 |
<!--Instagram-->
|
100 |
<?php include (APIF_INST_PATH . '/inc/backend/submit-button.php'); ?>
|
101 |
</div>
|
102 |
+
</div>
|
inc/backend/main-page.php
CHANGED
@@ -8,7 +8,7 @@ $apif_settings = get_option( 'apif_settings' );
|
|
8 |
<div class="apsc-panel">
|
9 |
<div class="apsc-settings-header">
|
10 |
<div class="apsc-logo">
|
11 |
-
<img src="<?php echo APIF_IMAGE_DIR; ?>/
|
12 |
</div>
|
13 |
|
14 |
<div class="apsc-socials">
|
@@ -29,7 +29,7 @@ $apif_settings = get_option( 'apif_settings' );
|
|
29 |
}(document, "script", "twitter-wjs");</script>
|
30 |
</div>
|
31 |
</div>
|
32 |
-
|
33 |
</div>
|
34 |
|
35 |
<?php if(isset($_GET['message']) && $_GET['message'] == 1){ ?>
|
@@ -41,7 +41,7 @@ $apif_settings = get_option( 'apif_settings' );
|
|
41 |
<div class="apsc-boards-wrapper">
|
42 |
<ul class="apsc-settings-tabs">
|
43 |
|
44 |
-
<li><a href="javascript:void(0)" id="social-profile-settings" class="apsc-tabs-trigger apsc-active-tab"><?php _e('
|
45 |
|
46 |
<li><a href="javascript:void(0)" id="display-settings" class="apsc-tabs-trigger"><?php _e('Display Settings', 'accesspress-instagram-feed'); ?></a></li>
|
47 |
|
@@ -98,4 +98,4 @@ $apif_settings = get_option( 'apif_settings' );
|
|
98 |
</div>
|
99 |
</div>
|
100 |
</div>
|
101 |
-
</div><!--div class wrap-->
|
8 |
<div class="apsc-panel">
|
9 |
<div class="apsc-settings-header">
|
10 |
<div class="apsc-logo">
|
11 |
+
<img src="<?php echo APIF_IMAGE_DIR; ?>/accesspress-ifeeds-backend-logo.png" alt="<?php esc_attr_e('AccessPress iFeeds', 'accesspress-instagram-feed'); ?>" />
|
12 |
</div>
|
13 |
|
14 |
<div class="apsc-socials">
|
29 |
}(document, "script", "twitter-wjs");</script>
|
30 |
</div>
|
31 |
</div>
|
32 |
+
|
33 |
</div>
|
34 |
|
35 |
<?php if(isset($_GET['message']) && $_GET['message'] == 1){ ?>
|
41 |
<div class="apsc-boards-wrapper">
|
42 |
<ul class="apsc-settings-tabs">
|
43 |
|
44 |
+
<li><a href="javascript:void(0)" id="social-profile-settings" class="apsc-tabs-trigger apsc-active-tab"><?php _e('Profiles', 'accesspress-instagram-feed') ?></a></li>
|
45 |
|
46 |
<li><a href="javascript:void(0)" id="display-settings" class="apsc-tabs-trigger"><?php _e('Display Settings', 'accesspress-instagram-feed'); ?></a></li>
|
47 |
|
98 |
</div>
|
99 |
</div>
|
100 |
</div>
|
101 |
+
</div><!--div class wrap-->
|
js/frontend.js
CHANGED
@@ -104,4 +104,4 @@ jQuery(window).load(function() {
|
|
104 |
initSimpleHoverEffectForThumbView();
|
105 |
}
|
106 |
});
|
107 |
-
var hoverEffect = {"disable_hover_effect":""};
|
104 |
initSimpleHoverEffectForThumbView();
|
105 |
}
|
106 |
});
|
107 |
+
var hoverEffect = {"disable_hover_effect":""};
|
readme.txt
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
-
=== AccessPress
|
2 |
Contributors: Access Keys
|
3 |
Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosaic view, instagarm mosaic layout, instagram lightbox, social media instagram, social network, masonry layout, masonry lightbox, instagarm masonry view, grid rotator, grid rotatory
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.0
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
<strong>
|
16 |
-
|
17 |
-
[Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-instagram-feeds/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-instagram-feeds/) | [Premium Version](https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754)
|
18 |
-
|
19 |
-
<strong>AccessPress Feeds For Instagram</strong> is a <strong>Free WordPress plugin</strong> to display your instagram post image in mosaic, grid or slider view. A perfect plugin to show your instagram feeds and encourage more to join your network.
|
20 |
|
21 |
You can enter details of your instagram social media and select one of the designs from beautifully 3 design layouts.
|
22 |
|
@@ -44,7 +40,7 @@ All you have to do is either use a widget or shortcode to display your instagram
|
|
44 |
|
45 |
★ Supports your recent media and hashtag.
|
46 |
|
47 |
-
★ Add Instagram feeds to sidebars using
|
48 |
|
49 |
★ 10 different layout to choose.
|
50 |
|
@@ -75,11 +71,11 @@ All you have to do is either use a widget or shortcode to display your instagram
|
|
75 |
For premium upgrade please go [here](https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754)
|
76 |
|
77 |
= Shortcode =
|
78 |
-
* Use the shortcode [ap_instagram_feed] to display
|
79 |
* Use the function `<?php do_shortcode('[ap_instagram_feed]'); ?>` to display within template or theme files mosaic layout.
|
80 |
-
* Use the shortcode [ap_instagram_mosaic_lightview] to display
|
81 |
* Use the function `<?php do_shortcode('[ap_instagram_mosaic_lightview]'); ?>` to display within template or theme files mosaic lightbox layout.
|
82 |
-
* Use the shortcode [ap_instagram_slider] to display
|
83 |
* Use the function `<?php do_shortcode('[ap_instagram_slider]'); ?>` to display within template or theme files slider layout.
|
84 |
|
85 |
= Available Languages =
|
@@ -92,14 +88,13 @@ For premium upgrade please go [here](https://1.envato.market/c/1302794/275988/44
|
|
92 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
93 |
* <strong>Facebook link</strong>: https://www.facebook.com/AccessPressThemes
|
94 |
|
95 |
-
|
96 |
For a easy installation guide checkout the Installation tab above.
|
97 |
|
98 |
[More WordPress Resources](http://wpall.club/)
|
99 |
|
100 |
== Themes Compatible with the Plugin: ==
|
101 |
|
102 |
-
<strong>AccessPress
|
103 |
|
104 |
AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :
|
105 |
|
@@ -117,7 +112,7 @@ AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TO
|
|
117 |
|
118 |
= For automatic installation: =
|
119 |
|
120 |
-
The simplest way to install is to click on 'Plugins' then 'Add' and type 'AccessPress
|
121 |
|
122 |
= For manual installation 1: =
|
123 |
|
@@ -134,12 +129,12 @@ Click the Activate Plugin link.
|
|
134 |
1. Copy the plugin zip file (accesspress-instagram-feed.zip) up to your server and unzip it somewhere on the file system.
|
135 |
1. Copy the "accesspress-instagram-feed" folder into the /wp-content/plugins directory of your WordPress installation.
|
136 |
1. Login to your website and go to the Plugins section of your admin panel.
|
137 |
-
Look for "AccessPress
|
138 |
|
139 |
|
140 |
== Frequently Asked Questions ==
|
141 |
= What does this plugin do? =
|
142 |
-
This plugins provides the ability to display your instagram images
|
143 |
|
144 |
= Do I need to design the mosaic again? =
|
145 |
No , you won't need to get any trouble regarding design and layout since we have provided inbuilt 3 beautiful Layout. You can choose any as per your requirement.
|
@@ -149,13 +144,16 @@ No , you won't need to get any trouble regarding design and layout since we have
|
|
149 |
Once you install the plugin , you can check some general documentation about how to use the plugin in the "How to use" panel of the plugin's settings page.
|
150 |
|
151 |
== Screenshots ==
|
152 |
-
1. Frontend Display of Instagram Feed
|
153 |
-
2. Frontend Display of Instagram Feed
|
154 |
-
3.
|
155 |
-
4. Backend Settings Section
|
156 |
-
5. Backend Display Settings Section
|
157 |
|
158 |
== Changelog ==
|
|
|
|
|
|
|
|
|
159 |
= 3.1.1 =
|
160 |
* Changed Upgrade to pro banner image.
|
161 |
|
@@ -337,4 +335,4 @@ Once you install the plugin , you can check some general documentation about how
|
|
337 |
* Plugin approved in http://wordpress.org and comitted in plugin repository
|
338 |
|
339 |
== Upgrade Notice ==
|
340 |
-
There is an update available for the AccessPress
|
1 |
+
=== AccessPress iFeeds ===
|
2 |
Contributors: Access Keys
|
3 |
Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosaic view, instagarm mosaic layout, instagram lightbox, social media instagram, social network, masonry layout, masonry lightbox, instagarm masonry view, grid rotator, grid rotatory
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.0
|
7 |
+
Stable tag: 3.1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
== Description =
|
12 |
|
13 |
+
[Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/accesspress-instagram-feeds/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-instagram-feeds/) | [Premium Version](https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754)
|
14 |
|
15 |
+
<strong>AccessPress iFeeds</strong> is a <strong>Free WordPress plugin</strong> to display your post image in mosaic, grid or slider view of your instagram account. A perfect plugin to show your instagram feeds and encourage more to join your network.
|
|
|
|
|
|
|
|
|
16 |
|
17 |
You can enter details of your instagram social media and select one of the designs from beautifully 3 design layouts.
|
18 |
|
40 |
|
41 |
★ Supports your recent media and hashtag.
|
42 |
|
43 |
+
★ Add Instagram feeds to sidebars using wloidgets.
|
44 |
|
45 |
★ 10 different layout to choose.
|
46 |
|
71 |
For premium upgrade please go [here](https://1.envato.market/c/1302794/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Faccesspress-instagram-feed-pro%2F14291754)
|
72 |
|
73 |
= Shortcode =
|
74 |
+
* Use the shortcode [ap_instagram_feed] to display your instagram feed within your content mosaic layout.
|
75 |
* Use the function `<?php do_shortcode('[ap_instagram_feed]'); ?>` to display within template or theme files mosaic layout.
|
76 |
+
* Use the shortcode [ap_instagram_mosaic_lightview] to display your instagram feed within your content mosaic lightbox layout.
|
77 |
* Use the function `<?php do_shortcode('[ap_instagram_mosaic_lightview]'); ?>` to display within template or theme files mosaic lightbox layout.
|
78 |
+
* Use the shortcode [ap_instagram_slider] to display your instagram feed within your content slider layout.
|
79 |
* Use the function `<?php do_shortcode('[ap_instagram_slider]'); ?>` to display within template or theme files slider layout.
|
80 |
|
81 |
= Available Languages =
|
88 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
89 |
* <strong>Facebook link</strong>: https://www.facebook.com/AccessPressThemes
|
90 |
|
|
|
91 |
For a easy installation guide checkout the Installation tab above.
|
92 |
|
93 |
[More WordPress Resources](http://wpall.club/)
|
94 |
|
95 |
== Themes Compatible with the Plugin: ==
|
96 |
|
97 |
+
<strong>AccessPress iFeeds </strong> works best with every WordPress theme. Its even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.
|
98 |
|
99 |
AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :
|
100 |
|
112 |
|
113 |
= For automatic installation: =
|
114 |
|
115 |
+
The simplest way to install is to click on 'Plugins' then 'Add' and type 'AccessPress iFeeds' in the search field.
|
116 |
|
117 |
= For manual installation 1: =
|
118 |
|
129 |
1. Copy the plugin zip file (accesspress-instagram-feed.zip) up to your server and unzip it somewhere on the file system.
|
130 |
1. Copy the "accesspress-instagram-feed" folder into the /wp-content/plugins directory of your WordPress installation.
|
131 |
1. Login to your website and go to the Plugins section of your admin panel.
|
132 |
+
Look for "AccessPress iFeeds" and click Activate.
|
133 |
|
134 |
|
135 |
== Frequently Asked Questions ==
|
136 |
= What does this plugin do? =
|
137 |
+
This plugins provides the ability to display your instagram images in different 3 available layouts.
|
138 |
|
139 |
= Do I need to design the mosaic again? =
|
140 |
No , you won't need to get any trouble regarding design and layout since we have provided inbuilt 3 beautiful Layout. You can choose any as per your requirement.
|
144 |
Once you install the plugin , you can check some general documentation about how to use the plugin in the "How to use" panel of the plugin's settings page.
|
145 |
|
146 |
== Screenshots ==
|
147 |
+
1. Frontend Display of Your Instagram Feed
|
148 |
+
2. Frontend Display of Your Instagram Feed
|
149 |
+
3. Backend Settings Section
|
150 |
+
4. Backend Display Settings Section
|
|
|
151 |
|
152 |
== Changelog ==
|
153 |
+
= 3.1.2 =
|
154 |
+
* Changed plugin name to AccessPress iFeeds.
|
155 |
+
* Changed banner, thumbnail images.
|
156 |
+
|
157 |
= 3.1.1 =
|
158 |
* Changed Upgrade to pro banner image.
|
159 |
|
335 |
* Plugin approved in http://wordpress.org and comitted in plugin repository
|
336 |
|
337 |
== Upgrade Notice ==
|
338 |
+
There is an update available for the AccessPress iFeeds Plugin. Please update to receive new updates and bug fixes.
|