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

Shabbat Zman Widget

설명

THIS PLUGIN IS NO LONGER SUPPORTED.

For a version that works with current WordPress installations, please see Zmanim WP or some other plugin.

LEGACY INFORMATION

Displays Shabbat information for the coming week. Display is highly customizable, with options to display or hide:

  • Hebrew date
  • Candle lighting time
  • Parsha HaShavuah/weekly Torah reading
  • Sunrise and/or sunset
  • Havdalah time
  • 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 two JSON calls to hebcal.com (one to get the Hebrew date and one for the weekly Torah reading). More information on how this feature works can be found here:
http://www.hebcal.com/home/219/hebrew-date-converter-rest-api
…and here…
http://www.hebcal.com/home/195/jewish-calendar-rest-api

This plugin also makes three JSON calls to GeoNames.org API to get the sunrise/sunset times for Friday and Saturday, and to obtain the latitude/longitude for the provided zip code. More information can be found here:
http://www.geonames.org/export/web-services.html/

For Daily Zmanim display, please see this plugin: https://wordpress.org/plugins/daily-zman-widget/

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 “shabbatzmanim”
  5. Upload zmanfriday.php to the /wp-content/plugins/shabbatzmanim 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:

  • #frizman: 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:

#frizman { font-size: 12px; }
#zmanbigtitle {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
       }
#zmantitle { font-weight: bold; }<h3>LEGACY INFORMATION</h3>= 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.

I put in my zipcode but I’m not getting the right location.

Get the latitude/longitude for your location and use that instead.

I put in the latitude/longitude but it’s showing the completely wrong city

The chances are when you googled “latitude longitude for xxxx” it gave you two regular numbers. What you need to pay attention to is the North/South and East/West items. If the number is South or West, then you need to make the number negative. Example: San Francisco is 37.7833 N, 122.4167 W. But if you leave the longitude as 122.4167 you’ll get Weihai, China.

설치

THIS PLUGIN IS NO LONGER SUPPORTED.

For a version that works with current WordPress installations, please see Zmanim WP or some other plugin.

FAQ

THIS PLUGIN IS NO LONGER SUPPORTED.

For a version that works with current WordPress installations, please see Zmanim WP or some other plugin.

후기

2016년 9월 3일
Of course thank you for the plugin i would suggest though using language files, updating to support for the latest wordpress Also maybe save the results in a db so that you would not need to save do the call to get the zmanim every time somebody opens a page
2016년 9월 3일
If you want to translate it to spanish let me know. Yuval giladyuval@gmail.com
모든 6 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Shabbat Zman Widget”(을)를 번역하세요.

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

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

변경이력

2.0

  • THIS PLUGIN IS NO LONGER SUPPORTED.
  • For a version that works with current WordPress installations, please see Zmanim WP or some other plugin.

1.8

  • Changed https calls to http because it was causing errors on some systems that required certificates

1.7

  • Fixed issues with Plag and Shema, proving yet again that developers should not QA their own code.

1.6

  • 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)

1.5

  • Using sunrise/sunset (instead of calculating it within the code) because of mis-matches in DST (daylight savings time) calculations.

1.4

  • 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.

1.3

  • Changed URL calls to use a more secure cURL routine

1.2

  • mostly repository updates, along with a few cosmetic changes.

1.1

  • Added additional debugging for php version, plus an alternate method of determining Friday’s date

1.0

  • Initial Release