Title: Daily Zman Widget
Author: adatosystems
Published: <strong>2013년 10월 14일</strong>
Last modified: 2025년 2월 12일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/daily-zman-widget.svg)

# Daily Zman Widget

 작성자: [adatosystems](https://profiles.wordpress.org/adatosystems/)

[다운로드](https://downloads.wordpress.org/plugin/daily-zman-widget.2.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/daily-zman-widget/#description)
 * [평가](https://ko.wordpress.org/plugins/daily-zman-widget/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/daily-zman-widget/#installation)
 * [개발](https://ko.wordpress.org/plugins/daily-zman-widget/#developers)

 [지원](https://wordpress.org/support/plugin/daily-zman-widget/)

## 설명

THIS PLUGIN IS NO LONGER SUPPORTED.

For a version that works with current WordPress installations, please see [Zmanim WP](https://wordpress.org/plugins/zmanim-wp/#description)
or some other plugin.

### LEGACY INFORMATION

Displays Hebrew date, sunrise, sunset, and key times for prayers (latest Shema, 
earliest Plag, etc) along with multiple calculation options (GR”A, M”A). Display
is highly customizable, with options to display or hide:

 * Hebrew date
 * Sunrise and/or sunset
 * Earliest time for Plag haMincha
 * Latest time to say morning Shema

Within those options, there are choices to show English or Hebrew, Ashkenazi or 
Sephardi transliterations, and multiple options for calculating times (GR”A, M”A,
etc)

This plugin makes one JSON call to hebcal.com for the the Hebrew date. More information
on how this feature works can be found here:
 [http://www.hebcal.com/home/219/hebrew-date-converter-rest-api](http://www.hebcal.com/home/219/hebrew-date-converter-rest-api)

This plugin also makes two JSON calls to Google’s Maps API: one to obtain the latitude/
longitude for the provided zip code, and another to determine the time zone for 
that zip code.

More information can be found here:
 [https://developers.google.com/maps/documentation/geocoding/](https://developers.google.com/maps/documentation/geocoding/)…
and here… [https://developers.google.com/maps/documentation/timezone/](https://developers.google.com/maps/documentation/timezone/)

For Shabbat Zman display, please see this plugin: [https://wordpress.org/plugins/adatosystems-friday-zmanim/](https://wordpress.org/plugins/adatosystems-friday-zmanim/)

### LEGACY INFORMATION

 1. Download a copy of the zip file to your computer
 2. Extract the files.
 3. FTP to your webserver
 4. Create a directory inside /wp-content/plugins named “dailyzmanim”
 5. Upload `zmanfriday.php` to the `/wp-content/plugins/dailyzmanim` directory
 6. Activate the plugin through the ‘Plugins’ menu in WordPress
 7. Use Appareance -> Widgets to place this information on your page (does not currently
    support shortcodes or php inserts)

**Formatting**
 Several CSS style codes are included: * #dailyzman: a DIV tag that
wraps all the widget content * #zmanbigtitle: a SPAN tag for the title of the widget*#
zmantitle: a SPAN tag for each of the titles within the widget.

Thus, you could format the text by adding the following to your style sheet:

dailyzman { font-size: 12px; }

zmanbigtitle {

    ```
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
    ```

}

zmantitle { font-weight: bold; }

### LEGACY INFORMATION

= The plugin works for part of the day, and then stops =

The Google API has a limit of 2,500 requests per day. If you need more than that,
contact the developer for the pro version that covers high-volume websites.

#### Something isn’t working. Any way I can see what might be going wrong?

Check the “debug” option at the bottom of the widget to get some of the initial 
calculations that are coming in. Otherwise, contact the developer. I hear he’s a
great guy.

## 스크린샷

[⌊Top half of admin panel⌉⌊Top half of admin panel⌉[

[Top half of admin panel](http://webdesign.adatosystems.com/files/2013/10/screenshot-1.jpg)

[⌊Bottom half of admin panel⌉⌊Bottom half of admin panel⌉[

[Bottom half of admin panel](http://webdesign.adatosystems.com/files/2013/10/screenshot-2.jpg)

[⌊View from the website⌉⌊View from the website⌉[

[View from the website](http://webdesign.adatosystems.com/files/2013/10/screenshot-3.jpg)

## 설치

THIS PLUGIN IS NO LONGER SUPPORTED.

For a version that works with current WordPress installations, please see [Zmanim WP](https://wordpress.org/plugins/zmanim-wp/#description)
or some other plugin.

## FAQ

THIS PLUGIN IS NO LONGER SUPPORTED.

For a version that works with current WordPress installations, please see [Zmanim WP](https://wordpress.org/plugins/zmanim-wp/#description)
or some other plugin.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ adatosystems ](https://profiles.wordpress.org/adatosystems/)

[자국어로 “Daily Zman Widget”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/daily-zman-widget)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/daily-zman-widget/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/daily-zman-widget/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/daily-zman-widget/)을 [RSS](https://plugins.trac.wordpress.org/log/daily-zman-widget/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.0

 * THIS PLUGIN IS NO LONGER SUPPORTED.
 * For a version that works with current WordPress installations, please see [Zmanim WP](https://wordpress.org/plugins/zmanim-wp/#description)
   or some other plugin.

#### 1.1

 * Really just matched this to the way things are done in the Shabbat Zman widget
 * Added options for Latitude/Longitude for those locations where the postal code
   doesn’t work.
 * If using Lat/Long, returns location name in that location’s language (if possible)
 * Using sunrise/sunset (instead of calculating it within the code) because of mis-
   matches in DST (daylight savings time) calculations.
 * changed from using Google Maps API to GeoNames.org for lat/long and timezone 
   data due to overload of Google’s 2500 hit per day per IP, which was blocking 
   sites hosted by NetworkSolutions and other larger providers.
 * Changed URL calls to use a more secure cURL routine
 * Added additional debugging for php version, plus an alternate method of determining
   Friday’s date

#### 1.0

 * Initial Release

## 기초

 *  버전 **1.1**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 3.3 또는 그 이상 **
 *  다음까지 시험됨: **3.7.41**
 *  언어
 * [English (US)](https://wordpress.org/plugins/daily-zman-widget/)
 * 태그:
 * [Prayer Times](https://ko.wordpress.org/plugins/tags/prayer-times/)[Zman](https://ko.wordpress.org/plugins/tags/zman/)
   [zmanim](https://ko.wordpress.org/plugins/tags/zmanim/)
 *  [고급 보기](https://ko.wordpress.org/plugins/daily-zman-widget/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  3/5-별점 후기     ](https://wordpress.org/support/plugin/daily-zman-widget/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/daily-zman-widget/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/daily-zman-widget/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/daily-zman-widget/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/daily-zman-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/daily-zman-widget/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/daily-zman-widget/reviews/)

## 기여자

 *   [ adatosystems ](https://profiles.wordpress.org/adatosystems/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/daily-zman-widget/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.adatosystems.com/donate/)