🐾 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

📍 Where to Place the Code

The iframe should go on a page you update often-like:

⚠️ 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

📍 Where to Place the Code

The iframe should go on a page you update often, like:

⚠️ 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:

✅ 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:

PUF Button

📍 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>