Skip to content

A Wordpress plugin designed to mark posts by logged in users. Allows theme developers and administrators create and edit post flags, like favorites, seen, likes, etc, also provides an easy way to put this flags in your theme via shortcode.

dlemmon/post-flagger

 
 

Repository files navigation

post flagger cover

Post Flagger Wordpress Plugin


What it does

A Wordpress plugin designed to mark posts, pages and Custom Post types with flags, by logged in users. It allows theme developers and administrators create and edit post flags, like favorites, seen, likes, etc. and also provides an easy way to put this flags in your theme via shortcodes.


Features

  • Allows users to mark your posts, pages or Custom Post types with any flags you have defines.
  • Administrators can create flags like 'Favorites', 'Seen' or 'Bookmark' for wide use in you wordpress blog/website.
  • You can create as many flags as you want.
  • Allows customization of output HTML code for each flag (like custom buttons for "faving").
  • Painless integration with your custom themes and posts via [shortcodes]
  • Creates favorite flag and button by default.

Installation

  1. Upload post-flagger folder to the /wp-content/plugins/ directory or install it through the wordpress plugin installer.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Place <?php do_shortcode( '[flag slug="your-flag-slug"]' ); ?> in your templates or the wordpress editor.
  4. Manage flags in Settings/Post Flags.

Frequently Asked Questions

###Can I delete 'Favorites' flag?

Yes you can

###Why does my html code for "flagged" and "unflagged" states is not showing properly?

Try using your html code whitout any quotes. e.g. <img src=star.png />


###Changelog

####1.1

  • Adds unflag posts feature

####1.0.1

  • Bug fixes

####1.0

  • Adds support to new language: Spanish
  • Allows bulk actions with flags

####0.9

  • This is the first release of this plugin
  • Add / Edit Post flags for themes
  • Creates 'Favorites' flags automaticlly

###Upgrade Notice

####1.1 Adds unflag posts feature

####1.0.1

  • Important bug fixes

####1.0.0 This upgrade sets basis for 1.x improvements, technically is the first official release.

About

A Wordpress plugin designed to mark posts by logged in users. Allows theme developers and administrators create and edit post flags, like favorites, seen, likes, etc, also provides an easy way to put this flags in your theme via shortcode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.6%
  • JavaScript 7.4%