WordPress User Bookmarks (Standalone model)
From the makers of
This is a standalone WordPress plugin for the UserProfessional User Bookmarks addon here.
It has the identical options of the bookmarks addon, and doesn’t require UserProfessional to be put in – So It can be utilized standalone on any WordPress website!
User Bookmarks plugin will enable customers to bookmark any content material they need, posts, discussion board matters, customized posts, and likewise handle their bookmarks into collections. The plugin affords a easy approach to present the bookmarks and bookmark widget and could be built-in into any theme.
Users can favourite or bookmark posts, merchandise, discussion board matters in addition to any customized put up sorts!
A Sidebar widget to bookmark any content material, add new assortment, and take away a bookmarked put up!
You can allow auto-embedding of Bookmark widget on all put up sorts you WANT through admin settings!
A easy shortcode [collections] that may be embedded anyplace to permit person to handle his bookmarks and look at/entry them simply through ajax.
Admin settings to allow the bookmarking on these put up sorts you need solely, and exclude particular posts from being bookmarked too, plus many different customization choices to tweak the textual content, and so forth.
Allow total collections to be eliminated, or give person the selection to maintain bookmarks and take away the gathering!
You can embed the bookmark widget through shortcode (as well as sidebar widget and computerized embedding):
[bookmark]
Or through php API:
world $wpb;
echo $wpb->bookmark();
So easy. And it’s also possible to embed the collections through shortcode:
[collections]
or through php API
world $wpb;
echo $wpb->bookmarks();
There are a bunch of choices that may be personalized through shortcode, the identical settings which are obtainable in device settings are customizable through shortcode, so you’ll be able to rename bookmark to favourite or translate it to your language.
This device is totally localized too!
UPDATES
Version 3.5.1 (02 Dec 2022) ============================ - Fixed Bug : Removed auto-occurring backslash. Version 3.5 (15 Apr 2022) ============================ - Fixed Bug : Changed brand URL in wp-admin. Version 3.4 (04 Aug 2017) ============================ - Enhancement : Bookmark depend column is now made sortable Version 3.3 (21 June 2017) ============================ - New Feature : Collections could be displayed in Grid Layout ( Use the shortcode as follows - [collections layout="grid"] ) Version 3.2 (03 Apr 2017) ============================ - Enhancement : The bookmark depend is up to date with AJAX after bookmarking the put up - Enhancement : Administrator can now restrict the variety of collections to be created by customers - Enhancement : Administrator can now restrict the variety of posts to be bookmarked in a single assortment Version 3.1 (13 Feb 2017) ============================ - Fixed Bug : Bookmark depend not displayed appropriately - Fixed Bug : More than one collections displaying as chosen at a time Version 3.0 (24 June 2016) ============================ - New characteristic : Added configurable setting for displaying Heart Icon for bookmarking the content material to Default Collection - New characteristic : Added choice for Administrator to create a number of collections Version 2.9 (12 Feb 2016) ============================ - New characteristic : Added configurable setting for displaying bookmark widget in popup Version 2.8 (29 Dec 2015) ============================ - New characteristic : Added configurable choice in backend to show the Social buttons on the gathering Version 2.7 (15 Dec 2015) ============================ - New characteristic : User can now share their non-public bookmarks on social media Version 2.6 (26 Nov 2015) ============================ - New characteristic : Added configurable setting to allow/disable creating new assortment Version 2.5 (9 Nov 2015) ============================ - New characteristic : Now Bookmark Count is displayed on Posts and Pages in backend Version 2.4 (27 Oct 2015) ============================ - New characteristic : Added widget( Top 5 bookmarks ) to indicate high 5 bookmarked put up Version 2.3 (13 Oct 2015) ============================ - New characteristic : Now single put up could be bookmarked into a number of collections , added setting in admin panel to allow/disable this characteristic Version 2.2 (22 Sep 2015) ============================ - New characteristic :Admin can now resolve whether or not coronary heart icon needs to be displayed on bookmark widget or not Version 2.1 (9 Sep 2015) ============================ - New Feature : Added computerized updates Version 2.0 (26 Aug 2015) ============================ - Updated: Replaced Timthumb with various script Version 1.9 (14 July 2015) ============================ - Fixed Bug : publiccollection shortcode not working. - Fixed Bug : Collection depend displaying 0 whereas it has 1. Version 1.8 (3 Apr 2015) ============================ - Enhanced safety - Admin can now resolve whether or not class bookmarking needs to be enabled or disabled Version 1.7 (13 Mar 2015) ============================ - Added characteristic to show the avatar of customers who has bookmarked the put up Version 1.6 (5 Mar 2015) ============================ - Fixed : Bookmarks incorrectly added twice in newly created assortment, even when nothing is added in it Version 1.5 (27 Feb 2015) ============================ - Added characteristic to show the variety of occasions the put up has been bookmarked. Version 1.4 (31 Jan 2015) ============================ - Added characteristic to mark new assortment public or non-public. Use [publiccollections] to show public bookmarks. Version 1.3 (6 Dec 2014) ============================ - Added characteristic to bookmark class too Version 1.0 (6 Jan 2014) ============================ - Initial Version of the Bookmarks Plugin