This module will allow the integration with the Proliker service.
Proliker is based on Opengraph and extends the actions that you can take with facebook, not only the like button.

The project page is http://drupal.org/sandbox/kmox83/1774940

The module is for Drupal 7 and the repository is git.drupal.org:sandbox/kmox83/1774940.git

I am co-mantainer of the project http://drupal.org/project/wm

Thank you for reviewing.

Comments

ankitchauhan’s picture

welcome,

As installation and usage instructions are quite important for us to review, please take a moment to make your project page follow the tips for a great project page. Also make sure your README.txt follows the guidelines for in-project documentation.

while waiting for an in-depht review of your module you can start out fixing some coding style issues detected by automated tools:
http://ventral.org/pareview/httpgitdrupalorgsandboxkmox831774940git

It appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git

We do really need more hands in the application queue and highly recommend to get a review bonus so we can come back to your application sooner.

regards

dharam1987’s picture

Hello,

Though we can found the information by viewing the project link, it is always good if you can provide the following things

1- Any important information about the project.

2- Link to project (already there)

3- Git copy command which can be used.

4- The link to git.

Your module is still there in the master branch, it is advisable to work on subbranch, You may follow the instructions here http://drupal.org/node/1127732

In the mean while you may fix the errors generated by Drupal Code Sniffer - http://ventral.org/pareview/httpgitdrupalorgsandboxkmox831774940git

My suggestions :: Always convert tabs into spaces before checking out your code, there used to be a lots of space related error than anything else.

webdorado’s picture

Status: Needs review » Needs work
  1. There is no .install file. This file is required for automatically deleting the module variables (e.g. proliker_endpoint_url) when the module is uninstalled.
  2. Please also check the module for coding standard errors using the "Automated project review" http://ventral.org/pareview
klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.