Linux 软件免费装

Syndication Links

开发者 dshanske
更新时间 2024年3月13日 03:50
WordPress版本: 6.4
版权: GPLv2 or later

标签

sharing social media syndication indieweb POSSE indiewebcamp

下载

4.3.7 4.4.13 4.4.14 4.4.3 4.4.15 3.2.1 3.2.2 3.2.4 3.3.0 3.3.2 3.4.0 3.4.1 4.0.0 4.0.1 4.0.2 4.0.3 4.0.5 4.1.0 4.1.1 4.1.2 4.1.4 4.2.0 4.2.1 4.2.2 4.2.3 4.2.5 4.2.6 4.3.0 4.3.1 4.3.2 4.3.3 3.1.1 4.4.7 3.0.2 3.0.3 3.2.3 4.3.5 4.3.6 3.0.5 4.0.4 4.3.8 4.2.4 4.3.10 4.3.4 4.3.9 4.4.0 4.4.1 4.4.2 4.4.4 4.3.11 4.3.12 4.4.5 4.4.6 3.1.0 4.4.10 4.4.12 4.4.11 4.4.16 4.4.8 3.0.4 3.2.0 3.3.1 4.1.3 4.4.17 4.4.9 4.4.18 4.4.19

详情介绍:

It supports adding rel-syndication/u-syndication links to your WordPress posts, pages, and comments, indicating where a syndicated copy is, in the form of a text or icon link. You can do this manually and some plugins support automatically adding their links as well. The plugin contains a generic UI for syndicating to other sites through your site or a Micropub Client.

安装:

  1. Upload the folder 'syndication-links' to the '/wp-content/plugins/' directory
  2. 通过 WordPress 的的“Plugins”菜单激活插件
Or install through the WordPress Plugin Directory.

屏幕截图:

  • Example of output display on website

升级注意事项:

Version 4.4.0 Several core function and filter signatures have changed and may cause some compatability issues. Version 4.2.0 You will have to set up your enabled providers as this setting has changed Version 4.0.4 Support for Indienews is no longer bundled with this plugin due spam issues. Indienews is dedicated for Indieweb related news. Version 4.0.0 This version includes the ability to syndicate to external sites. This is disabled by default Version 3.0.5 Upgrade to this version moves the location of stored syndication links to match the changes in the Micropub plugin. Recommend that all users back up prior to upgrade in the event of accidental corruption. Version 3.0 Version 3.0 removes the two sets of icon fonts in favor of SVG icons. If this is a concern, do not upgrade at this time. Version 3.0 also removes rel-me support from this plugin as this support is being built into the Indieweb plugin. Please install that. Version 3.2.2 Removes H-Card Widget as does not fit into this plugin. Moving over to the Indieweb plugin although there is a possibility it may not stay there.

常见问题:

How do I prevent the links from being automatically added to the content?

You will have to add the following code to your theme add_filter( 'syndication_links_display', '__return_false' ); and then you can call get_syndication_links() directly in your theme. You should add this to the init hook.

  • `get_post_syndication_links( $post, $args ) - Returns the HTML for a post.
  • get_comment_syndication_links( $comment, $args ) - Returns the HTML for a comment. ** $args ***style- Defaults to ul ***text- Display text, defaults to settings option ***icons- Display icons, defaults to settings option ***container-css- Class to wrap entire syndication links in ***single-css- Class to wrap a single link in ***text-css` - Class to wrap the text before the links in

How can I look up the original if I have a syndication link?

If you add ?original-of= and the URL-encoded URL it will return the post that has that URL stored. As no two posts should have the same two syndication links it will by default only return the first. If you want to do this with a form, there is a function you can add to your theme called get_original_of_form() and a widget that calls this. Like the search form if you have a originalofform.php in your theme folder the function will return it so you can customize the form.

What filters are available to modify output?

  • syn_rewrite_secure( $domains ) - $domains is an array of domain names to rewrite to https if found
  • syn_metabox_types( $screens ) - $screens would be an array of post types to add the Syndication Link metabox to.
  • syn_network_strings( $strings ) - $strings is an array of descriptive text strings by domain name
  • syn_add_links( $urls, $post_ID ) - (Deprecated) $urls is an array of retrieved links from $post_ID
  • get_post_syndication_links( $urls, $post_ID) - Replaces syn_add_links.
  • get_comment_syndication_links( $urls, $comment_ID - Filters an array of retrieved comment syndication links.
  • syn_links_display_defaults( $defaults ) - Filter the defaults for displaying Syndication Links
  • syndication_link_checked( $checked, $uid, $post_ID ) - Will check a syndication provider($uid) when loaded. The post ID is passed through to allow more specific targeting.
  • syndication_link_disabled( $disabled, $uid, $post_ID ) - Will disable the checkbox for a syndication provider($uid) when loaded. The post ID is passed through to allow more specific targeting.
  • syn_link_title( $title, $name ) - Allows you to set the title string for Links. Example, pinboard => Pinboard.
  • syn_link_mapping( $icon, $url ) - Allows you to override or set the mapping from URL to icon name.
  • pre_syn_link_icon( $icon, $name ) - Allows you to provide a custom icon. Icons by default are SVG, not URL or filenames.
  • syndication_links_display( true ) - Adds Syndication Links to content display. Set to false if the theme supports this.
= How do I contribute or file bug reports? Development and bug reports on this plugin is on Github at https://github.com/dshanske/syndication-links

更新日志:

Version 4.4.19 ( 2024-03-12 ) Version 4.4.18 ( 2024-03-12 ) Version 4.4.17 ( 2024-03-12 ) Version 4.4.16 ( 2024-02-25 ) Version 4.4.15 ( 2023-12-05 ) Version 4.4.14 ( 2023-12-01 ) Version 4.4.13 ( 2023-10-21 ) Version 4.4.12 ( 2023-10-01 ) Version 4.4.11 ( 2023-5-28 ) Version 4.4.10 ( 2023-05-28 ) Version 4.4.9 ( 2023-05-22 ) Version 4.4.8 ( 2023-05-22 ) Version 4.4.7 ( 2023-02-18 ) Version 4.4.6 ( 2023-02-10 ) Version 4.4.5 ( 2023-02-10 ) Version 4.4.4 ( 2023-01-24 ) Version 4.4.3 ( 2023-01-02 ) Version 4.4.2 ( 2022-12-25 ) Version 4.4.1 ( 2022-12-20 ) Version 4.4.0 ( 2022-12-19 ) Version 4.3.11 ( 2022-05-14 ) Version 4.3.10 ( 2022-02-13 ) Version 4.3.9 ( 2022-01-11 ) Version 4.3.8 ( 2022-01-08 ) Version 4.3.7 ( 2021-11-02 ) Version 4.3.6 ( 2021-07-24 ) Version 4.3.4 ( 2021-06-12 ) Version 4.3.3 ( 2021-02-28 ) Version 4.3.2 ( 2021-02-28 ) Version 4.3.1 ( 2020-12-12 ) Version 4.3.0 ( 2020-10-13 ) Version 4.2.6 ( 2020-08-15 ) Version 4.2.5 ( 2020-08-03 ) Version 4.2.4 ( 2020-08-01 ) Version 4.2.3 ( 2020-06-28 ) Version 4.2.2 ( 2020-03-26 ) Version 4.2.1 ( 2019-12-21 ) Version 4.2.0 ( 2019-12-15 ) Version 4.1.4 ( 2019-11-18 ) Version 4.1.3 ( 2019-07-01 ) Version 4.1.2 ( 2019-05-12 ) Version 4.1.1 ( 2019-04-13 ) Version 4.1.0 ( 2019-02-09 ) Version 4.0.5 ( 2019-01-05 ) Version 4.0.4 ( 2018-12-29 ) Version 4.0.3 ( 2018-12-08 ) Version 4.0.2 ( 2018-11-05 ) Version 4.0.1 ( 2018-11-03 ) Version 4.0.0 ( 2018-11-01 ) Version 3.4.1 ( 2018-05-06 ) Version 3.4.0 ( 2018-03-03 ) Version 3.3.2 ( 2018-02-03 ) Version 3.3.1 ( 2018-01-04 ) Version 3.3.0 ( 2017-12-?? ) Version 3.2.4 ( 2017-11-23 ) Version 3.2.3 Version 3.2.2 Version 3.2.1 Version 3.2.0 Version 3.1.1 Version 3.1.0 Version 3.0.5 Version 3.0.4 Version 3.0.2 Version 3.0.1 Version 3.0.0 Version 2.1.0 Version 2.0.3 Version 2.0.2 Version 2.0.1 Version 2.0.0 Version 1.0.3 Version 1.0.2 Version 1.0.0 Version 0.6.0 Version 0.5.0 Version 0.5 Version 0.4 Version 0.3 Version 0.2 Version 0.1