Hi,

I also started a module some days after Heise published the code. As I'm no real coder I did it just for myself. Maybe you could integrate some ideas, code or translations in your project.

http://drupal.org/sandbox/Tekl/1288046

Tekl

Comments

erikwegner’s picture

Assigned: Unassigned » erikwegner

I will have a look at your code and try to merge the features from your module.

ytsurk’s picture

all the configuration settings definitly would be worth to integrate - tell me if i should take over some ;)

erikwegner’s picture

Assigned: erikwegner » ytsurk

The code and features do look good. @ytsurk: I see more possibilities through his module code and support to copy (maybe even to do a complete overtake) of the code from Wolfgang as the new branch for Drupal 7.

The final decision is up to ytsurk, how to go on with this issue.

ytsurk’s picture

Status: Needs review » Active

changed now the following

  • adding an option field to all content types _ here is an issue with the default value - has to be set manually, twice, for every content type ..
  • this makes it disabable on every node, placeable in the Field UI and exposes it to views
  • but adds a dependency to Options, Field SQL Storage and Field - could be removed for block use only .. / not yet implemented
  • moved to Other package, and to user-interface in the admin menu
  • introduced .install and admin.inc files
  • translated all strings
  • added settings (FB action, referer and cookie expires) plus the possibility to ignore translations and force the default plugin texts in german - if no translations are here
  • added help
  • introduced permissions
  • using the uri param of the plugin with the node url if used via contenttype

as long as the default value issue is open - i'll put a -dev version
right now in the 7.x-1.x head ..

ytsurk’s picture

Status: Active » Needs review
ytsurk’s picture

Version: 7.x-1.3 » 7.x-1.4
Status: Active » Closed (fixed)

the default value issue is now fixed.
enabled and released.