Bradford Campeau-Laurion
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Apple New Plugin ErrorLooks like you opened multiple issues for this same topic. Closing this as a duplicate.
Forum: Plugins
In reply to: [Publish To Apple News] Article is not publishing (empty body component)Can you please provide a link to any post(s) that are experiencing this issue? Also can you provide the JSON for the post(s) using pastebin.com?
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Hyperlink Not ComingThis appears to be an issue with a third party plugin, so closing this.
Forum: Plugins
In reply to: [Publish To Apple News] White screen when publishingIf you’re getting a white screen, that would indicate a PHP error. Please check your PHP error logs for the specific message. If you don’t know how to do this, please ask your web host for assistance.
Forum: Plugins
In reply to: [Publish To Apple News] Fatal Error When Activating PluginUnfortunately we can’t help you here. It’s clear that your web host is running an unsupported version of PHP and we can’t alter the plugin to accommodate that.
Forum: Plugins
In reply to: [Publish To Apple News] API Response: ArrayIt looks like the ww.wp.xz.cn forum can’t support the data you were trying to provide. If you can’t paste the information you need to provide me here, please open a github issue instead.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Problem Pushing ArticlesWe need more information to be able to help you out. Can you answer a few questions:
- When did it stop?
- Did this correlate to any changes on your end, like a WordPress core upgrade, or installing a new theme or plugin(s)?
- Are you seeing any error messages in the dashboard?
- Are you seeing any PHP error messages in your logs? (Please ask your web host to help you find these if you don’t know where they are.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Fatal Error When I Activate PluginThe plugin requires WordPress 4.0 or newer. Unfortunately, there’s nothing we can do to help you.
Forum: Plugins
In reply to: [Publish To Apple News] Fatal Error When I Activate PluginWhat WordPress version are you running?
Forum: Plugins
In reply to: [Publish To Apple News] No apostrophes? No bullets?Neil,
Support is provided for free as we have availability. With WordCamp US happening this week, availability is near zero. We’ll get back to you when possible.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Question about imagesI’d suggest that you can use one of the available filter hooks in the plugin to modify the content as required.
I’d start with
apple_news_exporter_content_preorapple_news_exporter_content: https://github.com/alleyinteractive/apple-news/blob/master/admin/apple-actions/index/class-export.php#L112-L114If you want to modify the final JSON output, that’s in
apple_news_generate_json: https://github.com/alleyinteractive/apple-news/blob/master/includes/apple-exporter/class-exporter.php#L192Forum: Plugins
In reply to: [Publish To Apple News] No apostrophes? No bullets?Can you please download the JSON for that post and paste it here as
code? I can assure you this is not a widespread issue as many sites use all of those characters successfully.Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Errors with Apple News PluginIt’s not possible for us to walk through each and every issue with your content. You should download the Apple News Preview Tool and try to troubleshoot this on your own first.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Errors with Apple News PluginRight but that’s a very odd YouTube embed format. Why not just use a regular oEmbed which is fully supported by Apple News (i.e. just paste the URL on it’s own line)?
Forum: Plugins
In reply to: [Publish To Apple News] Errors with Apple News PluginThis sounds a bit like this issue, which should have been resolved:
https://github.com/alleyinteractive/apple-news/issues/205
I’m going to re-open that issue for further evaluation. However, it appears this is being caused by the following code in your article:
<iframe class="lazy lazy-hidden" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-lazy-type="iframe" data-src="https://www.youtube.com/embed/vzO5916-8mQ" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>There’s no way for Apple News to convert that to a compatible component. It should be failing gracefully there so we’ll look into the error but there’s no way for us to support whatever that embed is in Apple News format.