Instantify - Best PWA & Google AMP & Facebook IA for WordPress

Instantify - PWA & Google AMP & Facebook IA for WordPress v1.0.4

No permission to download

tatsumichannnnnn

New member
Jun 28, 2022
2
0
1
readwebtoonz.com
You can insert it into your child theme's function.php file or use the Code Snippets plugin:

include_once ( ABSPATH . 'wp-admin/includes/plugin.php' ); foreach (array( 'daftplug-instantify', ) as $plugin) { $path = sprintf('%s/%s.php', $plugin, $plugin); if (!is_plugin_active( $path )) { activate_plugin( $path ); add_action( 'admin_notices', function() use ($plugin) { echo '<div class="updated"><p>' . sprintf('<strong>%s</strong> plugin is required & auto-enabled by the current theme.', $plugin) . '</p></div>'; } ); } }
@samify101 here the code
 
  • Like
Reactions: skypeleft

monpiin

New member
Jul 17, 2022
0
0
0
Does anyone know that the function of generating and sending Android or IOS apps in this plugin has been nulled? Now I have been looking for a plugin that can generate a pwa android app, can anyone introduce one?
1641282311796.png
 

sasha

New member
Jul 14, 2020
0
0
0
Hello!
I'm testing this plugin to generate home screen shortcuts on mobile but I'm experiencing 2 problems:

- on ios the add popups works (not all types) but I it don't retrive the dynamic manifest informations (icon and name), then whey open the pwa I see a "Home" text.

- On android poups are not working, but if I create the shortcut it works fine. for now I tested it on android 11

Can you help?
 

bibialo

New member
May 30, 2022
0
0
0
Hello Dear Guys

when i am activated this this plugins. some days is look is okay. after few days then i see plugins is disable. i think this plugins owner have backdoor system ion this plugins. so that is not safe: Instantify
 
  • Like
Reactions: mikespecter

bytbt

Well-known member
Trusted Uploader
Aug 14, 2018
491
273
63
Hello Dear Guys

when i am activated this this plugins. some days is look is okay. after few days then i see plugins is disable. i think this plugins owner have backdoor system ion this plugins. so that is not safe: Instantify
Did you find this backdoor?
 

skypeleft

Active member
Aug 10, 2019
401
71
28
Hello Dear Guys

when i am activated this this plugins. some days is look is okay. after few days then i see plugins is disable. i think this plugins owner have backdoor system ion this plugins. so that is not safe: Instantify
Add bellow code to your function file, solved

Code:
include_once ( ABSPATH . 'wp-admin/includes/plugin.php' );
foreach (array(
'daftplug-instantify',
) as $plugin) {
$path = sprintf('%s/%s.php', $plugin, $plugin);
if (!is_plugin_active( $path )) {
activate_plugin( $path );
add_action( 'admin_notices', function() use ($plugin) {
echo '<div class="updated"><p>' . sprintf('<strong>%s</strong> plugin is required & auto-enabled by the current theme.', $plugin) . '</p></div>';
} );
}
}
 
  • Like
  • Love
Reactions: fuad12 and bytbt

bytbt

Well-known member
Trusted Uploader
Aug 14, 2018
491
273
63
Add bellow code to your function file, solved

Code:
include_once ( ABSPATH . 'wp-admin/includes/plugin.php' );
foreach (array(
'daftplug-instantify',
) as $plugin) {
$path = sprintf('%s/%s.php', $plugin, $plugin);
if (!is_plugin_active( $path )) {
activate_plugin( $path );
add_action( 'admin_notices', function() use ($plugin) {
echo '<div class="updated"><p>' . sprintf('<strong>%s</strong> plugin is required & auto-enabled by the current theme.', $plugin) . '</p></div>';
} );
}
}
👏 👏 👏 👏
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120

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