Kevin Fodness
Kevin Fodness
@mikeyarce @joemcgill has there been any movement on this issue? We're currently coding our way around it in themes, but it would be great to have it work out of...
I submitted a PR with a light-touch fix in #51. There is still a potential issue here, in that cache hits and cache misses are assigned by reference to sub-elements...
I agree that the issue should be fixed more holistically, both in other libraries that use this plugin, as well as more gracefully within the plugin itself. However, the fact...
I solved this by adding a variable to my component class called `shouldTrackPageview` that gets set to `true` in `componentDidUpdate`, and the value is checked in the callback for `onChangeClientState`....
Is it possible you're using a page builder of some sort on your site? The Publish to Apple News plugin works by taking what is in the `post_content` field and...
Hi @fangyizhu — I'm not able to replicate this issue using the latest version of the plugin in a sandbox environment. I've tried in both the block editor and the...
The simplest path to success here is to use either the [apple_news_exporter_content](https://github.com/alleyinteractive/apple-news/wiki/Filter:-apple_news_exporter_content) or the [apple_news_exporter_content_pre](https://github.com/alleyinteractive/apple-news/wiki/Filter:-apple_news_exporter_content_pre) filter instead, which adds the content before it is sent to the plugin, which results...
Thanks for the report, @misaalami - I will look into this as part of a future update.
I can't replicate the behavior of the image being stripped from the content, but the image does indeed go full width.
Yep, I've marked this a bug so we can resolve it. I can confirm that wrapping the image in a link is what causes it to no longer respect the...