🐾 Join the Petz Update Feed!
The Petz Update Feed (PUF!) is a way for your site to automatically show up on the update list when you post something new - no need to log in or click any buttons, just update your site!
Please read through this information carefully in order to install the correct code on your page.
🛠️ How it Works
- You add a small iframe to your site.
- Every time you update your site, just reload the page where the iframe is.
- It will ping the Update Feed to say "Hey! My site changed!"
- Your site will appear in the Recently Updated Sites list above!
📍 Where to Place the Code
The iframe should go on a page you update often-like:
updates.html(your update log page)- Your homepage
- Any spot you edit when adding news or content
⚠️ Important: After updating your site, you must view or reload the page where this code is in order for it to register!
📋 What to Add
Copy and paste this somewhere near the bottom of your update page, but customize it first:
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://yoursite.example.com/&name=YourSiteName"
style="display: none;"></iframe>
🔧 Customize it:
- Replace
https://yoursite.example.com/with the main link to your site. - Replace
YourSiteNamewith the name you want to appear in the update list.
✅ Example
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://oasis.fantazzled.com/&name=Oasis"
style="display: none;"></iframe>
⚙️ Want More Control?
If you notice your site showing up on the update list every day - even when you haven't made any real changes - it might be due to a widget or embedded content that changes automatically (ie. Petz Park, a visitor counter, the Petz Webring, or even something else dynamic that may be happening on the backend of your website controlled by your host.)
Or maybe you just want full control over when your site appears in the feed!
Use this version-controlled method instead:
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://yoursite.example.com/&name=YourSiteName&ver=1"
style="display: none;"></iframe>
Just increase the number (like ver=2, ver=3, etc.) whenever you want your site to show up as updated. That's the only time it'll ping!
If you don't use this code with a version number, the system will fall back to checking if your page's content changed instead.
🎉 That's it!
As long as that iframe is on the page you update, and you view the page after editing, your site will show up on the list of recently updated Petz sites!
Need help? Feel free to e-mail me or message me on Discord!
If your site isn't showing up, or is showing up multiple times, disappearing altogether, or not updating properly, please reach out ASAP!
This system isn't perfect, it was just the easiest and least involved way for me to develop an "update network" of sorts, so your site may appear when you haven't updated on occasion, but it shouldn't do it all the time!
🎨 Share the Love!
If you want to show that you're part of the Petz Update Feed, feel free to use this button on your site. Right-click to save it:

📍 Want to Share the Feed?
You're also welcome to embed the update list itself on your site! Just use this:
<iframe
src="https://fantazzled.com/directory/puf/updates.php"
width="60%" height="300" frameborder="0"></iframe>
