X
🐾 Coming from PetMatchPro 6.x? Version 8 adds real adoption analytics, similar-animal suggestions, SEO-friendly URLs, and overlay badges. See What's New →
PetMatchPro
  • Partners
    • AnimalsFirst
    • PetPoint
    • RescueGroups
  • What’s New
  • Shop
  • Demo
  • FAQ
  • Knowledge Base
  • About Us
  • Contact Us
  • My Account
  • Cart
Select Page
Green rocket icon for Getting Started documentation category

Getting Started

6
  • Activate Your License
  • Setup Wizard Walkthrough
  • Connecting Your Shelter System
  • Understanding License Tiers
  • Creating Your First Search Page
  • Creating Your First Detail Page
Blue code brackets icon for Shortcodes and Configuration documentation category

Shortcodes & Configuration

12
  • Shortcode Builder
  • [pmp-search] Reference
  • [pmp-details] Reference
  • [pmp-detail] Reference
  • [pmp-option] Reference
  • Parameters by License Tier
  • Common Shortcode Recipes
  • Pagination Setup
  • Excluding Values
  • Search Filter Button
  • Detail Button Hover Text
  • Search Card Hover Text
Purple palette icon for Templates and Design documentation category

Templates & Design

7
  • Search Templates Gallery
  • Detail Templates Gallery
  • Poster Templates
  • Theme Template Overrides
  • Color Customization
  • Font Size Customization
  • Detail Title Formats
Orange image with star icon for Icons and Overlays documentation category

Icons & Overlays

6
  • Understanding Pet Icons
  • Understanding Overlays
  • Icon Reference Gallery
  • Customizing Icon Display
  • Value-Based Icons
  • Icon Size Customization
Teal tag icon for Labels and Customization documentation category

Labels & Customization

3
  • Custom Labels Guide
  • Changing Labels via Filtering
  • Custom Currency & Date Formats
Blue funnel icon for Filters and Search documentation category

Filters & Search

5
  • Setting Up Search Filters
  • Species & Breed Filtering
  • Filter Value Management
  • Excluding Values via Filtering
  • Partner-Specific Filter Options
Violet chain link icon for Partner Integration Guides documentation category

Partner Guides

3
  • AnimalsFirst Integration Guide
  • PetPoint Integration Guide
  • RescueGroups Integration Guide
Red bar chart icon for Analytics and Tracking documentation category

Analytics & Tracking

7
  • Understanding PMP Analytics
  • GA4 Configuration
  • Google Tag Manager Setup
  • Leveraging Analytics
  • WP-Cron Requirements for PetMatchPro Analytics
  • Queue Health and Tools
  • Privacy and Data Retention
Lightbulb icon representing PetMatchPro best practices guides for homepage layouts, button strategy, performance tuning, and template selection

Best Practices

10
  • Featuring Animals on Your Homepage
  • Adding Animals to Sidebars and Other Pages
  • Using Banners and Subtitles Effectively
  • Overlays and Icons for Quick Visual Cues
  • Writing Effective Detail Page Instructions
  • Button Configuration for Conversion
  • Optimizing Performance with API Caching
  • Customizing Typography and Icon Sizes
  • Lost and Found Search Best Practices
  • Template Selection Guide
Amber wrench icon for Troubleshooting and FAQ documentation category

Troubleshooting

15
  • Common Error Messages
  • API Connection Issues
  • Template Not Found Errors
  • Theme Template Override Not Loading
  • Performance & Caching Best Practices
  • Animals Not Displaying
  • Stale Content / Cache Issues
  • Styling Conflicts
  • Empty Field Display
  • Analytics Queue Stuck or WP-Cron Not Running
  • Premium Feature Not Appearing After Upgrade
  • Troubleshoot the PetMatchPro Shortcode Builder
  • Reading PMP Debug Logs
  • wp-config.php Configuration Constants
  • How to Contact Support
View Categories
  • Home
  • Knowledge Base
  • Shortcodes & Configuration
  • Search Card Hover Text

Search Card Hover Text

4 min read

Search Card Hover Text #

Customize the tooltip text that appears when visitors hover over the name link, photo link, or image on a search-result card. Supports animal field value interpolation using {FieldName} syntax. Available to Junior license and above.

How It Works #

Every search-result card has hoverable elements: the animal name link, the photo link, and the photo itself. Each carries a title attribute (the standard tooltip) plus a matching aria-label so screen readers announce the same text sighted users see. PetMatchPro ships method-specific defaults that vary by what the visitor is looking at:

  • Adopt: “Learn More About {Name}”
  • Lost: “Have You Seen {Name}?”
  • Found: “Help Rehome This {Species}”
  • List (PetPoint only): “Learn More About {Name}”
  • Preferred (AnimalsFirst only): “Learn More About {Name}”
  • Featured: “Learn More About {Name}”

Found cards intentionally lead with species rather than name because most found animals arrive at intake with no name. The lost wording invites the visitor into the role of helper. Adopt, list, preferred, and featured share the same action-oriented phrasing.

Admin Settings #

Navigate to General > Display Options > Search Card Hover Text. Text input fields appear per enabled method type:

  • card_hover_text_adopt
  • card_hover_text_lost (only when lost is enabled)
  • card_hover_text_found (only when found is enabled)
  • card_hover_text_list (PetPoint, only when list is enabled)
  • card_hover_text_preferred (AnimalsFirst, only when preferred is enabled)
  • card_hover_text_featured

Each row’s helper text shows the English default. Leave the field blank to use that default; type any text to override it.

Field Interpolation #

Hover text supports two kinds of {token} placeholders. Pick the kind that fits the job:

1. Universal tokens (recommended) #

Two tokens are normalized across all three partners and always produce readable text, even when the shelter record is incomplete. Use these when you want one phrase that works on every site without tweaking it per partner.

Token Resolves to Empty-record fallback
{Name} The animal’s name “This Dog” / “This Cat” / “This Animal” (matches the species)
{Species} “Dog”, “Cat”, “Rabbit”, etc. “Animal”

The {Name} fallback exists because shelter systems sometimes return an intake number (e.g. “60100465”) or nothing at all in the name field for newly-arrived strays. The fallback prevents tooltips like “Have you seen 60100465?” from ever appearing.

2. Raw partner field tokens #

If you need a field beyond name and species — breed, age, sex, color, location, etc. — use the field key from your partner’s API. These keys are partner-specific, so a shortcode written for PetPoint will not interpolate the same on AnimalsFirst.

Raw tokens are case-sensitive and have no fallback: if the field is missing or blank, the token expands to an empty string. Unrecognized tokens are silently removed.

Common tokens by partner #

This is the quick reference of the most common partner field keys you will reach for. The full field set for each partner is much larger — everything in the API response is available as a token.

What you want PetPoint AnimalsFirst RescueGroups
Animal name {AnimalName} {name} {animalName}
Species {species} {species} {animalSpecies}
Breed {primarybreed} {breed} {animalBreed}
Sex / Gender {sex} {gender} {animalSex}
Age {ageinyears} {age} {animalAgeString}
Color {primarycolor} {color} {animalColor}
Location / Jurisdiction {Jurisdiction} or {location} {location} or {city} {animalLocation}
Adoption fee {fee} {adoption_fee} {animalAdoptionFee}

How to confirm a token works on your site: open any animal’s detail page, view the page source (right-click → View Page Source), and search for the field key. Anything PetMatchPro renders on the detail page is available as a hover-text token. The fastest sanity check is to set the hover text to "Test: {YourTokenHere}" and reload the search page — if the value shows up in the tooltip, the token is correct.

Examples #

Mix universal and raw tokens freely. The two-flavor system means a single shortcode can lean on {Name}/{Species} for the human-friendly framing and use partner-specific raw tokens for the details.

PetPoint #

Meet {Name} at our shelter
Apply to adopt {Name} the {Species} today
Have you seen {AnimalName}? Last seen near {Jurisdiction}
{Name} is a {primarybreed} looking for a home

AnimalsFirst #

Help find {Name}
Inquire about {Name} the {breed}
Found {Species} in {city}
{Name} is {age} years old

RescueGroups #

Sponsor {Name}'s care
Learn more about {animalName} the {animalBreed}
Adopt {Name} for {animalAdoptionFee}

When to use which #

  • Use universal tokens ({Name}, {Species}) when the phrase needs to read sensibly even for unnamed animals (lost/found cards, generic adoption pitches), or when the same shortcode might run on more than one partner.
  • Use raw partner tokens when you need a specific data point (breed, age, fee) and you accept that the field may be empty for some animals.
  • Combine them when the framing should be safe but the details should be specific: "Adopt {Name} the {primarybreed} {Species}" reads “Adopt This Dog the Labrador Retriever Dog” in the worst case — not great, but never broken.

Shortcode Parameter #

Override the card hover text on a specific page using card_hover_text:

[pmp-search type="adopt" card_hover_text="Apply to adopt {Name} today!"]
[pmp-search type="lost" card_hover_text="Have you seen {Name} near {Jurisdiction}?"]

This parameter is Junior-tier or above. On Free tier the parameter is silently stripped and the built-in default is used.

Priority Chain #

  1. Shortcode parameter card_hover_text (highest priority, per-page)
  2. Admin setting card_hover_text_{method_type} (site-wide default per method)
  3. Built-in method default (e.g., “Have You Seen {Name}?” for lost)

Universal & Combination Templates #

Universal templates (PetPoint universal-search-default, AnimalsFirst universal-search-*) can render mixed-method pages — typically AnimalsFirst’s lost_found_combination mode where lost and found animals share a single results grid. The hover text resolves per card from each animal’s record, so on the same page a lost dog will hover as “Have You Seen Rex?” while a found cat next to it will hover as “Help Rehome This Cat”. You don’t need to do anything special — it just works.

Accessibility #

Every title attribute is paired with a matching aria-label on the same element. Screen readers announce the aria-label text. title alone is ignored by most screen readers, which is why the pairing matters.

Next Steps #

  • Button Hover Text — The companion feature for detail-page action buttons
  • [pmp-search] Reference — Full search shortcode parameter reference
  • Parameters by License Tier — Feature comparison by tier
Search Card Hover Text ultima modifica: 2026-05-02T12:44:24-04:00 da PetMatchPro
Updated on May 2, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Detail Button Hover TextShortcode Builder

Submit a Comment Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Search Card Hover Text
    • How It Works
    • Admin Settings
    • Field Interpolation
      • 1. Universal tokens (recommended)
      • 2. Raw partner field tokens
      • Common tokens by partner
      • Examples
        • PetPoint
        • AnimalsFirst
        • RescueGroups
      • When to use which
    • Shortcode Parameter
    • Priority Chain
    • Universal & Combination Templates
    • Accessibility
    • Next Steps

© Copyright 2018-2026 by PetMatchPro, All Rights Reserved

  • Privacy Policy
  • Terms of Use
  • Disclaimer
  • Login