Project

General

Profile

Plugins Directory » Like button (Facebook, Twitter & Google+)

Author: Andriy Lesyuk
Website: http://projects.andriylesyuk.com/projects/like-button
Code repository: http://subversion.andriylesyuk.com/like-button
Registered on: 2011-03-24 (almost 13 years ago)
Current version: 1.0.0
Compatible with: Redmine 2.5.x, 1.4.x
User ratings:   (0)

This plugin adds Facebook's Like, Twitter's Tweet and/or Google's +1 buttons to the start page, project "Overview" page, Wiki pages, news, versions, roadmap, issues and forum topics.

Installation notes

  • Copy "like" directory to "#{RAILS_ROOT}/vendor/plugins".
  • Restart Redmine.

Meta tags plugin

Facebook shows META description as a description of a page you liked. Redmine does not use this META tag properly and always sets it to "Redmine" (see #7983). So it is recommended to install Meta tags plugin as well.

Changelog

1.0.0 (2014-06-09)

Compatible with Redmine 2.5.x, 1.4.x.

  • Added the Tweet button of Twitter
  • Added the +1 button of Google
  • Added support for buttons on the forum topic page

0.1.1 (2013-08-19)

Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.

The fix, which returns Like buttons back.

Like buttons, generated by this plugin, disappeared due to the change in the Facebook Like button API.

0.1.0 (2013-03-09)

Compatible with Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.

0.0.4 (2011-10-17)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.

  • Added Spanish translation. Thanks Txinto Vaz!
  • Simplified installation (no patching required).
  • Refactored.

0.0.3 (2011-06-17)

Compatible with Redmine 1.0.x, 1.1.x.

  • Added the "Like" button to the start page, roadmap versions, versions pages and issues pages.
  • Added Korean language. Thanks Ki Won Kim!
  • Switched from request to url_for.
  • Moved patches into app/views/* and added some pre-patched RHTML files.

0.0.2 (2011-03-24)

Compatible with Redmine 1.0.x.