260 comments found.
Hi, can the plugin also be used for logged out users? Thank you and greetings Neo
Hi,
No, the functionality of the plugin cannot work without registration, it is necessary to somehow separate the data of each user and display only the information intended for him.
Hi, is this plugin still secure and compitable with wordpress? Is there support still available? I’m asking because there haven’t been any plugin updates for several years.
Thanks
Hi,
We will be able to check with the latest version of “WP”, but we have a lot of work to do at the moment and will have to wait.
No problem, I will mostly likely use another plugin, but I just wanted to check incase I needed this plugin.
Feel free to let me know if the plugin is secure whenever you have the time to do so.
Translating the plugin is very difficult. Some fields are impossible to translate. You cannot get answers to your questions. They answer the question with the question. The plugin needs updates.
Hello,
Thank You for contacting us,
First of all I don’t think You own bookmark plugin or it’s support.
And yes, In some cases I might require a confirmation or additional context, that way I can make sure, that I’m not sending incorrect instructions as the solution.
I did solved Your previous request like that.
Have a nice day.
Sorry. New e-mail spam has fallen. I have the plugin. However, I haven’t solved my problem yet.
Hi, is it possible to remove this public text? ... https://ibb.co/pJxGFTc
Hello,
Thank You for contacting us,
Would it be possible to raise technical support ticket for details? It is possible, but it will require to edit 1 line in the code.
Have a nice day.
Mail sent
Hello,
Received and replied.
Have a nice day.
Hi, I am using buddypress/youzer plugin, can the user bookmark a media, like video, image or post in buddypress from different user? If yes, can the bookmarks be displayed in user profile page? Can it be showed how many users bookmarked such a media (video, image or post)? Thanks for reply
Hello,
Thank You for contacting us,
1. Bookmark widget can be inserted manually by shortcode or it can be configured in admin dashboard to bookmark certain taxonomies/categories
2. Bookmarks of each user can be displayed with shortcode anywhere.
3. Bookmarks are being separated by categories of bookmarks
e.g. cars/cooking/books to read at night/
Each of them will have parentheses with a count of bookmarks within each category.
[collections] – shows bookmark categories/bookmarks/bookmark count
[bookmark] – allows to bookmark any page/post, for example if You have 20 pages and You want to allow to bookmark only one of them, then You can do it with this shortcode.
Have a nice day.
Thanks for the answer, can I somehow separate categories to display it alone … something in this way collection id=cars as a result I could display it in this way … https://ibb.co/370pYrC
Hello,
My apologies, but no, it’s not possible, this shortcode has been designed for raw use, and it does vary with different parameters.
Have a nice day.
About statistics, I have found a pleasant surprise not mentioned by you: in tables that show several post types (posts, pages, etc.) there is a column called “Bookmark count” that shows the total number of bookmarks for each post.
If I set the Bookmark Widget Type as Popup Using a Bookmark Button, a get buttons with the labels “Bookmark me” and “Bookmarked”. I can’t translate them, because they are not in Poedit. Where are they?
Hello,
Thank You for contacting us,
Admin dashboard -> User Bookmarks -> Text for “Add to Collection”
You can change the text for it there.
Have a nice day.
I put the “Top 5 Bookmarks” widget in a widget area. But it seems not to work well. It shows the same post several times.
Hello,
Thank You for contacting us,
Please raise technical support ticket, and we will deal with this issue for You.
Have a nice day.
Hi, I want to know if I can integrate this with Buddypress so that all the user’s bookmark can be viewed in profile itself. Thanks
Hello,
Thank You for contacting us,
You can use shortcode: [collections]
In any page and/or template to display user’s personal list of collections and it’s content.
https://codecanyon.net/item/wordpress-user-bookmarks-standalone-version/6584179Images, shortcodes are listed in the page above.
Have a nice day.
You answered yes to a user who asked if it is possible to see statistics such as the no. of bookmarks each user saved and what are the popular posts bookmarks etc. Where can we see those statistics?
Hello,
Thank You for contacting us,
Somehow I don’t remember this.
Could You point me to that question to freshen up memory ? which user asked for it?
Have a nice day.
I meant this message of an user called “novatliz”, of about 3 years ago:
Hi, as an admin can we view the statistic such as the no. of bookmarks each user saved and wht are the popular posts bookmarks etc ?
Hello,
Thank You for contacting us,
I’ve taken a look at the code, and it seems, that it’s retrievable with shortcode:
[publiccollections]
Even more data can also be retrieved directly from the code:
e.g. function bookmarks_count($user_id)
Have a nice day.
I am considering purchasing this plugin, but I see the last update was made 4 years ago. Very much for a Wordpress plugin! I am afraid of adopting a technology that I will soon have to abandon. What is your plan/roadmap about this plugin?
Hello,
Thank You for contacting us,
The plan I suppose is to upgrade, once it needs to be upgraded.
Currently it works well with static pages and single posts.
Bookmarking “categories” it’s where it will struggle, but usually “categories” are found in the menu.
Have a nice day.
Hi, 1. Still active and with support for this plugin? 2. Is there a way to translate to other language? Thanks!
Hello,
Thank You for contacting us,
1. Yes, if You were to raise support ticket, we would reply within few days.
2. There is, but it’s not compatible with multilingual website, since some translations can be managed directly from admin dashboard in an input field.
Have a nice day.
“can be managed directly from admin dashboard in an input field” Great, that is enough for my project.Thanks!
Hi, one last question. Can I use the API to add the bookmark “button” but with a different link? I want to add the bookmark “button” to the archive page so something like this echo $wpb->bookmark(the_permalink()); ... is this possible?
Hello,
Thank You for contacting us,
By default this plugin allows You to select Your desired custom post types in the settings.
What You’re trying to do now is to bookmark regular static pages ?
Try adding this shortcode in Your page: [bookmark]
Have a nice day.
Hi,
I want to add the bookmark button but point it to a different url.
Example of share button: https://www.addthis.com/academy/setting-the-url-title-to-share/
Hello,
So basically You want to create “bookmark” button, but after successful bookmark redirect Your user ?
Would it be possible to provide step by step example?
e.g. user enters post-> clicks bookmark-> page is added to the collections->user instantly redirected to the “Thank You for bookmarking” page etc…
Have a nice day.
Hi,
Think you are not understanding my question:
I want to add the [bookmark] button to my archive page ( where there is a tipical list of several posts – the title and excerpt ) so users can bookmark post without having to go to the single page.
Something like [bookmark url=”...”] or [bookmark id=”...”] or using php code.
In other words, bookmarking a post but from another page.
Thanks.
Hello,
Would this be more accurate example:
User enters for example a category: “recipes” he sees a list of recipes from the category and he can choose to enter the post to have a look at the ingredients and steps to create it.
And You would like to have an option while in category not in a post to bookmark them without even looking what’s inside?
Have a nice day.
“And You would like to have an option while in category not in a post to bookmark them without even looking what’s inside?”
Yes, exactly.
Hello,
I’ve taken a look at the code and it uses ID of page/post where this widget is placed.
Accepted parameters are not able to change this behavior.
To make this short: With current functionality, You can’t do this.
Have a nice day.
Ohh… ok. Thanks for the support.
I would also like to know before I purchase this plugin that it works WP 5.6
Hello,
Thank You for contacting us,
Yes, it does work.
Have a nice day.
Dosen’t work with newsest wordpress update 5.6 Can I aks for update for this plugin please?
Hello,
Thank You for contacting us,
Would it be possible to raise support ticket and explain in it what exactly should be fixed from functionality ?
There’s a chance, that this plugin could be miss configured, and we could have a look for You.
Have a nice day.
Hi, I sent the problems of this plugin a few days ago, but I have not received any response
Hello,
We will definitely write you back soon!
Have a nice day
Please answer the ticket. I need this plugin
Wrote you back
I’m still waiting for your answer
Does it work with the post type?
Hello,
Thank You for contacting us,
If the question is:
“Can I bookmark custom posts”, then yes, You can.
Have a nice day.
Hello! Would like to know if this plugin is still supported and is it compatible with the latest version of wordpress?
Hello,
Apologies for delayed answer
Yes, still supported and compatible with latest WP version.
Best wishes
Hi – I’ve used this plugin with success in the past and was considering purchasing for another project. I notice that there have been not updates for several years. Before I purchase can you confirm that this plugin is still under active development and there are no immediate plans to retire it. Thanks.
Hello,
Apologies for delayed answer
We are still maintaining UP, but there is no active development at this time. However we are not planning to give up on it.
Best wishes
Hi there,
Will you release the new version soon or the development stopped completely? Two years not developing something is a lot of time. Tnx.
Best, Brando
Hello,
Thank you for getting in touch with us.
No, development is in progress, though I can not say exactly when new version will be released.
Have a nice day
Thank you for your reply. I have two additional questions:
1. What exactly are you developing? It has been almost 3 years…development is a Process, here we see something that is stopped. 2. What is your goal and plan for this and next month when it comes to this plugin?
Thank you for letting me choose to not staying with you anymore. Good luck.
Presale Question: I’m looking for a plug-in to allow users to bookmark their lessons in Learndash with Shared Course Steps enabled similar to a “WP-Favorites” plugin. The issue is this Shared Course Steps. It changes the way the URL works.
Previously I used a WordPress plugin called WP-Favorites. This worked fine with Learndash until I activated Shared Course Steps. Now the link it saves goes to a course page.
Here’s how the last support person described what may work:
“We went over some “favorites” plugins. Most if not all “favorites” plugins use the get_permalink() function, meaning that it’s going to save the favorite via permalink / URL only.
What may work Learndash with Shared Course Steps enabled is a plug-in that hooks into the LearnDash code using the learndash_get_step_permalink( $post_id, $course_id ); function.”
Is there any chance that this plug-in could work?
Hello,
Apologies for your issues.
With this plug-in you can bookmark posts, if they are posts then it should work, otherwise – no.