Adding a Twitter feed in Magento

29 Jan 2012
As most of the Magento users would be aware of, there is no default option for twitter feed in Magento. If you wish to have twitter feed in your site, you will need to create it manually. We have discussed in this Blog the simple steps of adding a twitter feed in magento.

Step 1:

Go to the following site and include your Twitter Username: http://twitter.com/about/resources/widgets/widget_profile. Once done, click finish and grab the code. The script code will generate a copy of it.

Step 2:

The next step will be creating a static block for your twitter feed.

In magento admin panel:

Go-> CMS->Static block->add new block

Name : twitter

Id : twitter

Status : enabled

Step 3:

If you wish to show the twitter feed in homepage, you will need to copy and paste the code given below in CMS->Page->Homepage->content

Code:

1. 
 

In a similar fashion, you will need to call a static block in sidebar as well.

For left sidebar: app/design/frontend/default/yourtheme/layout/catalog.xml

  1. <reference name=”left”>
  2.  
  3. <block type="cms/block"> <actionmethod="setBlockId"><block_id>twitter</block_id></action></block>
  4.  
  5. </reference>




Related Posts

Useful Magento extensions for Magento Developers

19 Jan 2012
Magento developers should realize that simply having a good design for an Ecommerce website may not be that effective if some of the extensions provided by Magento are not used. These extensions assist in improving user experience and enhancing the look of a web site.

How premium magento extensions improved the Google AdSense earning

09 Jan 2012
How premium magento extensions improved the Google AdSense earning?You might have heard about the global integrations which are available for Google AdSense. Through them a lot of people are earning hundreds, thousands and even millions of dollars.

Make Magento themes better

08 Jan 2012
Nothing comes free in this world. In either way, we have to pay for it. And when it comes to the web world, we've to be a little more vary as most of the things that are offered free, don't remain intact from some or other kind of drawbacks. Similar is the case with Free Magento Themes that are immensely available in the web world and are being used by the Magento developers in a big way.

Tips for Migrating from OS Commerce to Magento

03 Jul 2011
OS Commerce is open source e-commerce store online management software. It can be accessed on any server that has PHP and MySQL installed in it. However, with the preamble of Magento, has become much easier to keep buying stocks online. You can transfer your data from OS Commerce on your website in Magento.