Born On This Day
This plugin adds a sidebar widget that display famous people born on this day in history.
Download
Download the plugin here: [download#2#size#nohits]
Installation
- To install the plug-in:
- Unpack the *.zip file and extract the /born-on-this-day/ folder and the files
- Using an FTP program, upload the full /born-on-this-day/ folder to your WordPress plugins directory (Example: /wp-content/plugins)
- Go to Plugins > Installed and activate the plugin.
- To add the widget:
-
Go to Appearance > Widgets, add the widget to the sidebar of your choice and save.
- To use the shortcode:
-
Simply add [born-on-this-day] to your posts or your pages.
Frequently Asked Questions
- Why is the widget displaying the wrong date?
-
Currently, the plugin uses your server clock to determinate today’s date. If there is a lot of difference between today’s date and what the plugin displays, your server clock is probably not set correctly. If there is a one day difference between today and what the plugin displays, your server is probably in a different timezone than you are. While it is not possible to fix an incorrectly set clock, there is a fix in the work to use the browser time to compensate for time zones differences.
- How can I support this plugin?
-
If you enjoy this plugin and would like to help with the development, please consider donating. Otherwise, spread the word, report bugs and give this plugin a good rating.
- How do I report a bug?
-
If you find any bugs with the plugin or if you have any suggestions, please leave a comment to let me know.
Version history
The current version of the plugin is 2.0
The plugin requires WordPress to be at least version 2.5
The plugin has been tested with wordpress version up to 2.8.2
- 2.0
- Compatibility check with WordPress 2.8.2
- Fixed a bug where there was no data for July 24
- Minor localisation work
- New [born-on-this-day] shortcode
- New WordPress 2.8 widget structure
- Use WordPress date format
- 1.6.1
- Keep settings after deactivation
- 1.6
- Fixed a bug where there was no data for May 31
- 1.5
- Minor localisation work
- 1.4
- Faster code
- 1.3.2
- Files are now UTF-8, no BOM
- 1.3.1
- Minor localisation work
- 1.3
- It is now possible choose alignment in the plugin
- 1.2
- Faster code
- Fixed a bug where it is impossible to change the title in the widget
- 1.1
- Fixed a bug where the wrong date is displayed on some servers
- 1.0
- Initial release
- To do
- Integrate French localization.
- Modify the plugin to use the SQL database.
- Add a page for easy customization of the data.
March 30th, 2009 at 3:59 am
Works great, thank you
March 30th, 2009 at 8:00 am
I just saw this in WordPress plugins and installed it. I like it, but … today is March 30 and it’s showing birthdays for March 31. Also, it left aligns to the edge of the sidebar. It would be nice to be able to offset or center the widget.
I’m deactivating the plugin for now. Looks stupid to say people born tomorrow are born on this day.
March 30th, 2009 at 10:47 am
@Cheryl:
What’s happening is that the plugin use your server current time and date to determinate today’s date and, most likely, your server is in a different timezone than you are. I’ll work on a fix tonight to use the timezone setting in WordPress. I should have thought of that in the first place. Stay tune v1.1 is coming shortly.
March 31st, 2009 at 3:24 pm
Hi
It seems to be impossible to change the title in the widget “Born on this day”. ? or am i wrong ?
I would prefeer to put in a “norwegian” title 🙂
March 31st, 2009 at 11:29 pm
@Jan:
That’s a bug. It’s fixed now. Install version 1.2 and you should be fine. Thanks a lot for reporting it 🙂
April 3rd, 2009 at 8:33 pm
I am using one of your plugins “Born on this day” I keep getting the update, but it no matter what I do I get this error message “Plugin upgrade Failed” What should I do?
Sunny
April 4th, 2009 at 8:44 am
You can change the title if you know how to edit php files, just open up the “born-on-this-day.php” file and replace every single reference of “born_on_this_day”, “born-on-this-day” and “Born on this day” with “new_title”, “new-title” and “New Title” respectively, including the name of the PHP file itslef and the containing folder. I even changed the comments to reflect this change, altho I did leave the URI (line 6) unchanged.
I uploaded the new folder into the plugins directory, right alongside the original unaltered “born-on-this-day” plugin, and after activating the plugin, I now have “Born Today” on the left of my blog, and “Born on this day” on the right side.
I don’t recommend it unless you have some idea of what you are doing, but even a php beginner like myself was able to figure it out, with some trial and error…
Thanks for the great plugin!
April 4th, 2009 at 3:27 pm
@Sunny:
It’s probably a permission problem. Either wordpress can’t delete the old version or can’t write the new one. I’ll follow up with you by email.
@Roger:
That would work but I wouldn’t recommend doing that. An easier way is to get version 1.2 or newer of the plugin as that bug has been corrected.
April 28th, 2009 at 3:19 pm
Hello Joe,
what about showing the age of the person between parenthesis, e.g.:
1980 John Doe (29)
and… making the current day bold or centered aligned??
tia, and many compliments. Byeeeeeeeeee
May 1st, 2009 at 12:40 am
Hi!
Great plugin, worked immediatelly. Thanks.
Question: I would like to ADD people to the list for my site. So, my family members and my friends would be listed on my site, as well among the famous people…
How could I add my own data?
Thanks
Tamas
May 2nd, 2009 at 1:43 pm
@pammy:
I’m not sure about adding the age of the person as a lot of people on the list are dead. But, I certainly will add some formatting options for the day in the next version.
@Tamas:
It’s possible to add people by modifying the .dat files. For each month, there is 2 .dat file. For example, for January you will have l01.dat for left align data and r01.dat for right align data. Each line in the .dat files correspond to a specific day. Just make sure that you respect the format. In a future version, I will add a configuration page to do that easily through the WordPress administration panel.
May 8th, 2009 at 1:20 am
Just installed the plugin and it’s great. I want to modify the .dat-files by adding some entries myself, but was wondering if it works if I change the name of the month on each line to the local name, for example January would be januari in Dutch. Would that work?
May 8th, 2009 at 1:33 am
@Dick van der Velde:
That would work 🙂
May 11th, 2009 at 7:02 am
Hi,
I’m pretty new at this. I added “Born on this day” to my plugins but it does not show up in either column on my blog. Can anyone give me any options to try? Thanks.
Phil
May 11th, 2009 at 8:21 pm
@Phil:
1. Go to Plugins > Installed and activate the plugin if it’s not done already
2. Go to Appearance > Widgets and add the Born On This Day widget to one of the side bar. Don’t forget to click Save Changes.
If that doesn’t work, send me an email to [email protected].
May 18th, 2009 at 12:32 am
Is there a plan to make it possible to add other dates, like friends and family, so we can feed from two sources: your list of dates, and our customized one?
May 18th, 2009 at 1:20 am
@Proinsias:
Yes, I’m currently working on that. It’s on the to do list as “Add a page for easy customization of the data”.
May 21st, 2009 at 12:54 pm
@Everyone:
I’ve been toying with the idea of creating custom data files for the plugin. For example, I was thinking of creating a range of sports data files (NBA, NFL, etc). That way, people who own a sport blog have data that is directly relevant to their audience. It’s a rather large effort and I’ll have to hire someone to do that. So, I was planning to sell the custom data files for a modest fee. Would that be interesting to anyone? Please give me your opinion using the poll in the right sidebar.
May 30th, 2009 at 11:49 pm
No birthday dates on this day (today).
May 31st, 2009 at 1:19 am
@HDS:
Thanks a lot for reporting that. I just uploaded version 1.6 that fix the problem.
May 31st, 2009 at 11:42 am
@Joe
Great!
Thanks for me and my readers at HDS home.
June 14th, 2009 at 3:27 pm
Many thanks for the new version.
But the birthyear from Courteney Cox Arquette is the year 1964 not “198”. 😉
June 15th, 2009 at 12:52 am
I think you should make the plugin to be able to bold/underline use different styles on date/names.
Great plugin after all
June 16th, 2009 at 12:11 am
@HDS:
Thanks a lot for reporting that. That will be fixed in the next version.
@Aurelian:
Thanks for your feedback. That will be in version 2.0 along with some other new features (check the todo list).
August 10th, 2009 at 11:50 am
Hi!
Is there any way to substitute the database of famous people, for a custom database (like for a family website, and show family member’s birthdays?
Many thanks
peter
August 18th, 2009 at 11:47 am
@Peter Lurie:
It is possible to add / modify the database. I will be providing an interface to do that in the future but for the moment you will have to edit the plugin files. Check the data directory. Every month correspond to a file (January = 1.dat, February = 2.dat, etc…) and in each file every line correspond to a day. Just make sure that you use the same exact data format.
September 7th, 2009 at 3:00 am
Hello!
Thanx for Born 2.0 but can’t get it workin.. 🙁
Not showing birthdays in widget..
Can you help please and what info should I provide to get help?
Thanx!
September 15th, 2009 at 11:51 am
Hi,
great plugin – thank you!
Is there a way to change the text for the [born-on-this-day] shortcode?
In the widget you can adapt the text, but I found no way
September 15th, 2009 at 12:01 pm
Hello,
me again.
I found a way, as you can see in http://blog.stummfilm.info/2009/09/15/jahrestage/
But it’s a modification – perhaps you can add a parameter to the shortcode.
September 18th, 2009 at 3:29 am
Very useful plugin. Thanks !
October 6th, 2009 at 1:01 pm
Great plugin. Thank for making it. How about displaying at least a phrase about what are they famous for ?
October 18th, 2009 at 9:59 am
Thanks , But I want to ask how can I edit plugin CSS ? ..
so it will them as other !!! .
Thanks,
FinWay.
November 16th, 2009 at 7:54 am
Joe,
Thanks for the great widgets. You are a fun guy. I appreciate it becasue it gives people more reasons to visit my blog. I like Born on this Day and Fun Facts. Thanks so much.
Margo
November 17th, 2009 at 7:26 am
Thanks , But I want to ask how can I edit plugin CSS ? ..
so it will looks as ohter !!! .
Plaese I hope you Repley to my Comment
Thanks,
FindWay.
November 17th, 2009 at 9:59 pm
Thanks , But I want to ask how can I edit plugin CSS ? ..
so it will looks as ohter !!! .
here link where is Born On This Day
http://find.trytop.com/
Plaese I hope you Repley to my Comment
Thanks,
FindWay.
November 23rd, 2009 at 9:25 pm
Hi.
I am confused. When I install this widget, and it happens with others as well, everything in that side bar menu dissapears except that widget.
What am I doing wrong.
I changed themes just in case it was that, but no it still happens.
Help
Thanks
November 24th, 2009 at 12:23 am
@find way:
The plugin doesn’t have a CSS file. It uses the CSS of your theme.
What are you trying to achieve?
@Graham:
A lot of themes have default widgets in the sidebars. The default widgets disappear as soon as you customize the sidebars. You can easily recreate what you add by manually adding the widgets.
January 8th, 2010 at 6:54 pm
Hello!
I use your plugin as a widget (Alignment: Left).
So, by default right now it’s showing
1908 Simone De Beuavoir
Please, tell me, what to change in /wp-content/plugins/born-on-this-day/born-on-this-day.php so it should be like:
Simone De Beuavoir (09.01.1908)
??
Thanx!!!
January 9th, 2010 at 9:15 am
Hello!
I use your plugin as a widget (Alignment: Left).
So, by default right now it’s showing
1908 Simone De Beuavoir
Please, tell me, what to change in /wp-content/plugins/born-on-this-day/born-on-this-day.php so it should be like:
Simone De Beuavoir (09.01.1908)
??
Thanx!!!
January 12th, 2010 at 7:37 am
http://wordpress.org/support/topic/349948?replies=2#post-1348332
Hello!
I use your plugin as a widget (Alignment: Left).
So, by default right now it’s showing
1908 Simone De Beuavoir
Please, tell me, what to change in /wp-content/plugins/born-on-this-day/born-on-this-day.php so it should be like:
Simone De Beuavoir (09.01.1908)
??
Thanx!!!
March 2nd, 2010 at 7:57 am
Hi
Love the plugin, works straight out of the box!
One question, all dates in my theme sidebars use “text-transform:uppercase;” and I would like to carry that across for today’s date.
Where (i.e. line number(s)) in born-on-this-day.php should I try to edit, or isn’t it as easy as that.
Thanks in advance
March 24th, 2010 at 8:29 am
how can I add this widget to outside sidebar not to post or page. I mean php code?
June 6th, 2010 at 10:56 am
Hi great plugin but I want to customize and add some names in Turkish to plugin. I edit .dat file related day but it doesn’t show Turkish character and plugins have no problem. How can I edit the plugin to support UTF-8 characters?
June 25th, 2010 at 1:46 am
How can I make it compatible wtih UTF-8 characters?
August 23rd, 2010 at 7:37 am
Great plugin. very useful for certain types of sites.
October 3rd, 2010 at 7:06 pm
I’ve deactivated the “Born on this Day” plug-in until the date/time zone thing can be figured out. I use google chrome and all settings are accurate with the browser, but the people are born on this day tomorrow 🙁
May 13th, 2011 at 3:22 pm
Hi, Do you know a horoscope plugin widget at spanish languaje? I need for my website
thnks.