SoShake is a product created by our company Up 2 Social. We enhance the social sharing of content by offering abilities to content creator to display a message after a content is shared on a social network.
eg :
You can show related content when a post is "liked"
You can show a fanbox when a post is tweeted
You can show a newsletter form when a post is posted on Pinterest
And so on...
To facilitate the integration of our social buttons, we developped a plugin for Drupal 7.
Our Git repository : http://git.drupal.org/sandbox/up2social/1681302.git
Our project page : http://drupal.org/sandbox/up2social/1681302
You can learn more about us :
http://up2social.com
http://soshake.com
@soshake
http://facebook.com/up2social
http://facebook.com/soshake
Thank you for the time spent on our plugin to review it
Changes have been made after the first response. Updates have been Commited. Module has been scanned by the "Coder Module". No warnings left
Comments
Comment #1
sanchi.girotra commented1.Please provide the correct project link as "http://drupal.org/sandbox/up2social/1681302" in the issue summary.
2.Please provide the correct git link as "git clone http://git.drupal.org/sandbox/up2social/1681302.git soshake" and also provide version info in the issue summary. Please refer http://drupal.org/node/1011698.
3.Please use Coder Module to review your project and see the automated review report here.
Manual Review:
1.Please use variable name starting from module name in "up2-SoShake-layout" ,"up2-SoShake-align" etc.
2.Please uninstall variables used in the module from variable table when the module is uninstalled.
Comment #2
up2social commentedCorrections have been made.
Thanks for the input !
Comment #2.0
up2social commentedCorrection after first comment
Comment #3
vaibhavjainFirstly, your link to Repo is still incorrect, it should be - http://git.drupal.org/sandbox/up2social/1681302.git
Please check on the issues from automation testing - http://ventral.org/pareview/httpgitdrupalorgsandboxup2social1681302git
Try to clear all the bugs here and then you can apply for Review bonus - http://drupal.org/node/1410826
Comment #3.0
vaibhavjaingit repository correction
Comment #4
up2social commentedHello,
We have made changes to correct our Git repo link.
Our module is now on a branch (7.x) and no longer on master
We have cleared every errors shown on ventral.org
Thanks for the input, guess now our code is clean !
Comment #5
Anonymous (not verified) commentedI don't understand why you set up the block manually in the db (via .install file) while you could do it through hook_block_info
Comment #7
lord_of_freaks commentedCloned from 7.x brach
Link: git clone --recursive --branch 7.x http://git.drupal.org/sandbox/up2social/1681302.git soshake
Please Move from master to a 7.x-1.x version branch and set default 7.x-1.x to default brach such as the example does.
Remove unnecesary code from soshake.module:
I can´t image why all this direct input (via $_POST) is here, and why you are not using a form, maybe could help you the Form API Quickstart Guide
Comment #8
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #8.0
klausichanges for Git repo