이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

SitePoint Random Hello Bar

설명

As descibed in-depth on SitePoint a hello bar is a thin bar of content that slides into view once the user scrolls past a set point on a page.
The message content is up to you, but is ideal for advertising, product annoncements or other messages.

This plugin provides an admin interface to create multiple hello bar messages that can then be randomly displayed on user facing pages.

By setting weightings for each message you can determine how often each is displayed. On each page load a message is randomly selected
(respecting the weightings given). A random number is generated client side before fetching the message content to ensure it is compatible
with caching services such as W3 Total Cache.

All the required javascript and css is included in the plugin and can be set to enqueue via settings.
Alternatively you can roll your own. To help with that the core javascript has been extracted into the sp-hello-bar
npm module for you to include in your own scripts.

스크린샷

설치

  1. Upload the entire /sp-random-hello-bar/ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the SP Random Hello Bar section of the Settings menu. At example.com this page would be found at http://example.com/wp-admin/options-general.php?page=sp-random-hello-bar.
  4. Enable the hello bar to display in pages.
  5. Select which javascript, if any, you would like to enqueue.
  6. Select if you would like to enqueue basic css styles fror the hello bar.
  7. Enter content for one or more hello bars and set a weighting.

FAQ

Can I use the javascript module without npm?

Sure. The plugin contains the SpHelloBar source as an ES6 Module at src/js/SpHelloBar.js and as a common.js module at lib/SpHelloBar.js.

Does the javascript require other libraries such as jQuery to function?

The SpHelloBar module does not have any external dependencies but it would then be up to you to provide a throttle function and to load the hello bar content into the page (usually via ajax).
However the Basic and Basic with storage scripts assume that jquery and underscore have been enqueued. Those two libraries are enqueued in the default setup of WordPress unless you have dequeued them.

Can I customise the content?

Go for it. The basic scripts assume the default css class names are being used but the only one that is required is .SpHelloBar.
The javascript has been designed to be as flexible as possible so see the docs for all the options that can be overridden
when writing your own script.

How did you build something so wonderful?

I’m glad you asked. You can read about how it was put together on SitePoint.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SitePoint Random Hello Bar”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SitePoint Random Hello Bar”(을)를 번역하세요.

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

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

변경이력

0.0.1

  • Submitted to WordPress for approval

0.0.2

  • Added assets

1.0.0

  • Ready for use