syndication icon indicating copy to clipboard operation
syndication copied to clipboard

Syndicate your WordPress content.

Results 56 syndication issues
Sort by recently updated
recently updated
newest added

I am using Push Syndication for a couple sites and it is working fine with posts, but for some reason I cannot get my events (Events Manager) to syndicate from...

needs-investigation

From today's Syndication hack day, we agreed on some basic requirements for v2 UI that need to stay in place. All of these already exist in V1. This came out...

enhancement
Priority::High

There's an [action `syn_after_site_form`](https://github.com/Automattic/syndication/blob/3c299300a6f83ef322de697af2e4a15718c83378/includes/class-syndication-wp-rss-client.php#L156) which enables form fields to be added to the configuration screen for an individual feed. You can intercept, validate, sanitise, and save the settings into post...

enhancement
Priority::Medium

Currently the user must add the feed URL itself, it would be good to allow them to add a site URL and have the plugin discover the feed.

enhancement
Priority::Low

The current settings page is pretty scary, and also largely unnecessary if you only have RSS transport active. If a transport is inactive then the settings related to that transport...

enhancement
Priority::Low

If there is only one transport, currently we show a select box with just one element. Instead we should: - Use a hidden field - Set the UI fields for...

enhancement
Priority::Low

Currently, galleries are not syndicated with the post. They should be.

enhancement
Priority::Medium

This is a copy paste of a patch that was worked on for a while with these features. See ZD 27099 for more info: ``` diff diff --git a/includes/class-syndication-wp-rss-client.php b/includes/class-syndication-wp-rss-client.php...

enhancement
Priority::Medium

The XML pull client is publishing posts using the `syn_post_pull_new_post` filter hook. `$this->default_post_status` is never used to set the post status, which means all posts are run through wp_insert_post with...

needs-investigation
Priority::Medium

there is a small bug in the user interface for creating feeds. Sometimes you need to use the same node in the feed for two things in the post. Maybe...

needs-investigation
Priority::Medium