What Would Seth Godin Do

설명

What Would Seth Godin Do lets you greet first-time visitors with a tailored welcome message — like an invitation to subscribe to your RSS feed — and show a different (or no) message to people who have already been to your site before.

The plugin stores a small cookie that counts how many times a visitor has been to your site. While the count is at or below the “# of Repetitions” threshold you configure, the new visitor message is shown. Once the visitor exceeds that threshold, the return visitor message appears instead.

Inspired by Seth Godin’s 2006 blog post: …in the middle, Starting.

Features:

  • Separate, fully customisable messages for new and returning visitors.
  • Configurable repetition threshold — choose how many visits count as “new”.
  • Choose whether messages appear before or after post content, or only where you place the <?php wwsgd_the_message(); ?> template tag.
  • Option to show or hide messages on Pages (vs. Posts only).
  • Exclude specific post or page IDs from showing any message.
  • No external dependencies; lightweight vanilla JavaScript.

Support & Feature Requests

I am actively working on What Would Seth Godin Do. If you have a support issue or have feedback or feature requests, I would love to hear it in the Support Forum.

스크린샷

  • What Would Seth Godin Do – Settings Page.
  • What Would Seth Godin Do – Frontend display of message.

설치

  1. Install directly through the WordPress Plugins Add New screen, or download the zip and upload via Plugins Add New Upload Plugin.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings WWSGD to configure your messages and display options.

FAQ

How does the plugin know if someone is a new or returning visitor?

It sets a cookie called wwsgd_visits that increments by 1 on each page load. Visitors whose count is at or below your configured “# of Repetitions” see the new-visitor message; everyone else sees the return-visitor message.

Will this work if a visitor deletes their cookies?

Yes — if the cookie is deleted the visitor will simply be treated as new again.

Can I use the message in a widget or template file instead of automatic insertion?

Yes. Set Location of Message to “Only where I use the template tag” and place <?php wwsgd_the_message(); ?> wherever you want the messages to appear in your theme.

Can I show a message to returning visitors only and nothing to new visitors?

Yes. Leave the Message to New Visitors field blank. New visitors will see nothing; return visitors will see your return-visitor message.

Does WWSGD work with pages as well as posts?

By default, yes. You can restrict it to posts only via the Show Message on Pages? setting.

후기

2017년 7월 25일
I’ve been using this plugin for years and LOVE being able to automate a call to action on every post. Recently when migrating to new hosting I ran into an issue with the plugin, and Richard (the creator of the plugin) went above and beyond to help me. Thank you!!!
모든 10 평가 읽기

기여자 & 개발자

“What Would Seth Godin Do”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“What Would Seth Godin Do”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “What Would Seth Godin Do”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2.1 (2026.05.20)

  • Compatibility with WordPress 7.0.

2.2.0 (2026.03.03)

  • Remove adoption notices. New maintainer: James Hunt.
  • Refactored to modern class-based architecture with PSR-4 autoloading.
  • Added escaping and nonce verification throughout.
  • Extracted inline JavaScript to a separately enqueued asset file.
  • Adding language POT file.
  • Updated minimum WordPress requirement to 6.0.
  • Tested with PHP 8.4.

2.1.8

  • Add adoption notices to admin.

2.1.7

  • Reducing tags to 4.

2.1.6

  • Add contact info for plugin adoption

2.1.5

  • Make plugin available for adoption.

2.1.4

  • Update copyright to 2026
  • Tested with WordPress 6.9

2.1.3

  • Fix issue where WordPress’s magic slashes were not being unslashed.

2.1.1

  • Fixing a vulnerability, as reported by Patchstack
  • Tested with WordPress 6.0

2.1.0

  • Updated for WordPress 4.6+.

2.0.3

  • Improved sanitisation of excluded post/page IDs.

2.0.2

  • Fixed cookie path detection for WordPress installations in a subdirectory.

2.0.1

  • Minor code clean-up.

2.0.0

  • Rewrote cookie logic in vanilla JavaScript (removed jQuery dependency).
  • Added return-visitor message and repetition threshold.
  • Added option to exclude specific posts and pages.

1.0.0

  • Initial release by Richard K Miller.