X-Blue is a WordPress Theme based on my customize version of SandBox in HTML5, wich I've improved by adding:
- Facebook Open Graph and Google+
- Automatically gets a post image and use it as image for Facebook or Google+.
- Use the post excerpt as description.
- Twitter, Google+ and Facebook share button on every post.
- All gradients are created by CSS. I've use Stylus, Nib and node-canvas
- ALERT You WON'T be able to compile the ´style.styl´ file on Windows, you ONLY can do it on MacOS or Linux because you require cairo graphics library. If you want to compile it on Windows you will need to remove all the
linear-gradient-image()
- ALERT You WON'T be able to compile the ´style.styl´ file on Windows, you ONLY can do it on MacOS or Linux because you require cairo graphics library. If you want to compile it on Windows you will need to remove all the
- Order lists on the sidebar looks great (use a order list only of 5 elements)
- Uses
wordpress.styl
from stylus-boilerplate
- You need to download the theme and upload it into your
wp-content/themes
folder - You need to modify/add this:
- Add your Facebook AppID at line 9 and line 71 of the
header.php
- Modify the
sidebar.php
- Change your Facebook Like Page URL
- Change to your Twitter account
- On the folder
ad
you will find 3 ad blocks. Place your ad code inside of them.
- Add your Facebook AppID at line 9 and line 71 of the
- Active it in your WordPress Admin Panel
- Enjoy and feel free to modify the theme in every way you want to.
Install Stylus (Before you need to install NodeJS)
npm install -g stylus
Install Nib
npm install -g nib
Install Cairo Graphics Library, them install node-canvas
npm install -g canvas
Inside the template folder run
stylus -w -u nib style.styl
Also you can use (if you want a compress CSS file)
stylus -w -c -u nib style.styl
This will out a file named style.css
.
On the upcomming version in looking forward to add Facebook Timelime support, this will allow to post on users activity page items like:
- Reading an article
- Writting a comment
- Reply a comment