Maja Bookmarks

The Maja Bookmarks plug-in is a widget as well as a shortcode to display a list of bookmarks (links) through several options.

Author:Majakovskij (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.3.2
Plugin version:1.1.5.1
Added to WordPress repository:26-01-2012
Last updated:27-01-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.majakovskij.info/maja-bookmarks-pl...
Total downloads:1 861
Active installs:10+
plugin download
Click to start download

The Maja Bookmarks plug-in is a widget as well as a shortcode to display a list of bookmarks (links) through several options. Includes widget options and the equivalent shortcode to configure the features mentioned below. It follows the WordPress standard widgets output guidelines. Completely updated to use the new widget API and is multi-widget enabled. Fully XHTML compliant.

Features:

  • Can display links by category or multi categories.
  • Can include/exclude specific link id.
  • Can limit the number of links.
  • Can show links that match a search keyword criteria.
  • Can show/hide invisible links.
  • Can order by several criteria.
  • Can choose a custom css selector for the ul list.
  • Can add custom output templates as well as choose a custom html tag container.
  • All widget parameters can be used in the shorcode tag.

Shortcode default parameters

  • [majabookmarks
  • limit=”5″
  • order=”ASC”
  • orderby=”name”
  • category_name=”All”
  • category=””
  • hide_invisible=”1″
  • show_updated=”0″
  • include=””
  • exclude=””
  • search=””
  • use_css=””
  • use_hook=””]

Custom Template

  1. Create a new folder inside your theme folder, name it ‘maja-bookmarks’
  2. Create an empty php file inside it.
  3. Write your html/php code to display one item of the list.
  4. Use the $bookmark object to print out its properties.

Available fields in bookmark object

  • ‘link_id’
  • ‘link_url’
  • ‘link_name’
  • ‘link_image’
  • ‘link_target’
  • ‘link_category’
  • ‘link_description’
  • ‘link_visible’
  • ‘link_owner’
  • ‘link_rating’
  • ‘link_updated’
  • ‘link_rel’
  • ‘link_notes’
  • ‘link_rss’

Screenshots
FAQ
ChangeLog