Bradford Campeau-Laurion
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Plugin is not ready for localizationCould you clarify exactly what the issue is? Every instance of static text in the plugin is wrapped in i18n functions, so there should be no problems with translation.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Published Articles Not showing up in FeedThere are various capability filter hooks available if you’d like to alter the capability required to publish: https://github.com/alleyinteractive/apple-news/wiki/action-and-filter-hooks#filter-hooks
In addition, in version 1.4.0, we set the default publish and delete capabilities to the corresponding post publish and delete capabilities for the post type being edited, rather than requiring “manage_options,” which is typically an administrator-only capability. This allows users with the ability to publish posts to also publish those posts to Apple News.
Forum: Plugins
In reply to: [Publish To Apple News] Published Articles Not showing up in FeedIf you have an issue about how your articles are being promoted on Apple News, that’s outside the scope of the plugin. You should reach out directly to Apple support: https://developer.apple.com/support/
Forum: Plugins
In reply to: [Publish To Apple News] done button and notificationWhat browser and OS is this occurring in? Someone will look into it.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Creating a Video Post for Apple NewsWhich video(s) on the page are you expecting to see in Apple News that are not showing up?
Forum: Plugins
In reply to: [Publish To Apple News] done button and notificationFor #1, are you seeing any Javascript errors in your browser’s console when that happens?
Forum: Plugins
In reply to: [Publish To Apple News] Image caption not being recognisedCan you please provide a link to a post where this is occurring?
Forum: Plugins
In reply to: [Publish To Apple News] Creating a Video Post for Apple NewsIt’s likely that the embed type you’re using isn’t supported by Apple News. Can you please provide a link to the post in question?
Forum: Plugins
In reply to: [Publish To Apple News] Publishing to Apple NewsApple News only supports English. It’s not in scope for the plugin or their API to support Hebrew characters unfortunately. If the posts show up on Apple News without errors, that’s fine. If they appear broken on Apple News, their team may reach out to you to ask that you correct the errors.
With regards to posts showing up as unpublished, please verify that you’re not checking off the box marked “Preview”: https://github.com/alleyinteractive/apple-news/wiki/usage#publishing-from-the-post-edit-screen
If you’re not checking that off and they’re still showing up unpublished, you’ll need to contact Apple News support directly since that would be outside the purview of the plugin.
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Error 500In your settings, is Use Remote Images set to yes or no?
Forum: Plugins
In reply to: [Publish To Apple News] Error 500You should check your PHP error logs for the exact error message. If you don’t know how to do that, please check with your web host. Once you have the exact error, we can assist further.
Thanks.
If you don’t know how to edit your database directly, try searching the plugins repository for a post meta manager plugin that can help you with this.
If you manually delete any post meta values whose keys start with
apple_news_
for those posts, they should reset and you can republish them.Forum: Plugins
In reply to: [Publish To Apple News] API signature errorApple News is well supported. You can start here: https://newsresources.apple.com/en/overview/.
At the bottom of the screen, there are links to forums or to contact the Apple News team.
Forum: Plugins
In reply to: [Publish To Apple News] API signature errorYour best bet to find the source of the WRONG_SIGNATURE error is to contact Apple News support.