GNPublisher
Forum Replies Created
-
Hi, sounds great that you got the solution. Actually, we sent the same code, but it accidentally misprinted. Anyways, glad to hear that your issue has been resolved. We’re closing this thread, but if you need any help, please let us know. Have a great day ahead!
Hi, apologies for the delayed response as we are addressing this issue. Please copy the code below and apply it.
add_filter(‘the_content_feed’, ‘gnpub_callback’);”add_filter(‘the_content_feed’, ‘gnpub_callback’);
function gnpub_callback($content){
$content = preg_replace(“//i”,”, $content);
return $content;
}Once you’ve done so, let us know if it works.
Hi, We are checking this concern and we will provide you an update shortly. We request your patience in the meantime.
Hi, Thank you for reaching out to us. Kindly share the publisher center URL with us , so we can check on our end.
Hi, we confirm that the error is being caused by the style tag. Regarding the second error, “Invalid HTML: Named entity expected. Got none,” it is due to the presence of the ” <ins ” tag within the ” <!– Twiago Display Ad Tag —>“. You can verify this in the attached screenshot: https://paste.pics/QBFW3, Check this link also: https://validator.w3.org/feed/check.cgi#l28 You will know the error also. Removing the “<ins> ” tag should resolve the issue. Please implement the suggested changes and recheck. If you still encounter any concerns, feel free to inform us.
- This reply was modified 1 year, 1 month ago by GNPublisher.
Hi, thank you for reaching out to us. We have checked on our end and found the error. The style tag is causing the issue as its placement in the code violates the rules and guidelines of the HTML environment, which is why you are facing this error. Kindly review and adjust the placement of the style tag. Once you make the necessary changes, it should resolve the issue.
Hi, Thank you for reaching out to us. It appears that you have created multiple threads for the same concern, so we are going to close this thread and provide you an update on this thread https://www.ads-software.com/support/topic/feed-validator-reports-invalid-html-named-entity-expected-got-none/. It will be easy to track all your queries.
Hi, Hope you’re doing well. We’ve released a new update, so kindly update the plugin with the new version 1.5.12, clear the cache once and try it. Please feel free to reach out to us if you have any concerns
Great to hear that your issue has been resolved. We are marking this thread as closed. If you have any further questions or need assistance, please feel free to reach out to us. Have a great day ahead!!
Hi there, Thank you for reaching out to us, and we apologize for the delayed response. There are a few common issues that can cause the problem you’re experiencing.
- Please ensure you check the feed using the RSS Validator. If it:
a) doesn’t validate OR
b) validates but has HTML issues listed in the warnings section,
the Publisher Center won’t be able to process it. These issues must be addressed before it will work. With this problem, the ‘preview pane’ will function, but the articles won’t appear on the publicly facing Publication. - Verify the feed using PubSubHubBub’s “diagnostic” section. If the diagnostic info reveals that the last successful fetch is not current, examine the ‘last fetch error.’ If it’s something like a 403 error, it likely indicates that your hosting company is blocking Google’s Feedfetcher bot in their firewall. This is a common issue as many hosting companies may not be familiar with Feedfetcher and mistake it for a spam bot. In such cases, contact your hosting company and request them to whitelist Feedfetcher. Provide them with this link for more information: https://developers.google.com/search/docs/crawling-indexing/feedfetcher
- For Google News to feature the article on the public Publication page, it needs to be crawled and publicly indexed by regular Google search. To check this, take the article’s URL, prepend the search operator “site:” to it, and conduct a search. If the article is not found, it indicates that it has not been included in the public index yet. In such instances, the ‘preview pane’ may display the article, but it won’t appear on the publicly facing Publication page.
We hope this helps you track down the issue and fix it. If you still have any issues or concerns, please let us know.
Hi, Thank you for reaching out to us. Could you please share your FEED URL, so we can check?
Hi, Thank you for reaching out to us and apologize for the delayed response. We have checked on our end and found the code below:
<script async type="application/javascript" src="https://news.google.com/swg/js/v1/swg-basic.js"></script> <script> (self.SWG_BASIC = self.SWG_BASIC || []).push( basicSubscriptions => { basicSubscriptions.init({ type: "NewsArticle", isPartOfType: ["Product"], isPartOfProductId: "CAowkPCZCw:openaccess", clientOptions: { theme: "light", lang: "en" }, }); }); </script>
However, in the snippet code does not make any changes, it’s working as it is. Only changes happened in this line Only changes happened in this line:
We recommend checking for conflicts with other plugins. If the issue persists, please let us know.
@eperezf: Hi, thank you for bringing this to our attention and we apologize for the inconvenience caused. We’ve raised a GitHub ticket for the mentioned issue and we are working on fixing it. We kindly request your patience in the meantime.
Here is the ticket: https://github.com/ahmedkaludi/gn-publisher/issues/83
Forum: Plugins
In reply to: [NSFW] [GN Publisher: Google News Compatible RSS Feeds] Update errorHi, thanks for reaching out to us. Could you please share a screenshot of that error? Also, kindly confirm the version of the plugin.
Hi, We apologize for the inconvenience caused. We’ve released a new update, so kindly update the plugin with the new version 1.5.11.1, clear the cache from everywhere and try it. If the issue remains the same please let us know.
- This reply was modified 1 year, 4 months ago by GNPublisher.