🐾 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!
🛠️ How it Works
- You add a small hidden iframe to your site.
- When you post a real update, increase the version number in the code.
- Then reload/view the page where the iframe is.
- 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 and changing the version number, you must view or reload the page where this code is in order for it to register!
📋 Recommended Code: Version Number
This is the recommended option for most sites. It gives you control over exactly when your site appears as updated.
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://yoursite.example.com/&name=YourSiteName&ver=1"
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. - Start with
ver=1. - Next time you update, change it to
ver=2, thenver=3, and so on.
✅ Example
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://oasis.fantazzled.com/&name=Oasis&ver=1"
style="display: none;"></iframe>
When Oasis updates again, the code would change to:
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://oasis.fantazzled.com/&name=Oasis&ver=2"
style="display: none;"></iframe>
⚙️ Want Automatic Updates?
There is also an automatic version of the beacon that checks whether your page's HTML has changed. This can work well for simple, mostly static sites.
However: if your site has rotating graphics, visitor counters, widgets, embedded content, scripts, or anything that changes on its own, the automatic beacon may show your site as updated even when you haven't posted a real update.
If you still want to try the automatic version, use this code instead:
<iframe
src="https://fantazzled.com/directory/puf/beacon-frame.php?site=https://yoursite.example.com/&name=YourSiteName"
style="display: none;"></iframe>
If your site starts appearing on the update list when you haven't updated, switch to the recommended version above.
🎉 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 you and me to have 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>
