Magento Store Setup
- Magento - Setup Store Live
- Magento - Setup Google Checkout
- Magento - Setup Paypal Payment
- Magento - Setup Check Out Options
- Magento - Setup Currencies
- Magento - Setup Payment Methods
- Magento - Setup Payment Gateway
- Magento - Setup Payment Plans
- Magento - Setup Shipping Rates
- Magento - Setup Taxes
- Magento - Setup Inventory
- Magento - Setup Products
- Magento - Setup Categories
- Magento - Setup Contact
- Magento - Setup Languages
- Magento - Product Overview
Magento Order Processing
- Magento - Manage Orders
- Magento - Create Orders
- Magento - Setup Order Emails
- Magento - Setup Order Options
- Magento - Orders Life Cycle
Magento System Setup
- Magento - Setup Newsletter
- Magento - Setup CMS
- Magento - Setup New Pages
- Magento - Setup Page Layout
- Magento - Setup Page Title
- Magento - Setup System Theme
- Magento - Setup Translation
- Magento - Setup Facebook Likes
- Magento - Setup Youtube Video
- Magento - Setup Pretty URLs
- Magento - Setup Google Analytics
- Magento - Setup Customers
Magento Optimization
- Search Engine Optimization
- Magento - Database Performance
- Magento - Profiling
- Magento - Site Optimization
Magento Useful Resources
- Magento - Discussion
- Magento - Useful Resources
- Magento - Quick Guide
- Magento - Questions and Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Magento - Setup Facebook Likes
Social networks such as Facebook, Twitter and Google Plus have become powerful for promoting the web shops. Facebook provides "Like" button which allows users to share contents of the products across the web.
The following steps show you how to add Facebook Like button for your Magento products −
Step 1 − Go to developer site of Facebook
and cpck on Get Code button.Step 2 − When you cpck on the Get Code button, a window will get appear as shown in the following screen.
Step 3 − Open the file i.e. /app/design/frontend/base/default/template/productalert/product/view.phtml in the Magento and paste the below code around the pne 50.
<span class = "fb-pke" data-href = "https://developers.facebook.com/docs/plugins/" data-layout = "standard" data-action = "pke" data-show-faces = "true" data-share = "true"> </span>
Step 4 − Go to the System menu and cpck on the Cache Management to refresh the cache.
Step 5 − Under Cache Storage Management section, select the items from the Cache Type column for which you need to refresh the cache. Select the Refresh option from the Actions field on the right hand corner and cpck on Submit button to refresh the cache.
Step 6 − After refreshing cache, logout from your admin panel and re-login. Refresh your product view page to see the Facebook pke button.
Advertisements