Instagram Feed - WordPress Instagram Gallery

Instagram Feed - WordPress Instagram Gallery v4.3.3

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,060
111,714
120
Tomz submitted a new resource:

Instagram Feed - WordPress Instagram Gallery - Download Free Instagram Feed - WordPress Instagram Gallery Nulled CodeCanyon 13004086

Instagram Feed - WordPress Instagram Gallery.jpg
Download Free Instagram Feed - WordPress Instagram Gallery Nulled CodeCanyon 13004086
Download Free Instagram Feed - WordPress Instagram Gallery Nulled CodeCanyon 13004086

WordPress Instagram Plugin by Elfsight was developed to enable you to display Instagram photos and videos on your WP website. It’s an effective tool to engage your audiences and boost conversion. Show your exciting Instagram content on the website to promote it and give your visitors proof...

Read more about this resource...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,060
111,714
120
Tomz updated Instagram Feed - WordPress Instagram Gallery with a new update entry:

Instagram Feed v3.8.0

Download Instagram Feed v3.8.0 - WordPress Instagram Gallery Nulled Free
May 16, 2019 – Version 3.8.0


### Added
* Translation files for the plugin admin panel
* The following languages were added: Hrvatski, Romanian, Lithuanian, Azerbaijani

### Changed
* jQuery dependency removed
* Google+ was removed from sharing options, as this service was closed

### Fixed
* Text formatting in the popup has been fixed

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,060
111,714
120
Tomz updated Instagram Feed - WordPress Instagram Gallery with a new update entry:

Instagram Feed v3.8.2

Download Instagram Feed v3.8.2 - WordPress Instagram Gallery Nulled Free
August 15, 2019 – Version 3.8.2


### Added
* ALT tags for post images
* RTL support in the slider

### Changed
* Space between images no longer creates side margins, it only creates margins between the images in the feed now

### Fixed
* Location source issue that's come up due to changes on Instagram side
* Filters issue
* Issue with the display of images in the popup in Safari browser
* Blocked cookies...

Read the rest of this update entry...
 

testtheWP

New member
Aug 20, 2019
1
1
3
It does work well without a license but it also calls home telling the author which URL is running this

I think you could just replace with 'host' => urlencode('google.com' )

elfsight-instagram-feed-cc/core/includes/update.php

public function getInfo($action) {
$request_string = array(
'body' => array(
'action' => urlencode($action),
'slug' => urlencode($this->slug),
'purchase_code' => urlencode($this->purchaseCode),
'version' => urlencode($this->currentVersion),
'host' => $this->host
)
);

$result = false;

$response = wp_remote_post($this->updateUrl, $request_string);

if (!is_wp_error($response) || wp_remote_retrieve_response_code($response) === 200) {
if ($response_body = json_decode(wp_remote_retrieve_body($response))) {
$result = $response_body;
}
}

return $result;
}


I think you could probably fake the activation by editing this file with some value
Editing elfsight-instagram-feed-cc/core/includes/admin.php (active)


public function updateActivationData() {
if (!wp_verify_nonce($_REQUEST['nonce'], $this->getOptionName('update_activation_data_nonce'))) {
exit;
}

update_option($this->getOptionName('purchase_code'), !empty($_REQUEST['purchase_code']) ? $_REQUEST['purchase_code'] : '');
update_option($this->getOptionName('activated'), !empty($_REQUEST['activated']) ? $_REQUEST['activated'] : '');
update_option($this->getOptionName('supported_until'), !empty($_REQUEST['supported_until']) ? $_REQUEST['supported_until'] : '');
}
 
  • Like
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,060
111,714
120
  • Like
Reactions: k0c1

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu