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.

47 Comments to “Born On This Day”

  1. 1. baron Says:

    Works great, thank you

  2. 2. Cheryl F. (The Lucky Ladybug) Says:

    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.

  3. 3. Joe Says:

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

  4. 4. Jan Says:

    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 🙂

  5. 5. Joe Says:

    @Jan:
    That’s a bug. It’s fixed now. Install version 1.2 and you should be fine. Thanks a lot for reporting it 🙂

  6. 6. Sunny Says:

    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

  7. 7. Roger Says:

    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!

  8. 8. Joe Says:

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

  9. 9. pammy Says:

    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

  10. 10. Tamas Says:

    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

  11. 11. Joe Says:

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

  12. 12. Dick van der Velde Says:

    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?

  13. 13. Joe Says:

    @Dick van der Velde:
    That would work 🙂

  14. 14. Phil Says:

    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

  15. 15. Joe Says:

    @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].

  16. 16. Proinsias Says:

    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?

  17. 17. Joe Says:

    @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”.

  18. 18. Joe Says:

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

  19. 19. HDS Says:

    No birthday dates on this day (today).

  20. 20. Joe Says:

    @HDS:
    Thanks a lot for reporting that. I just uploaded version 1.6 that fix the problem.

  21. 21. HDS Says:

    @Joe
    Great!
    Thanks for me and my readers at HDS home.

  22. 22. HDS Says:

    Many thanks for the new version.
    But the birthyear from Courteney Cox Arquette is the year 1964 not “198”. 😉

  23. 23. Aurelian Says:

    I think you should make the plugin to be able to bold/underline use different styles on date/names.

    Great plugin after all

  24. 24. Joe Says:

    @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).

  25. 25. Peter Lurie Says:

    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

  26. 26. Joe Says:

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

  27. 27. ka81 Says:

    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!

  28. 28. knut Says:

    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

  29. 29. knut Says:

    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.

  30. 30. web design constanta Says:

    Very useful plugin. Thanks !

  31. 31. wdct Says:

    Great plugin. Thank for making it. How about displaying at least a phrase about what are they famous for ?

  32. 32. find way Says:

    Thanks , But I want to ask how can I edit plugin CSS ? ..
    so it will them as other !!! .

    Thanks,
    FinWay.

  33. 33. Margo Says:

    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

  34. 34. find way Says:

    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.

  35. 35. find way Says:

    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.

  36. 36. Graham Says:

    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

  37. 37. Joe Says:

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

  38. 38. ka81 Says:

    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!!!

  39. 39. ka81 Says:

    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!!!

  40. 40. ka81 Says:

    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!!!

  41. 41. Andy Says:

    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

  42. 42. redblacktree Says:

    how can I add this widget to outside sidebar not to post or page. I mean php code?

  43. 43. Mehmet Says:

    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?

  44. 44. Ahmet Says:

    How can I make it compatible wtih UTF-8 characters?

  45. 45. flyer templates Says:

    Great plugin. very useful for certain types of sites.

  46. 46. airmalejohn Says:

    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 🙁

  47. 47. miguel Says:

    Hi, Do you know a horoscope plugin widget at spanish languaje? I need for my website

    thnks.