FLS Stock Photo Importer

설명

FLS Stock Photo Importer allows editors to search selected royalty-free image providers directly from the WordPress post editor. Images can be previewed, imported into the Media Library, and inserted into posts without leaving the editor.

Plugin homepage and documentation

Supported providers:

  • Pexels (API key required)
  • Pixabay (API key required)
  • Openverse (API key optional)

Features:

  • Search and preview images in the editor
  • Import images to the Media Library (stored locally)
  • Insert images into post content
  • Set imported images as the featured image
  • Store provider and source metadata on the attachment
  • Optional attribution line on insert (recommended)

External Services

This plugin connects to third-party image provider APIs to search for images and may download selected images to your Media Library.

When you search, the plugin sends:

  • Your search query
  • Pagination parameters (for example results per page)
  • Your provider API key (for providers that require one)

Providers used by this plugin:

  • Pexels API (requires API key): https://api.pexels.com/
    Privacy Policy: https://www.pexels.com/privacy-policy/

  • Pixabay API (requires API key): https://pixabay.com/api/
    Privacy Policy: https://pixabay.com/service/privacy/

  • Openverse API (optional key): https://api.openverse.org/
    Privacy: https://openverse.org/privacy

스크린샷

설치

  1. Upload the plugin folder to /wp-content/plugins/ or install via the Plugins screen.
  2. Activate the plugin.
  3. Go to Settings ? FLS Stock Photo Importer and add your provider API keys.
  4. Edit a post and use the FLS Stock Photo Importer panel to search and import images.

FAQ

Does this plugin track users or send analytics?

No. The plugin does not collect analytics or track users.

Where do searches go?

Search requests are sent directly from your site to the provider API you choose, using your own API keys.

Does it add watermarks?

No. The plugin does not modify image pixels or add watermarks.

What about attribution?

Attribution requirements vary by provider and license. The plugin can insert a small credit line below inserted images and also stores credit/source metadata on the attachment.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“FLS Stock Photo Importer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “FLS Stock Photo Importer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Improve documentation and readme.

1.0.2

  • Security: validate and restrict imported image URLs (basic SSRF hardening).
  • Compatibility: block editor insertion support (in addition to Classic Editor).

1.0.1

  • Fix: editor insertion now writes into Classic Editor/TinyMCE/textarea so Preview and Update include the inserted image.
  • Improvement: include bundled JS/CSS assets in the plugin package.