Turtletoy Gallery

外掛說明

Turtletoy Gallery allows you to display a collection of “turtles” generated by Turtletoy. With a simple shortcode, you can fetch and show external images without uploading them to your own server.

Features include:

  • Shortcode-driven galleries.
  • Columns and layout configuration.
  • Ability to limit how many images/turtles to show.
  • Option to hide the original creator’s username.

External Image Notice

This plugin loads images directly from Turtletoy’s external servers.

Usage

Insert the [turtletoy-list] shortcode wherever you want the gallery to appear.

Example:

[turtletoy-list query="turtle/browse/love/"]

To show only turtles from a specific user:

[turtletoy-list query="user/USERNAME/love/"]<h3>Optional Attributes</h3>

* query – Required. The query term or user filter.
* columns – Optional; default=2. Number of columns (1, 2, 3, or 4).
* limit – Optional; default=0 (unlimited). Maximum number of turtles to show if set > 0.
* hideusername – Optional; default=0. Set to 1 to hide the turtle’s username.

External services

This plugin connects to the Turtletoy API to fetch a list of all turtles that are displayed in the gallery.

It sends the optional arguments of the short code to perform the query.
This service is provided by Turtletoy: Terms of Service and Privacy Policy.

螢幕擷圖

  • Example screenshot of a Turtletoy gallery using the plugin.

安裝方式

  • Upload the plugin files to the /wp-content/plugins/turtletoy-gallery directory, or install the plugin through the WordPress “Plugins” screen directly.
  • Activate the plugin through the “Plugins” screen in WordPress.
  • Add the [turtletoy-list query="turtle/browse/love/"] shortcode (or any other query) to your posts or pages to display a Turtletoy gallery.

常見問題集

Why are images loaded from an external source?

Turtletoy Gallery is designed to hotlink images from an external API and avoid storing them locally. This keeps your WordPress Media Library clean and ensures you always display the latest images from Turtletoy.

Does this plugin store any images or data on my server?

No. We do not store any images locally, nor do we collect personal data.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Turtletoy Gallery〉的開發相關工作。

參與者

將〈Turtletoy Gallery〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

Initial release.