
来自制造商
这是 UserPro 用户书签插件的独立 WordPress 插件 这里.
它具有与书签插件相同的功能,并且不需要安装 UserPro – 因此它可以在任何 WordPress 网站上独立使用!
用户书签插件将允许用户为他们想要的任何内容、帖子、论坛主题、自定义帖子添加书签,还可以将他们的书签管理到集合中。该插件提供了一种显示书签和书签小部件的简单方法,并且可以集成到任何主题中。
用户可以收藏或收藏帖子、产品、论坛主题以及任何自定义帖子类型!
侧边栏小部件可为任何内容添加书签、添加新收藏以及删除已添加书签的帖子!
您可以通过管理员设置在您想要的所有帖子类型上启用书签小部件的自动嵌入!
一个简单的短代码 [集合],可以嵌入到任何地方,允许用户管理他的书签并通过 ajax 轻松查看/访问它们。
管理员设置可对您想要的这些帖子类型启用书签,并将特定帖子排除为书签,以及许多其他自定义选项来调整文本等。
允许删除整个集合,或让用户选择保留书签并删除集合!
您可以通过短代码嵌入书签小部件(此外还有侧边栏小部件和自动嵌入):
[bookmark]
或通过 php API:
global $wpb;
echo $wpb->bookmark();
如此简单。您还可以通过短代码嵌入集合:
[collections]
或通过 php API
global $wpb;
echo $wpb->bookmarks();
有很多选项可以通过短代码进行自定义,工具设置中可用的相同设置可以通过短代码进行自定义,因此您可以将书签重命名为收藏夹或将其翻译成您的语言。
这个工具也是完全本地化的!
更新
Version 3.5.1 (02 Dec 2022) ============================ - Fixed Bug : Removed auto-occurring backslash. Version 3.5 (15 Apr 2022) ============================ - Fixed Bug : Changed logo URL in wp-admin. Version 3.4 (04 Aug 2017) ============================ - Enhancement : Bookmark count column is now made sortable Version 3.3 (21 June 2017) ============================ - New Feature : Collections can be displayed in Grid Layout ( Use the shortcode as follows - [collections layout="grid"] ) Version 3.2 (03 Apr 2017) ============================ - Enhancement : The bookmark count is updated with AJAX after bookmarking the post - Enhancement : Administrator can now limit the number of collections to be created by users - Enhancement : Administrator can now limit the number of posts to be bookmarked in one collection Version 3.1 (13 Feb 2017) ============================ - Fixed Bug : Bookmark count not displayed correctly - Fixed Bug : More than one collections showing as selected at a time Version 3.0 (24 June 2016) ============================ - New feature : Added configurable setting for displaying Heart Icon for bookmarking the content to Default Collection - New feature : Added option for Administrator to create multiple collections Version 2.9 (12 Feb 2016) ============================ - New feature : Added configurable setting for displaying bookmark widget in popup Version 2.8 (29 Dec 2015) ============================ - New feature : Added configurable option in backend to display the Social buttons on the collection Version 2.7 (15 Dec 2015) ============================ - New feature : User can now share their private bookmarks on social media Version 2.6 (26 Nov 2015) ============================ - New feature : Added configurable setting to enable/disable creating new collection Version 2.5 (9 Nov 2015) ============================ - New feature : Now Bookmark Count is displayed on Posts and Pages in backend Version 2.4 (27 Oct 2015) ============================ - New feature : Added widget( Top 5 bookmarks ) to show top five bookmarked post Version 2.3 (13 Oct 2015) ============================ - New feature : Now single post can be bookmarked into multiple collections , added setting in admin panel to enable/disable this feature Version 2.2 (22 Sep 2015) ============================ - New feature :Admin can now decide whether heart icon should be displayed on bookmark widget or not Version 2.1 (9 Sep 2015) ============================ - New Feature : Added automatic updates Version 2.0 (26 Aug 2015) ============================ - Updated: Replaced Timthumb with alternative script Version 1.9 (14 July 2015) ============================ - Fixed Bug : publiccollection shortcode not working. - Fixed Bug : Collection count displaying 0 while it has 1. Version 1.8 (3 Apr 2015) ============================ - Enhanced security - Admin can now decide whether category bookmarking should be enabled or disabled Version 1.7 (13 Mar 2015) ============================ - Added feature to display the avatar of users who has bookmarked the post Version 1.6 (5 Mar 2015) ============================ - Fixed : Bookmarks incorrectly added twice in newly created collection, even when nothing is added in it Version 1.5 (27 Feb 2015) ============================ - Added feature to display the number of times the post has been bookmarked. Version 1.4 (31 Jan 2015) ============================ - Added feature to mark new collection public or private. Use [publiccollections] to display public bookmarks. Version 1.3 (6 Dec 2014) ============================ - Added feature to bookmark category too Version 1.0 (6 Jan 2014) ============================ - Initial Version of the Bookmarks Plugin
原文链接:https://www.hrdweb.com/52680.html,转载请注明出处~~~
评论0