rickmaggio
Forum Replies Created
-
Forum: Reviews
In reply to: [Mailchimp for WooCommerce] Plugin is getting hackedHi Ryan,
I think that my confusion comes from the misunderstanding that this sends all accounts, not just Woo purchases to MailChimp. My assumption was that customer details are only send if they purchase.Based on this, what you said makes sense. We’ll implement #2, thanks for following up.
Forum: Reviews
In reply to: [Mailchimp for WooCommerce] Plugin is getting hackedHey Ryan,
The plugin submits about 50 new emails to MC but we get only about 1 order per day. So my assumption is that an auto submission service is getting around the account requirements and submitted email addresses.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amphtml tagSure. In the html of each amp page, the amp link code looks like this:
<link rel=”amphtml” href=”http://www.example.com/amp/” />
However, the actual location of the amp page is really:
So, shouldn’t the amp link reference the actual URL of the amp version of the page? Otherwise, it’s referencing a page which throws a 404. Google Search Console is also reporting errors to this regards.
I hope this is more clear.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amphtml tagThe amphtml set though is not the actual amp page. Correct?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amphtml tagGreat plugin! The reference to the amp version (on non-amp pages) is pointing to /amp/ as opposed /?amp.
Example
<link rel=”amphtml” href=”http://www.example.com/things-to-do/amp/” />SHOULD BE
<link rel=”amphtml” href=”http://www.example.com/things-to-do/?amp” />
Am I wrong on this?
Thxr the great plug-in!