
內容簡介
Gallery 5cript 是一款全新開發的 WordPress 圖庫外掛,專為現代網站設計,提供無縫互動、優化影像及強大的 API 支援,讓使用者能輕鬆管理圖庫。
【主要功能】
• 現代對話框:內建對話框元素,提升互動性與可及性
• 圖像優化:使用 picture 元素,針對不同設備提供最佳影像
• 前端技術:採用 TailwindCSS 和 TypeScript,確保現代化響應式介面
• 支援影片:可建立影片圖庫並添加字幕
• 清晰資料庫:使用自訂資料表,保持文章與元資料表的整潔
• API 管理:透過 RESTful 端點程式化管理圖庫
外掛標籤
開發者團隊
原文外掛簡介
Welcome to Gallery 5cript—the WordPress gallery plugin built from scratch in 2024, designed for the websites of today! 🚀
✨ 1. Modern Dialog: Built-in dialog element for seamless interactions, accessibility, and SEO optimization.
📸 2. Optimized Images: Uses the picture element with custom WordPress sizes, delivering the right image for every device.
🎨 3. Cutting-edge Front-End: Developed with TailwindCSS and TypeScript for reliable, modern and responsive interface.
🎥 4. Video & Captions: Supports video galleries and captions, adding more depth to your content.
🧹 5. Clean Database: Uses custom database tables, keeping your posts and meta tables clutter-free.
🔗 6. API: Manage galleries programmatically with RESTful endpoints.
Gallery 5cript—Built for the modern web! ✨ Download for free!
LIVE DEMO: Link Text
API Endpoints
Gallery 5cript exposes the following API endpoints to manage galleries programmatically:
List all galleries
Endpoint: /5cript-gallery/v1/galleries
Method: GET
Description: Retrieves all gallery IDs.
Get a specific gallery
Endpoint: /5cript-gallery/v1/gallery/{id}
Method: GET
Description: Retrieves details of a gallery by its ID.
Parameters:
id (integer): The ID of the gallery.
Get all images in a gallery
Endpoint: /5cript-gallery/v1/gallery/{id}/images
Method: GET
Description: Retrieves all images for a specific gallery by ID.
Parameters:
id (integer): The ID of the gallery.
To enable or disable the API, visit the plugin settings in the WordPress admin area. By default, the API is enabled.
Why Dialog
The dialog element was introduced in 2014 and has had full cross-browser support since 2022. While there are many plugins that offer similar functionality, none (to my knowledge at the time of writing) utilize the dialog element. This is likely due to concerns about backward compatibility, which could pose issues for the end users of those plugins.
But why use dialog, you ask?
- It's automatically centered.
- It appears on top of everything else using the 'top-layer', not just z-index.
- It auto-focuses, providing better accessibility for users.
- It comes with an out-of-the-box Esc key function to close the modal.
- We've enhanced the dialog with additional accessibility features, including ARIA labels and best practices.
More perks
- We're using the picture element with various WordPress image sizes, allowing the browser to choose the most appropriate one to download.
- All front-end JavaScript is strongly typed with TypeScript.
- It supports YouTube videos.
- Captions are supported as well.
- You can add your own custom CSS.
- It has its own database tables, so it doesn't add extra load to the already heavily used post and meta tables. This also ensures that you can delete it without leaving any residue.
- New: API
Demo
You can find a demo here: [Link Text](https://gallery.5cript.com/)
3rd Party Services
This plugin rely on youtube embed functionality to serve videos. That is only if you choose to display videos in your galleries.
A link to that service: https://www.youtube.com/
Policy about embed videos: https://support.google.com/youtube/search?q=policy+embed+video&oq=policy+embde+video&spell=1#zippy=%2Care-you-allowed-to-embed-youtube-videos
Generic terms and conditions of Youtube: https://www.youtube.com/static?template=terms
Even though the youtube-nocookie.com is used, aka “Enable privacy-enhanced mode”, it is necessary that websites that making use of this plugin to require users to accept cookies that allow for third-party use.
