このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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

  • プラグインをリリース