Call Any block Or Extension in any Page in Magento Unknown 23:05 1 Comment Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
Get Blog Post Outsite Wordpress Unknown 00:48 1 Comment <?php require 'blog/wp-load.php'; ?><?php//instantiate a WP_Query and get the latest 10 posts$wp_query...
Facebook Login in magento programattically Unknown 05:32 2 Comments <?php//header("Content-Type: application/json");require_once 'app/Mage.php';//facebookrequire_once 'app/code/community/Inchoo/SocialConnect/controllers/FacebookController.php';require_once...
Twitter Login from outside in magento programattically Unknown 05:21 Add Comment <?phprequire_once 'app/Mage.php';//twitterrequire_once 'app/code/community/Inchoo/SocialConnect/controllers/TwitterController.php';require_once...
Google Login from Outside in magento Programattically Unknown 03:55 1 Comment I used Inchoo Social Login Extension in Magento For My web Application. And also I need social login webservices For my magento android app. Here...