Giter Site home page Giter Site logo

wp-favorite-posts's Introduction

WP Favorite Posts

Version 2.1.4

This is the forked version.

WP Favorite Posts is a WordPress plugin to enable site visitors to add posts to a favorite list.

This version (versions 1.7.1 and above): https://github.com/vr51/wp-favorite-posts/

Original version (versions at 1.x and below): https://wordpress.org/plugins/wp-favorite-posts

Please submit pull requests against versions 2.x and above to master branch.

Features

  • Visitors can create a list of favorite posts
  • Logged in visitor's favorite posts are stored for the visitor to see again later
  • Anonymous visitor's favorite posts are stored as a session cookie
  • Shortcode to display visitor's favorites in a page: [wp-favorite-posts]
  • Shortcode to display all favorite posts in a page: [wpfp-most number='5']
  • Widget to display favorite posts in sidebars: "Most Favorited Posts"
  • Dashboard widget to display stats
  • Site admin can reset all stats
  • Visitors can clear their own list with a single click
  • Display favorite post text links with or without thumbnail
  • Position thumbnail relative to text link
  • Set thumbnail image size (independently for dashboard widget, shortcode list(s) and sidebar widget)
  • Easily configured language text for buttons and other items of display
  • Translateable
  • Each list display route uses its own configurable template.

See readme.txt for more details.

See Changelog.txt for change history.

Screenshots

General Settings

Display Settings

Thumbnail Settings

Label Settings

Advanced Settings

Help and Debug Settings

Dashboard widget options

Dashboard widget stats view

Donate

Send donations to Lee Hodson, @VR51

wp-favorite-posts's People

Contributors

avioli avatar cmhello avatar hberberoglu avatar kolshix avatar maxfenton avatar miya0001 avatar mtedwards avatar mustafauysal avatar quellpunkt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wp-favorite-posts's Issues

Old favorites not carried over to new forked installation

Hello,

First, thank you for taking the time to fork this plugin. We just installed this new version but are facing two issues.

  1. User's favorites from the old plugin are not carried over to the new plugin version. All accounts show no favorites. Shouldn't the same database entires be saved?

  2. The "add favorite" button isn't working. When you click on it, nothing happens. Console error:
    'Failed to load resource: the server responded with a status of 500 ()'

Any help would be greatly appreciated. Thank you!

Getting post favorite count and user favorite count

I know just enough about php to be dangerous. I've got this branch functioning the way I want, mostly. I'd like to display the count of user favorites on posts, and display the user favorites count on their profile. I'd also like to display a list of the users who have favorited a post. Any direction would be helpful. :)

Blank page after clicking on favorite icon

Hi!
I've just installed your plugin. When I click on the "add to favorite" text on my posts, I get redirected to a blank page /?wpfpaction=add&postid=2991
I've disabled my caching and minifying plugin but still get the blank page.
Best regards

Is WP Favorites only applicable to post?

I've been trying to insert the WP favorite button in my FAQ so my clients would have the option to save the FAQs they like but it just shows the code and not the button. By the way, I'm using Helpie FAQ plugin for my FAQ.

Make it available on WordPress.org

Hi,

could you please make the plugin available on the WordPress Plugin repository to handle updates easier. Currently, updates need to be made manually. Thx.

How to hide on Selected Pages ?

Hey,
First of all Awesome plugin and thanks a lot for the great work...
I wish to know is there a way to hide this on selected pages or would i have to go all manual on this?
looking forward for your reply
thanks again

Shortcode [wp-favorite-posts] not listing the saved favorites on page

I have installed the 'WP Favorite Posts' plugin from here: https://github.com/VR51/wp-favorite-posts
and configured all the settings. The Add / Remove links are working fine, but I want a page to display all the favorites. I used this shortcode [wp-favorite-posts] and also tried using this {{wp-favorite-posts}} (from here https://wordpress.org/plugins/wp-favorite-posts/#installation). The page with that shortcode is just blank, not listing any my saved favorites. Can this be fixed?

Inside the loop

Hi guys,

I need to put the favorite button inside a loop.

Is it possible?

Shortcodes not working

Installed the plugin and updated settings to manually place shortcode, which I've placed in the single-custom-post-type.php.

I've also added the "fav posts" to a page using the shortcode and each time it just shows the text [wpfp-link] and not populating...

warning message about favorite button(php 7.2)

Warning: A non-numeric value encountered in /www/wwwroot/domain.com/wp-content/plugins/wp-favorite-posts-master/wp-favorite-posts.php on line 433
Remove from favorites

So I made this line of code to modify.
before: $val = $oldval + $val;
after: $val = intval($oldval) + intval($val);

It is work! Is there any bad influence in this treatment? Is there a better solution?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.