Hi there, this is an amazing plugin idea… is it still supported?
Will it be updated?
Thanks
]]>Can you confirm it’s broken ?
]]>Great pluing does not work, a shame
]]>Hi guys,
Very usefull plugin, but unfortunatly the embed button keeps showing up for everyone!
The other options also don’t seem to change anything.
Can you help me with the code so it only shows up when administrator is logged on?
Using Divi theme and latetst woocommerce release
]]>I’d love to see some pictures.
]]>Hello guys, this plugin looks awesome! After activating plugin:
Parse error: syntax error, unexpected ‘[‘ in /home/httpd/zahradesign.sk/www/wp-content/plugins/woocommerce-embed/includes/class-wc-embed.php on line 374
So I’ve edited it to
$iframe_data = array(
'wce_embed_products' => (is_cart() ? $this->get_cart_ids() : get_the_ID()),
'wce_embed' => '1',
'wce_embed_site_url' => site_url(),
);
that solved it. However after embeding product, this appeared on site, where iframe was posted
Fatal error: Using $this when not in object context in /home/httpd/zahradesign.sk/www/wp-content/plugins/woocommerce-embed/includes/class-wc-embed.php on line 138
Thanks guys!