Displays candle lighting time, Torah reading, havdallah and other important aspects of Shabbat.
Displays Shabbat information for the coming week. Display is highly customizable, with options to display or hide:
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/
zmanfriday.php
to the /wp-content/plugins/shabbatzmanim
directoryFormatting
Several CSS style codes are included:
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; }
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.
Get the latitude/longitude for your location and use that instead.
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.