How to show latest tweet on magento site

Magento
Display latest tweet on magento site without any extension. Twitter is most popular social networking site in a day.Using this code publish their Twitter account posts directly onto any section of their Magento store.This is a fast and effective way to keep your website up to date with relevant information. Once integrated, messages are able to appear directly into a designated section of your website and will appear in real-time as soon as the messages are posted. Benefit of twitter integrate into magento store Keep your Magento store live with fresh information via Twitter data feeds Fast and effective way to integrate your Magento store with Twitter Keep your website up to date with relevant information posts Step 1: Create magento_tweet.phtml from catalog/product/magento_tweet.phtml [php] <?php function getTime($time){ $tweetdate = $time;…
Read More