Monday, June 18, 2012

Facebook Promotion

It is very important to have a facebook like page for your blog, so you can share posts more easily with other people.
Make it simple by following these rules:

1. Always have a profile picture
- it will make you look more proffesional
- the profile picture will make you more relateable to people
2. Never use an unfamiliar name for your facebook fanpage. It will make your blog unrelateable
3. Post, Post, Post
-the more you post, the more people can see the post

Friday, December 9, 2011

DESIGN

Check out the new design... You can change it too now on the designer... JUST GO TO TEMLATE DESIGN AND CHANGE IT ;)

Sunday, October 2, 2011

Facebook Like Button below every post

STEP 1: open design -> edit HTML 

-> expand widgets

3.
click on the text and click CTRL+F and a search box will open in the right corner. search for <data:post.body/>


this you will copy bellow it:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=180&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:180px; height:30px;'/>
</b:if> 
so it looks like this: 



delete now the first and the last row and you are all done.


;)