Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Pet Adoption Listings

Descripción

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.

Capturas

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

Instalación

  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

Reseñas

Leer toda la 1 reseña

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Pet Adoption Listings" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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