Cette extension n’a pas été testée avec les3 dernières versions majeures de WordPress. Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs de compatibilité quand elle est utilisée avec des versions récentes de WordPress.

Pet Adoption Listings

Description

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.

Captures d’écran

Installation

  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

Avis

Lire l’avis

Contributeurs & développeurs

« Pet Adoption Listings » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Pet Adoption Listings » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Historique des changements

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