WordPress Plugin: Lazy Bookmark

Lazy bookmark is formerly known as Website Registration. It a wordpress plugin that receives URL address from administrator/user and collects basic meta information about the Title of the site, the IP Address, the Authors, The Keywords, and the Description. If you recall about the structure of a website, under <head> tag usually there are metadata like this:

<meta name="description" content="...some description...">
<meta name="keywords" content="... some keywords ...">
<meta name="authors" content="... some authors ...">

Continue reading

WordPress Plugin: Website Registration 1.3.3

This plugin has changed its name to Lazy Bookmark as it’s more suitable with its main functionality. The detail of Lazy bookmark plugin can be accessed here or from the wordpress plugin page.

Proudly to say that this is my first plugin posted in the wordpress repository. This is just a simple plugin, but not as simple when I made em. The plugin receives URL address from you/user and collects basic meta information about the Title of the site, the IP Address, the Authors, The Keywords, and the Description. Remember in a website/webpage usually there are metadata like this:

Continue reading