This magento module is for the websites which intends to create a social publicity of their product or services through social
networking sites. There are mainly four social networking sites included in this
module for this purpose. This includes Facebook,
Twitter, Linkedin, and Googleplus. This module will be available in the login page of the magento site.
Here the users can login to the website using their social networking sites user ID, without filling any registration forms. the login information is not saved anywhere. This reduces the time for registering in to a site.
Feature List :
1. Login using socialmedia sites such as facebook,twitter,linkedin,googleplus and google.
2. Emails are specially asked in such situation where the API cant fetch the email.
3. No jquery scripts are used in this module.
Installation Instructions :
1. Extract the zipped file to a location in your system.
2. Copy the contents to your project exactly as the given path in the package.
3. When copying the images in the skin, do not change the name of the file.
4. Reload your website and you can see your Social Media Share module in the product detail page.
Posted by Unknown on 9th Jun 2013
Hello,
I tried your extension without success (googlelogin):
=> In AuthenticateController.php we have : new LightOpenID('localhost'); I think it should be retrieved by Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK);
=> Even if corrected, I have an error as table social_medialogin is not created (this can be easily fixed).
Before creating table, could you explained more on socialmedia_login.sql :
(4, 3, 'google', 'AItOawmNfznB0Axxxxxxxxx'),
(5, 1, 'googleplus', '1122260411xxxxxx'),
(20, 29, 'google', 'AItOawlcWqZcSa2JGYmxxxxxxxx'),
(23, 32, 'google', 'AItOawmFsIYItwa6sJxxxxxxxx')
Thanks you