這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Simple Attribution

描述

Simple Attribution is just that… simple! It adds a meta box on post pages
which allows bloggers to specify the name and URL of the site a sourced article
originated from. Assuming both these fields are filled out, it appends the
attribution link to the bottom of the post.

Simple Attribution allows links to be generated in both text and image form,
allowing you to customize it to the feel of your website. Natively, it includes
5 icons which can be used to identify the attribution link instead of the
standard caption (which is editable through the options panel), and custom
icons can be used as well.

Don’t like where we put the link? You have the option to disable
auto-attribution and put the link wherever you want it to display simply by
adding <?php echo display_attribution(); ?> to your template!

安裝

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Simple Attribution’
  3. Activate Simple Attribution from your Plugins page

From WordPress.org

  1. Download Simple Attribution
  2. Upload the ‘simple-attribution’ folder to the ‘/wp-content/plugins’ directory
    of your WordPress installation
  3. Activate Simple Attribution from your Plugins page

常見問題

None yet

評價

2021年10月8日
I used it on newly installed wordpress 5.8 with default theme. The problem is that, it didn't save the attribution title and url and also didn't show the links at bottom of the post. I wish it work on new version. If it has git page, I can resolve it. Thanks.
2018年2月8日
Great little plugin. Can make it look however you want. Easy to fit in with theme. Would love to see the addition of rel="nofollow" option. I have added this via the simple_attribution_attribution filter, but for non coders this would be great addition.
2016年9月3日
Works great for a quick and easy way to add attribution into posts without having to hand-edit and hand-place everything. Easily stylable too.
閱讀全部4個評價

貢獻者及開發者

“Simple Attribution” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Simple Attribution 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

Version 2.1.2

  • Improved: Code quality
  • Updated: Settings library (Select2 improvements)

Version 2.1.1

  • Updated: Settings library (fixes sysinfo security vulnerability)

Version 2.1.0

  • Bring code up to current standards

Version 2.0.1

  • Only load admin scripts on our settings page!

Version 2.0.0

  • Complete rewrite!
  • Completely backwards compatible (custom template-based stuff won’t break)
  • Now works with custom post types!
  • Added Font Awesome icon support

Version 1.1.2

  • Update support link

Version 1.1.1

  • Fix bug with WordPress installed in subdirectory not properly saving settings

Version 1.1.0

  • Moved to class-based structure
  • Added proper I18N

Version 1.0

  • Initial release