Tag: sidebar

  • A simple way to display your tweets with php

    A simple way to display your tweets with php

    Have you checked my right sidebar having latest tweets? It is very simple to display them in wordpress/any page using simple php code and styling. Here is the code that i used <div style="width:300px"> <div style="float:left; font-family:Myriad Pro,arial; font-size:14px; padding:5px 0px 0px 81px; min-height:60px; background:url(https://media.honeytechblog.com/s1/images/avatar.gif) no-repeat;"> <?php // Your twitter username. $username = "honeytech"; //…