這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Pet Adoption Listings

描述

This plugin provides two easy ways to display listings of adoptable pets from a shelter’s profile at Adopt-a-Pet.com via iframe.

The first way is with a shortcode pet_adoption_listings that can be included in any post or page content. When used it will show the shelter’s available pets from their Adopt-a-Pet.com profile. The only required attribute is shelter_id (obtained from Adopt-a-Pet.com) but you can also specify the iframe width and height.

The second way is with a widget that can display available pets in your sidebar or wherever else widgets are in your theme. You can specify the Shelter’s ID (required, obtained from Adopt-a-Pet.com), the types of pets to show (defaults to All), and the height of the listing.

All pet detail links will open in a new browser window or tab on the Adopt-a-Pet.com website.

Note that the plugin loads content from a third-party site via iframe, and so may introduce cookies, tracking codes, etc. in addition to those present on your WordPress site. This plugin and widget is in no way affiliated with or endorsed by Adopt-a-Pet.com or its partners.

Want to help make this plugin better? Pull requests are welcome.

螢幕截圖

  • The shortcode definition in the post editor
  • The shortcode front-end display
  • The widget configuration options
  • The widget front-end display

安裝

  1. Upload the pet-adoption-listings folder to the /wp-content/plugins/ directory
  2. Activate the Pet Adoption Listings plugin through the Plugins menu in the WordPress dashboard
  3. Add the shortcode to a post, and define the shortcode_id attribute, and optionally iframe_width and iframe_height
  4. Alternatively, add the widget to an available widget area and configure the options

評價

閱讀全部1個評價

貢獻者及開發者

“Pet Adoption Listings” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Pet Adoption Listings 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.2

  • Improvement: minor code formatting and cleanup
  • Improvement: use SSL version of Adopt-a-Pet.com site in optional credit link
  • Tested against WordPress 4.9

1.1

  • Fix widget registration to work with newer WordPress versions
  • Add additional escaping
  • Miscellaneous code cleanup

1.0

  • Initial release