Install AutoYear
You’re two minutes from a footer that stays current forever. Pick your setup below.
Your personal download link appears here after payment. The bundle contains the WordPress plugin (wordpress/auto-year.zip) and the universal snippet (any-site/auto-year.js).
Open Plugins → Add New Plugin → Upload Plugin
In your WordPress admin (your-site.com/wp-admin), go to Plugins → Add New Plugin (called just Add New on older WordPress), then click Upload Plugin at the top.
assets/screenshots/wp-1.png
Choose auto-year.zip and click Install Now
Unzip the bundle you downloaded — inside the wordpress folder is auto-year.zip. Click Choose File, select that auto-year.zip (don’t unzip it), then Install Now.
assets/screenshots/wp-2.png
Click Activate Plugin
That’s the whole install. There are no settings — the moment it’s active, your footer year is handled.
assets/screenshots/wp-3.png
Done — verify it
Open your site’s homepage and scroll to the footer. The copyright year now shows the current year. If it doesn’t, email us your URL and we’ll sort it out.
assets/screenshots/wp-4.png
Open any-site/auto-year.js from your bundle
Unzip the bundle you downloaded. The whole product for non-WordPress sites (Webflow, Squarespace, Tilda, Shopify themes, static HTML, custom sites…) is that one file. Nothing is loaded from our servers — the code lives on your site.
Put it on your site — either way works
A. Builder with a “custom code” / “code injection” / “footer code” box (Webflow, Squarespace, Shopify, Tilda…): hit Copy full script below — it copies the whole engine already wrapped in a script tag, exactly what goes into the footer box. (It is the same code as any-site/auto-year.js in your bundle, if you prefer to copy it from there.)
<script>
/* AutoYear engine — ~5 KB, self-contained.
“Copy full script” puts the complete code on your clipboard. */
</script>
B. You can upload files to your site (static HTML, custom sites): drop auto-year.js next to your pages and add this line just above the closing </body> tag:
<script src="/auto-year.js" async></script>
assets/screenshots/any-1.png
Save, publish, verify
Most builders need an explicit Publish after saving — until you press it, nothing changes on the live site (this is the #1 thing people miss on Webflow). Then open your live domain (not the editor or preview), scroll to the footer, and hard-refresh (Cmd/Ctrl+Shift+R). The year is current. The editor may still show the old year — that’s expected: the script changes what visitors see, not your source text.
Need a hand? Email support@autoyear.example with your site URL — we’ll get it working.