WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: petfinder-listings (Used by 126 domains)

List Petfinder Pets

👤 bridgetwes 📦 v1.1.5 🔗 Plugin Homepage

Petfinder is a free site where shelters and rescues can post pets for adoption. The List Petfinder Pets plugin takes advantage of the Petfinder API to list your available pets on your website. All you need is your Petfinder shelter id and free Petfinder API v2.0 API key and secret.

The List Petfinder Pets plugin allows you to:

  1. Display all your shelter’s Petfinder pets on your own website
  2. Display a featured or random pet from Petfinder in a widget

Sign up to be notified when the Petfinder plugin is updated

You can sign up to receive notices when this plugin is updated or other important changes here: (https://unboxinteractive.com/petfinder-plugin-email-list/)

Demos

Shortcode

[shelter_list] displays a list of pets from your shelter. You must enter your shelter ID, Petfinder v2.0 API key and secret on the List Petfinder Pets’ settings page for this shortcode to work. You may also need to edit your Petfinder settings to enable sharing your data with third parties. See Petfinder settings under Frequently Asked Questions below.
Optional attributes for shortcode are:

  • shelter_id – Allows you to list adoptable pets from a shelter different from the shelter id defined in your List Petfinder Pets Settings.

  • breed – If you wish to list only one breed on a page, or leave blank/don’t set to get all breeds. Note: adding ! before breed to exclude breeds was removed when plugin was updated to support Petfinder API v2.0 in version 1.0.13.

  • count – The maximum number of pets to return. Defaults to 75 and must be a number. Petfinder API v2.0 added ability to filter before retrieving results so you can set the count to the real number you want to list on the page now. Max returned is 100.

  • page – Which page of pets to return. If you have over 100 pets, or want to break up your pets into multiple pages, you can put the shortcode on multiple pages, each with a different page number. You’ll need to add a link to each page so your users can navigate between pages. NOTE: Don’t set ‘sort_by’ parameter when using page. Sorting only sorts the pets returned on the current page. Petfinder does not provide a way to sort by pet’s name. It can only sort by recent and distance in the initial call. I sort by name after the results are returned so it won’t work with paging.

  • animal – Type of animal. Value should be one of the following or blank/don’t set to get all: Dog, Cat, Rabbit, Small & Furry, Horse, Bird, Scales, Fins & Other, Barnyard.

  • include_info – Value should be set to “yes” or “no”; default is “yes”. If set to “yes”, Breeds, Spayed/Neutered, Up-to-date with routine shots, Housebroken, kid safe, cat safe, dog safe, special needs are displayed in list below photo thumbnails. Each list item has a different CSS class so you can hide any you do not want to show.

  • css_class – Set your own class name on div containing all pets. The default value is ‘pets’. This allows you to control the styles separately on different pages.

  • status – For backwards compatability values can be one of [A, H, P, X], and new values of [adoptable, adopted, found]. Petfinder API V1 used: ‘A’ = adoptable, ‘H’ = hold, ‘P’ = pending, ‘X’ = adopted/removed. Petfinder API V2 only accepts adoptable, adopted, and found, so values of H and P switch to adoptable now.

  • sort_by – Value can be: newest, last_updated or name. Value can also be set globally in Petfinder Settings.

  • age – Accepts values of: baby, young, adult, or senior. Can separate with commas to display pets that match more than one age group. If not set, will display pets from all age groups.

  • Note – parameter include_mixes was removed with Petfinder API v2.0 in plugin version 1.0.13

  • Note – parameter contact was removed with version 1.0.19.

Example:
[shelter_list breed=”Italian Greyhound”] – other breeds are not displayed

Example: [shelter_list count=20 page=1] and on another page [shelter_list count=20 page=2] – would list the first 20 pets on page with first shortcode, and the 2nd 20 pets on page with second shortcode.

Example using all attributes: [shelter_list shelter_id=”WI185″ breed=”Italian Greyhound” count=75 page=2 animal=”Dog” include_info=”no” css_class=”cats” status=”adoptable” sort_by=”newest” age=”baby”]

You can also list a single pet with the following shortcode
[get_pet pet_id=”numeric value”]

  • pet_id – Required. You can get this id from the pet’s Petfinder URL. URL will look like the following: https://www.petfinder.com/dog/nanook-45732995/mo/kansas-city/missouri-kansas-ig-rescue-mo306/ – 45732995 is the pet_id.

  • css_class – Set your own class name on div containing single pet. The default value is ‘pets’. This allows you to control the styles separately on different pages.

  • include_info – Value should be set to “yes” or “no”; default is “yes”. If set to “yes”, Breeds, Spayed/Neutered, Up-to-date with routine shots, Housebroken, kid safe, cat safe, dog safe, special needs are displayed in list below photo thumbnails. Each list item has a different CSS class so you can hide any you do not want to show.

Example using all attributes: [get_pet pet_id=”23367571″ include_info=”no” css_class=”cats”]

Widget

Add the List Petfinder Pets Featured Pet widget under Appearance -> Widgets. After adding the widget to a widget area you can set a featured pet id to display a featured pet, or leave blank to display a random pet from your shelter.
Featured Pet Widget Settings:

Featured Pet ID – You can get this id from the pet’s Petfinder URL. URL will look like the following: https://www.petfinder.com/dog/nanook-45732995/mo/kansas-city/missouri-kansas-ig-rescue-mo306/?referrer_id=cca97ef9-e23d-4d0b-b29d-52afa8f7d70e – 45732995 is the pet id.

Your Listing Page URL – The page where your shortcode [shelter_list] can be found. If this is set, your featured pet will link directly to this pet on your shelter list page. (Optional)

Featured Pet Image Size – The size of the Featured Pet image. (Required)

Featured Pet PDF Link – If you would like to create a PDF with more information about your Featured Pet. Link to the PDF uploaded separately through WordPress’ Media here.

Filters

Need to change your pets’ description? Perhaps you want to remove/replace special characters that are not displaying correctly, or want to add a paragraph to the end of all pets’ descriptions? You can do so with the following filter. Add it to your functions.php file. The filter name is petf_replace_description and it acts on all pets’ descriptions.

function replace_pet_description( $description ) {
return $description . ” Add me to end of all pets’ descriptions”;
}
add_filter( ‘petf_replace_description’, ‘replace_pet_description’ );

DomainExposuresHeadersLast Checked
s*r*e*c*t*e*c*e.com (WP 7.0.2) F 2026-07-25 20:18:23
r*o*t*r*a*s.org (WP 7.0.2) 👤 F 2026-07-25 17:08:02
r*o*m*.com F 2026-07-25 11:16:40
p*p*a*u*a*e*c*.org (WP 7.0.2) D 2026-07-25 08:06:51
g*t*l*n*d*c*s*u*d*e*c*e.org (WP 7.0.2) F 2026-07-25 04:08:10
m*a*l.org (WP 7.0.2) 👤 F 2026-07-25 03:16:21
s*l*e*r*s*u*.com F 2026-07-24 13:23:08
b*b*a*s*a*i*n*e*c*e.org (WP 7.0.2) F 2026-07-24 09:05:08
p*t*o*d.com (WP 6.1.10) ⚠️ 👤 F 2026-07-24 07:04:43
m*d*u*s*n*n*m*l*i*.org (WP 6.9.5) 👤 F 2026-07-24 02:57:05
p*t*a*o*t.org (WP 7.0.2) F 2026-07-24 02:56:43
a*o*t*p*t*m.org (WP 6.9.4) 👤 F 2026-07-23 14:24:44
h*m*w*r*b*u*d*e*c*e.ca F 2026-07-23 14:17:06
h*w*p*t*.org (WP 7.0.2) D 2026-07-23 11:26:46
p*w*i*y*a*.org (WP 7.0.2) F 2026-07-23 08:58:29
c*m*u*i*y*a*c*e*.org 👤 F 2026-07-23 04:16:55
b*s*e*d*g*.com (WP 7.0.2) F 2026-07-22 12:58:30
c*r*l*2*e*c*e.com (WP 7.0.2) 👤 F 2026-07-22 12:10:03
s*n*a*l*y*e*s.org F 2026-07-22 06:59:29
a*f*e*c*n.com F 2026-07-21 23:41:44
a*i*a*a*o*t*o*c*n*e*.org 👤 F 2026-07-21 18:53:04
a*c*e*s.net (WP 7.0.2) 👤 F 2026-07-21 18:42:38
s*b*s.com (WP 7.0.2) F 2026-07-21 16:44:48
k*t*n*r*s*u*.com (WP 7.0.2) F 2026-07-21 13:14:35
o*c*r*r*b*i*r*s*u*.org (WP 7.0.2) 👤 F 2026-07-21 12:10:33
u*s*c*.org (WP 7.0.2) 👤 F 2026-07-20 20:07:37
h*m*n*s*c*e*y*o*o.org (WP 7.0.2) C 2026-07-20 12:37:39
v*l*s*o*n*y*e*s.org (WP 7.0.2) 👤 F 2026-07-19 13:27:41
t*n*s*u*n*a*i*r*s*u*.com (WP 7.0.2) 👤 F 2026-07-19 11:04:10
p*t*i*s*o*e*e*c*.com (WP 6.5.8) F 2026-07-19 06:42:40
b*a*l*r*s*u*l*a*u*.org (WP 7.0.2) 👤 F 2026-07-19 04:18:42
h*n*v*r*u*a*e*o*i*t*.org (WP 7.0.2) 👤 F 2026-07-18 14:00:37
k*i*e*e*c*e.com F 2026-07-18 13:20:16
f*e*d*m*o*n*h*u*d*.com (WP 7.0.2) 👤 F 2026-07-18 12:20:05
m*t*o*e*t*u*a*e*o*i*t*.org (WP 7.0.2) 👤 F 2026-07-18 01:03:24
p*c*r*n*h*a*t*.org (WP 6.5.8) 👤 F 2026-07-17 11:32:04
r*s*l*e*t*e*r*s*n*m*l*a*c*u*r*.org 👤 F 2026-07-17 02:29:10
a*i*a*r*n*h*e*o*t.com (WP 5.8.2) ⚠️ F 2026-07-17 01:19:23
a*i*a*p*w*e*t*r*.com (WP 7.0.1) C 2026-07-17 01:15:28
g*a*d*a*a*g*l*c*t*e*c*e.org (WP 6.9.4) B 2026-07-16 17:56:17
h*n*y*u*a*e.com 👤 D 2026-07-16 05:47:59
i*a*i*e*u*e*e*r*n*h.org (WP 7.0) D 2026-07-15 18:57:31
s*b*r.com (WP 6.9.4) 👤 F 2026-07-15 04:22:32
a*y*a*o*t*b*e*.com (WP 7.0.1) 👤 F 2026-07-15 03:55:33
p*t*r*j*c*f*u*d*t*o*.org (WP 7.0) D 2026-07-15 02:49:12
k*l*f*.org F 2026-07-14 16:48:49
s*u*h*r*c*u*t*e*r*s*u*.org (WP 7.0.1) 👤 A 2026-07-14 12:33:50
m*b*r.org 👤 F 2026-07-13 20:57:50
j*l*a*f*i*.com 👤 D 2026-07-13 09:49:56
t*p*u*a.org D 2026-07-13 01:50:50
s*v*a*a*r*s*u*.org (WP 6.9.4) 👤 F 2026-07-12 09:06:19
i*w*w*i*r*s*u*.org (WP 6.9.4) 👤 F 2026-07-11 21:56:44
c*l*m*i*h*m*n*.org F 2026-07-11 20:16:08
l*c*l*a*l*a*i*g.com (WP 6.9.4) 👤 F 2026-07-10 23:33:49
j*h*s*n*o*n*y*n*m*l*h*l*e*.com (WP 7.0.1) 👤 F 2026-07-10 20:31:56
l*w*r*a*n*a*d*u*a*e*o*i*t*.org F 2026-07-10 17:50:07
s*f*a*c*s*c*r*.org 👤 F 2026-07-10 13:57:47
p*t*a*i*e.org 👤 B 2026-07-10 09:32:39
s*o*e*p*a.com (WP 7.0.1) F 2026-07-10 08:55:32
s*r*e*c*t*e*c*e.org (WP 7.0) 👤 F 2026-07-09 23:55:30
b*a*a*h*l*e*.org (WP 7.0) F 2026-07-09 18:30:31
t*h*r.com 👤 F 2026-07-09 14:12:44
r*o*m*.org F 2026-07-08 17:38:07
r*c*y*o*n*a*n*o*s*r*s*u*.org (WP 7.0) F 2026-07-08 15:32:36
l*n*a*l*i*w*r*d*e*r*.com (WP 6.9.4) F 2026-07-08 07:24:45
j*f*e*s*n*o*n*y*u*a*e*o*i*t*.net D 2026-07-08 02:30:11
l*v*b*n*s.org (WP 7.0) F 2026-07-08 02:29:49
a*i*a*r*s*u*f*u*d*t*o*.org (WP 6.9.4) 👤 F 2026-07-08 01:01:01
g*r*r.com F 2026-07-07 15:16:00
b*g*a*t*k*t*r*s*u*.org F 2026-07-07 07:32:41
a*y*a*r*s*u*.org (WP 7.0) 👤 D 2026-07-06 23:57:44
r*c*b*i*g*s*c*.net (WP 7.0) D 2026-07-06 13:24:36
l*b*y*n*m*c*s*l*c*.org (WP 7.0) F 2026-07-06 09:00:43
h*m*f*r*o*d.org (WP 7.0) F 2026-07-06 03:34:14
p*b*e*c*e.com (WP 6.7.5) 👤 F 2026-07-05 23:45:03
l*u*s*i*l*w*i*r*s*u*.com (WP 5.6.17) ⚠️ F 2026-07-05 14:43:01
c*l*m*i*h*m*n*.com F 2026-07-05 03:25:18
c*t*r*u*d*o*n*r*j*c*.org F 2026-07-05 02:37:50
m*n*i*e*i*.ca (WP 4.6.29) ⚠️ F 2026-07-04 21:59:08
l*n*a*l*i*w*r*d*e*r*.org (WP 6.9.4) 👤 F 2026-07-03 23:10:15
v*g*s*a*t*s*.com 👤 F 2026-07-03 23:06:46
a*s*i*c*c*e*r*s*u*.org (WP 5.7.15) ⚠️ 🔓 👤 F 2026-07-03 22:29:39
c*m*a*i*n*a*s.com 👤 F 2026-07-03 19:49:39
c*m*u*i*y*a*c*e*.com F 2026-07-03 17:09:00
p*a*n*.org F 2026-07-03 15:41:17
c*m*n*s*h*a*z*r*e*c*e.com F 2026-07-03 10:17:42
s*v*d*y*a*e.com (WP 7.0) F 2026-07-03 01:09:20
l*t*l*d*g*e*c*e*t*.org (WP 7.0) F 2026-07-02 14:42:07
c*p*w*.ca 👤 D 2026-07-02 12:02:42
g*t*l*n*d*c*s*u*d*e*c*e.com (WP 7.0) F 2026-07-02 06:45:03
i*m*o*r*s*u*.org F 2026-07-01 21:32:03
f*a*t*.org 👤 F 2026-07-01 13:02:19
h*m*w*r*t*a*l*.org (WP 6.9.4) F 2026-06-30 21:46:07
p*s*p*t*r*s*u*n*.org 👤 F 2026-06-30 19:27:53
s*e*t*r*r*e*d*.org (WP 6.9.4) F 2026-06-30 19:05:16
s*n*t*a*y*n*.org F 2026-06-30 11:10:05
h*g*c.org 👤 F 2026-06-30 09:29:11
t*i*i*y*a*r*s*u*.org 👤 F 2026-06-30 05:46:08
4*a*s*e*e*.org (WP 6.9.4) 👤 F 2026-06-16 04:47:22
l*a*.org (WP 7.0) D 2026-06-14 08:39:30

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703