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.
Screenshots
Installation
- Upload the
pet-adoption-listings
folder to the/wp-content/plugins/
directory - Activate the Pet Adoption Listings plugin through the
Plugins
menu in the WordPress dashboard - Add the shortcode to a post, and define the
shortcode_id
attribute, and optionallyiframe_width
andiframe_height
- Alternatively, add the widget to an available widget area and configure the options
Reviews
Contributors & Developers
“Pet Adoption Listings” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Pet Adoption Listings” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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