前言介紹
- 這款 WordPress 外掛「SSP Director Tools」是 2011-07-12 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2015-08-22,距離現在已有 3543 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
parelius |
外掛標籤
album | images | photos | gallery | slideshowpro |
內容簡介
這個外掛使用 SSP Director API 從 SlideShowPro Director 拉取內容。
功能:
- 使用shortcode在文章中插入SSP Director中的單個圖像。
- 使用shortcode在文章中插入從SSP Director中拉取的帶有多個圖像的照片網格。可以查詢 SS Director 的相冊,畫廊,標籤並配置輸出的排序。可以隨機產生帶有隨機圖像的照片網格。
- 如果要在widget區域中顯示照片網格,則可以將widgets插入您的主題中。
- 大小和圖像處理根據您的默認設置,但可以通過shortcode屬性覆蓋。
- 使用SSP Director提供的圖像元數據設置圖像標題。
- 启用/禁用照片提要功能,生成用於照片網格的加密RSS照片提要URL。
- 使用FancyBox以燈箱樣式顯示照片。
shortcode幫助:
使用此shortcode:[sspd]。
允許使用的屬性列表:
- album: 要顯示的相冊的id (整數)。
- gallery: 要顯示的畫廊的id (整數)。
- image: 要顯示的單個圖像的id(整數)。
- align: 單個圖像的對齊方式(left | center | right,默認:left)。
- caption: 是否顯示單個圖像的標題(yes | 1 | no | 0, 默認:1)。
- limit: 要在網格中顯示的圖像數的最大值(整數,默認值:0)。如果為0,則為無限制。
- tags: 以逗號分隔的標記列表,可用於過濾內容。
- tagmode: 標記篩選器的工作模式。匹配列表中的所有標記還是任何一個標記(all | one,默認值:one)。
- sort_on: 排序字段(null | created_on | captured_on | modified_on | filename | random,默認值:null)。
- sort_direction: 排序順序(ASC | DESC,默認值:DESC)。
- rss: 是否在照片網格下方顯示RSS照片提要鏈接(yes | 1 | no | 0,默認值:1)。
如果未指定屬性,則將應用默認的外掛程式設置,這些設置在「照片網格默認值」和「圖像大小和處理」部分中定義。
示例:
[sspd gallery="6" limit="10" tags="technology" sort_on="captured_on" sort_direction="DESC"]:這將輸出標記有“technology”的相冊6中最近的10張照片。
圖像標題是使用圖像元數據自動生成的。您可以為預覽圖像和FancyBox呈現的圖像定義不同的標題。在標題定義中使用位置保留符號,例如%placeholder%,並定義日期的格式化方式。
允許使用的位置保留符號列表:
- %caption%:Director提供的圖像標題。如果沒有在Director中設置標題,則改用IPTC標題。
- %byline%:IPTC作者名稱
- %city%:IPTC城市
- %country%:IPTC國家
- %date%:EXIF記錄中的圖像捕獲日期
日期格式化:使用常見的PHP日期格式。
在您的標題中使用HTML:您可以使用以下HTML元素和屬性:
- ,
, , , , ,
原文外掛簡介
This Plugin uses the SSP Director API to pull content from SlideShowPro Director.
Features:
Insert a single image from SSP Director into a post using a shortcode.
Insert a photo grid with multiple images from SSP Director into a post using a shortcode. Query SSP Director for albums, galleries, tags and configure the sorting of the output. Photo grids with random images are possible.
Insert widgets into your theme if you want to display a photo grid in a widget area.
Sizing and image handling are according to your default settings but can be overridden by shortcode attributes.
Use image metadata provided by SSP Director for formatting image captions.
Enable/disable photo feed functionality which generates an encrypted RSS photo feed URL for photo grids.
Use FancyBox to display photos in lightbox style.
Shortcode Help
Use this shortcode: [sspd].
List of allowed attributes:
album: The id of an album to show (integer).
gallery: The id of a gallery to show (integer).
image: The id of a single image to show (integer).
align: Alignment of a single image (left|center|right, default: left).
caption: Whether or not to show the caption of a single image (yes|1|no|0, default: 1).
limit: The maximum number of images to be shown in a grid (integer, default: 0). 0 if unlimited.
tags: List of tags to filter the content by, separated by commas.
tagmode: Mode in which the tag filter works. Match all tags or any out of the list (all|one, default: one).
sort_on: The sort field (null|created_on|captured_on|modified_on|filename|random, default: null).
sort_direction: The sort order (ASC|DESC, default: DESC).
rss: Whether or not to show a RSS photo feed link below the photo grid (yes|1|no|0, default: 1).
If no attributes are specified, the default plugin settings apply as defined in the sections “Photo Grid Defaults” and “Image Sizes and Handling”.
Example:
[sspd gallery="6" limit="10" tags="technology" sort_on="captured_on" sort_direction="DESC"]: This will output the 10 most recent photos of gallery 6 which are tagged with "technology".
Using captions
Image captions are automatically generated using image metadata. You can define different captions for preview images and images presented by FancyBox. Use placehoders like %placeholder% in your caption definitions and define how dates will be formatted.
List of allowed placeholders:
%caption%: The image caption as provided by Director. If the caption is not set in Director, the IPTC caption is used instead.
%byline%: The IPTC byline
%city%: The IPTC city
%country%: The IPTC country
%date%: The image capture date from the EXIF record
Date formatting: Use common PHP date formats.
Using HTML in your captions: You may use the following HTML elements and attributes:
, , , ,
Example: %caption% (%date%)
Photograph by %byline%
Known Issues
A bug in the Director API v. 1.5.0 beta generates a wrong result when a query with multiple tags is done. See SSP Director Forum.
photo grids and photo feeds don’t work for smart galleries and albums. (Seems to be a Director bug.)
The plugin currently doesn’t check if the photo feed feature is installed correctly.
The photo feeds don’t show the real sizes of the downloadable enclosures, but the sizes of the originals.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「SSP Director Tools」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.0.1 | 1.1.1 | 1.1.2 | trunk | 1.1.2.1 | 1.1.2.2 |
延伸相關外掛(你可能也想知道)
Slider, Gallery, and Carousel by MetaSlider – Image Slider, Video Slider 》使用MetaSlider,您可以在數分鐘內創建強大的、優化的幻燈片、輪播、橫向滑屏或相冊,它是全球#1的響應式WordPress幻燈片外掛。MetaSlider是圖像、照片、視...。
Photo Gallery, Sliders, Proofing and Themes – NextGEN Gallery 》WordPress圖庫插件, 自2007年以來,NextGEN Gallery已成為行業標準的WordPress圖庫插件,每年繼續接收超過150萬的新下載量。它很容易管理簡單的照片圖庫,但...。
Photo Gallery by 10Web – Mobile-Friendly Image Gallery 》委員會翻譯如下:, , Photo Gallery 是建立美麗的行動裝置友好型相簿所需的領導外掛程式,只需幾分鐘即可完成。, 有用的連結:, 現場示範, 10Web 的高級 Phot...。
Firelight Lightbox 》Easy FancyBox WordPress外掛為您的網站提供靈活美觀的光箱解決方案,幾乎適用於網站上的所有媒體連結。Easy FancyBox使用更新的傳統FancyBox jQuery擴展版本...。
Simple Lightbox 》Simple Lightbox 是一個非常簡單且可自定義的燈箱,在您的 WordPress 網站上添加它非常容易。, 功能, 自定義燈箱行為的選項位於外觀 > Lightbox 管理員菜...。
Responsive Lightbox & Gallery 》提供完整的 WordPress 相簿外掛所需一切, Responsive Lightbox and Gallery 外掛是一個全功能的 WordPress 相簿外掛,擁有強大的拖放相簿生成器和 Lightbox ...。
FooGallery – Responsive Photo Gallery, Image Viewer, Justified, Masonry & Carousel 》lugin/show-more-pagination/" rel="nofollow ugc">demo, Supports webP image compression for faster page loads, Advanced caching techniques for faster...。
Lightbox & Modal Popup WordPress Plugin – FooBox 》FooBox是第一個嚴肅考慮響應式佈局的燈箱。它不僅會將圖片縮放以在手機上呈現更好的效果,還會重新排列按鈕控制,使其在縱向或橫向的方向上都展現出色的外觀...。
Gallery Plugin for WordPress – Envira Photo Gallery 》相片集外掛, , 有用連結:, , 相片集範例, 相片集文件, 相片集支援, , 我們認為你不應該必須聘請開發人員來建立 WordPress 相片集。這就是為什麼我們建立了 E...。
WP Show Posts 》注意事項, 此外掛目前僅收到安全性更新。請查看我們的GenerateBlocks外掛以獲得更現代的解決方案。, , , WP Show Posts能夠透過易於使用的簡碼在您網站上的任...。
Carousel, Slider, Gallery by WP Carousel – Image Carousel with Lightbox & Photo Gallery, Video Slider, Post Carousel & Post Grid, Product Carousel & Product Grid 》, 實時演示 | 影片教程 | 使用說明 | 升級至專業版 », 概觀, WP Carousel 是最強大且使用者友好的 WordPress 公告欄外掛,可建立帶圖片、文章、WooComm...。
Visual Portfolio, Photo Gallery & Post Grid 》WordPress 的圖庫和作品集外掛, ★★★★★, 作品集網站是當今最受歡迎的網站之一。我們創建了Visual Portfolio,Photo Gallery和Post Grid WordPress外掛程式,這...。
ACF Photo Gallery Field 》t; 'Status', , 'name' => 'status', , 'choices' => array(, 'public' => 'Public', , 'private' => ...。
WP Featherlight – A Simple jQuery Lightbox 》WP Featherlight 是一個 WordPress 外掛,可為您的WordPress 網站添加一個極簡、高效、響應式 jQuery 燈箱。在其核心,WP Featherlight是一個用於 Featherlig...。
Premium Portfolio Features for Phlox theme 》概述, 這個外掛為 Phlox 主題增加許多高級作品集功能,讓您能以優雅的方式展示和呈現您的專案。, , Phlox 主題的演示 | 文件 | 視頻教程 | 支援論壇, , 功能...。