WordPress Plugin: Website Registration 1.3.3
by freelynx
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:
<meta name="description" content="...some description..."> <meta name="keywords" content="... some keywords ..."> <meta name="authors" content="... some authors ...">
This plugin is collects this kind of metadata along with
<title> some title </title>
and, of course, the IP address.
So, the process is kinda simple, all you need to provide is just the URL address, then the plugin will take care of the rest.
Installation
In order to use this plugin, here’s what you need to do
- Download the Website Registration plugin from wordpress repository.
- Extract the
.zipfile. - Upload the files to your
wp-contents/pluginsdirectory. - From your admin page, activate the plugin.
Feature
This plugin supports the shortcodes on where you can use it to display on your frontend page. The following is the shortcode and its functionality:
| Shortcodes | Functionality |
|---|---|
[wr_form] |
Displaying form in the frontend page. This form will be displayed based on your setting in the plugin settings page. It will be affecting whether you want to record the domain or page of given URLs. |
[wr_list] |
Display the list of URLs based on whether the setting display is to display the domain or pages. |
[wr_form_domain] |
Basically this form appear the same with [wr_form] the only difference is that this form will record the data for the domain only |
[wr_form_page] |
Similar with the above shortcode, but this one is records the exact given URL |
[wr_list_domain] |
This shortcode displays the list of domain based on given URLs. |
[wr_list_page] |
This shorcode displays the list of page based on given URLs. |
[wr_filter_search] |
Search the contents. |
Screenshot
This slideshow requires JavaScript.
Changelog
- 1.3.3
- NEW FEATURE: confirming and Removing multi-url
- NEW FEATURE: Filtering confirmed/unconfirmed on Admin page
- NEW FEATURE: Searching the database.
- Fixed bug: pagination on frontend page
- 1.0.2
- Fixed bug: allowed URL which contains ‘-’.
- 1.0.1
- Fixed some error for the documentation and file management.
- 1.0
- NEW FEATURE: Added new shortcode for frontend form and list.
- NEW FEATURE: The number of pages may be customed by administrator.
- NEW FEATURE: Confirmation status for all URL that is submitted via frontend page.
- NEW FEATURE: You may choose which metadata to be displayed for you blog/site.
- NEW FEATURE: The plugin has the ability to store metadata not just for domain but page as well.
- Added animation hide/show the widgets.
- Added Plugin Settings for set up the record url and display options.
- fixed mixing url between domain and page.
- changed the default order in the list.
- fixed bug pagination when sorting the list.
- Removed [website_registration*] shortcode
- 0.1
- Initial version