By Jacob on January 2, 2010
I started working on a new theme for my blog and I used the hybrid theme from http://themehybrid.com/theme-club , which is a wonderful framework for wordpress. The only thing I did wrong was not read the documentation on how to get started.
I jumped in and started tearing code apart, line by line. It wasn’t until [...]
Posted in Blogging
By Jacob on May 17, 2009
Platform: Wordpress (MU)
Type: Customization
If the Facebook connect button needs to be on a dark background. You can change the code very easily. Find your plugins directory where wp-facebookconnect is located. Look for a file called “common.php”. Then find this piece of code.
<div class=”white”>
<fb:login-button size=”medium” background=”white” length=”short”>
</fb:login-button>
</div>
Change the background to “dark“. Save the file and ftp [...]
Posted in Blogging | Tagged facebookconnect, fconnect
Recent Comments