
內容簡介
總結:Image Copyright Manager 將為 WordPress 媒體附件增加一個自訂欄位,讓您可以存儲圖像和其他媒體文件的版權詳細信息,並使用簡短代碼在您的網站上展示它們。
問題與答案:
1. Image Copyright Manager 在 WordPress 中添加了哪個自訂欄位?
答:版權信息。
2. 這個外掛支持在版權信息中使用什麼?
答:HTML 連結。
3. 該外掛具有什麼功能,讓您可以自訂顯示?
答:您可以設置排序方式、標題和文本,甚至全面自定義。
4. 在哪裡可以找到這些自定義設置的範例?
答:通過在 shortcode 中添加對應的參數進行設置。
5. 當沒有找到任何來源時,會顯示什麼文本?
答:默認為"沒有找到帶版權信息的圖像來源。"
6. 如果想更改版權標籤,應如何進行?
答:您可以通過設置 copyright_label 參數來更改版權信息的標籤。
7. 該外掛有何安全性保證?
答:它是安全的並且符合 WordPress 的編碼標準。
外掛標籤
開發者團隊
原文外掛簡介
Image Copyright Manager adds a custom field for copyright information to WordPress media attachments. This allows you to store copyright details for your images and other media files, and display them on your website using shortcodes. Version 1.3.0 introduces advanced SEO fields for “Creator” and “Copyright Notice” which are automatically output as JSON-LD for Google Image SEO.
Features
Add copyright information to any media file in WordPress
Automatic Metadata Extraction (EXIF, IPTC, XMP) from Lightroom and other software
Complete Google Image SEO support (Creator, Copyright Notice, Credit Text, License URL, Acquire License URL)
Automatic JSON-LD Schema.org output for Google Image SEO license badge
Support for HTML links in copyright information
Integrated into Media Modal and Edit Media screen
Shortcode to display all media with copyright information
Translation ready
Secure and follows WordPress coding standards
Shortcode Usage
Display all media with copyright information:
[imagcoma]
Customize the display:
[imagcoma orderby="title" order="ASC"]
Customize heading and texts:
[imagcoma heading="Image Sources" heading_tag="h2"]
Fully customized example:
[imagcoma heading="Photo Credits" heading_tag="h4" no_sources_text="No images found" copyright_label="Source:" view_media_text="View Image"]
Shortcode Parameters
orderby – Sort by date, title, etc. (default: date)
order – ASC or DESC (default: DESC)
heading – Custom heading text (default: “Image Sources”)
heading_tag – HTML heading tag: h1, h2, h3, h4, h5, h6 (default: h3)
no_sources_text – Text displayed when no sources are found (default: “No image sources with copyright information found.”)
copyright_label – Label for copyright information (default: “Copyright:”)
view_media_text – Text for the “View Media” link (default: “View Media”)
