Loading
  • Home
  • Tech News
  • New Software
  • New game
  • Mobile World
  • Audiovisual
  • High-en PC
  • PC components
  • Vehicle-Life
    • Forum
    • Category
    • Category
    • Category
You are here : Home »
Showing posts with label blogger. Show all posts
Finally! Blogger has introduced After the Jump a feature which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More.

Creating jump breaks in your blog posts can be easily done right from the post editor, without the need for any HTML changes.

The only thing you have to do is to add this code into the post editor:

<!-- more -->

Take a look at this post that explains in detail how to implement expandable post summaries.



Add a retweet counter on your website with ReTweet.comHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
Some time ago I wrote a popular post about how to integrate into your web pages a Tweetmeme button that shows the number of retweets received by a single post or page of your blog or website. In the past days a new service, similar to Tweetmeme, has been launched. This service is ReTweet.com that shows popular links being retweeted across Twitter and provides a simple widget that shows the number of retweets received by your posts.


You can quickly integrate into your site this widget, which shows a button with a counter, just in some seconds using two lines of JavaScript code. There are two versions of the button, big and small:

If you are a Blogger user find this code:

<b:includable id='post' var='post'>
<div class='post hentry'>

...and if you want to add the big button add immediately after the last row this code:

<script type="text/javascript">
url = '<data:post.url>';
</script>
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>

If you prefer the smaller button use this code:

<script type="text/javascript">
url = '<data:post.url>';
size = 'small';
</script>
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>

If you use another blogging platform and want to add a ReTweet.com button on your website the only thing you have to change from the previous code is the value of the var url. Take a look at the official page here.


Add a retweet counter on your posts with TweetmemeHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
In the past weeks I switched from Blogger comments system to Disqus. I like this service that provides (for free) a powerful and versatile comments platform, actually the best available for Blogger. In the past days some readers of my blog, that decided to pass to Disqus, wrote me saying to have encounter several problems during the integration process with their Blogger template.
In particular, comments didn't appear in their pages.
I had the same problem when I added Disqus to my template. I think the problem is due to the use of highly customized Blogger templates (for example like my template). In this case, if you encounter this problem, try to install Disqus choosing Generic code (not Blogger!) from the menu you find in Admin > Tools:




Follow all related instructions... the only thing you have to do is to add into your Blogger template some lines of code like these:

<div id="disqus_thread"></div>
<script type="text/javascript" src="http://disqus.com/forums/your_account/embed.js">
</script>

...

Now save all changes on your template and try to if it's all ok!


Add a retweet counter on your website with ReTweet.comAdd a retweet counter on your posts with TweetmemeImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
Finally after some days I'm really happy to release for my readers this new blogger template: Typoork. Typoork is a clean and professional Blogger template totally free and highly customizable. It supports inline comments form, delicious and retweet counters in each post.

How I said, this template is totally free! The only thing I ask you is please don't remove the link to Woork in the footer. Take a look at this preview:



Download Typoork template here Typoork live preview


Disclaimer
PLEASE, READ THIS! This is an highly customized Blogger template which I suggest to use only if you have familiarity with HTML, CSS and Blogger. Before to make changes on your actual Blogger template, save a copy of your template on your local hard disk, so, if something go wrong with the update, you can restore it. Take a mind, if you use custom Widgets on your actual Blogger template, they will be removed using this template. I'm not responsible for eventual problems. Ok? :)

I provide HTML instead XML code because in this wat you can modify this template simpler if you use an wysiwyg like Dreamweaver.


Blog title
Find this code and change the content into the tag title with the title of your blog:

<b:if cond='data:blog.pageType != "item"'>
<title>Typoork | A clean, professional and free Blogger Template</title>



Customize the header
Find this code and change the comment "Your logo here" with some line of HTML code for example adding a logo, adding some links a background image, etc:

<div id="typoork-header">
<!-- Your logo here -->
</div>



About me
"About me" is the section where you can add a short description about you, your blog and add some links to your main social identities (in this case I addedd Facebook and Twitter by default).



Find this code to customize your social identity links:

<a href='#'>Facebook</a> | <a href='#'>Twitter</a>

...and change '#' with your Facebook and Twitter profile link.

Then, find the following code and add a picture of you and a short description about your blog.

<!-- ABOUT ME -->
<div class="sidebar-section" style="background:#EFEFEF; padding:8px;">
<img src="#" class="profileImage"/>
Add a short description of you here
<div class="spacer"></div>

You can also add your picture in the section above comments:




Find this code and replace "#" with the link to your image:


<img src="#" style="padding:4px; background:#FFFFFF;"/>



Feed RSS links
Find this code and change '#' with the link to your Feed RSS file:




<!-- FEED RSS -->
<h3>
<span class="feed-small-right">
<a href='#'>Subscribe now!</a>
</span>
Feeds RSS</h3>
<div class="section-links">
<a href='#'>Subscribe to my RSS Feeds</a>
</div>

I suggest you to use Feedburner to manage your feeds RSS. It's perfectly integrated with Blogger and simple to use.


Latest posts
You may active a Feedburner account to display your latest post list. In your FeedBurner account login, click on "Publicize" tab and select "BuzzBoost" service. Follow instructions on the page and substitute BuzzBoost code into the section highlighted in bold:

<!-- Latest Post -->
<h3>Latest posts</h3>
<div class="section-links">
<div class="spacer"></div>
<ul style="margin:0; padding:0; border:0;">
<li><a href="#">Your link 1 here</a></li>
<li><a href="#">Your link 2 here</a></li>
<li>
<a href="#">Your link 3 here</a></li>
<li>
<a href="#">Your link 4 here</a></li>
</ul>
</div>


...Feedburner code it's something like this:

<script src="http://feeds2.feedburner.com/Woork?format=sigpro" type="text/javascript" ></script>


Add new section in the sidebar
In the sidebar you can add new sections like the following (Hot links) simply adding this code:

<!--Hot links -->
<h3>Hot links</h3>
<div class="section-links">
<div class="spacer"></div>
<ul style="margin:0; padding:0; border:0;">
<li><a href="#">Your link 1 here</a></li>
<li><a href="#">Your link 2 here</a></li>
<li>
<a href="#">Your link 3 here</a></li>
<li>
<a href="#">Your link 4 here</a></li>
</ul>
</div>


You can customize sections how you prefer, adding link, images and external widget (MyBlogLog, Google FriendConnect, etc)

That's all! For your feedback about this template, please leave a comment! Thanks :)
Twitter is the best service I use daily to drive constantly a big amount of traffic on my blog. Retweets from my followers help me every time I write a new post to become popular on delicious and reach easily delicious home page.
Tweetmeme is a service which help you promote your blog by using the tweetmeme button, a simple and easy way you can integrate twitter into your blog and websites.
The result is a button like this:



If you want to add the tweetmeme button on your blogger template use this simple code:

<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>

The only thing you have to change from the original code provides by Tweetmeme is set the var tweetmeme_url = <data:post/url>.
That's all! If you have some problem or suggestion please leave a comment. Thanks!


Add a retweet counter on your website with ReTweet.comHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd TwitThis on your Blogger templateAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
TwitThis is an easy way for people to send Twitter messages about your blog post or website. This tutorial illustrates a simple way to add a TwitThis link on each post of your Blogger template. I suggest you to try it because it's very useful and drive a lot of traffic on your website if you have a good Twitter network.

To add TwitThis on your Blogger template you can using the code you can find here. That code uses JavaScript. If you want use a simpler way to add it use this alternative.

HTML code
Sign-in in your Blogger dashboard and click on Layout Tab > Modify HTML. Select expand widgets option and copy the following code where you want in the posts section (for example below the post title).

<a expr:href='"http://twitthis.com/twit?url=" + data:post.url + "&amp;title=" + data:post.title'>Twit This!</a>

Copy and paste the code exactly how it is in the box above! Don't remove spaces!

CSS code
If you like my TwitThis link (), add this class in your CSS file and use it in the previous link:

.share-twitthis{
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}

That's all!

Add a retweet counter on your website with ReTweet.comAdd a retweet counter on your posts with TweetmemeHow to install Disqus comments into BloggerImprove the default comment system with Google Friend ConnectAdd Digg vote button on Blogger Template (update)Add delicious button with counter in your blogger postsPlace Google AdSense below post's title on BloggerAdd StumbleUpon button in your Blogger postsAdd reddit button with counter in your Blogger template Add Technorati blog reaction on your Blogger templateAdd Mixx button on Blogger templateAdd DZone button on Blogger templateAdd Design Float button on Blogger templateSome Blogger Tips you probably don't knowAdd Yahoo! Buzz button on Blogger Template
If you are a Blogger user your know very well the limits of Blogger comments system. Although some improvements (inline comments), comment system remaining a small weakness of this fantastic blogging platform. But now a solution came directly form Google and the Friend Connect Wall Widget!


What can you do with this widget? In a nutshell you can add a Wall (Facebook-like) in your pages, so your readers can add comments or reply to a previous message posted by an other reader. The result is something like this:



I suggest you don't disable Blogger standard comment system... but use both, letting to your readers the choice about what comment system to use. Set up the Wall Widget it's simple and requires only one minute!

Step 1: In Google Friend Connect home page click on Social gadgets and select Wall gadget.


In the next page, in option section, select Page from Scope menu. In this way all comments associated with a specific page will be displayed only on that page:



Step 2: Set all remaining options how you prefer, customizing the width, height and colors of your widget. Now clik on Generate code button and copy the code, then sign-in on your Blogger account and click on the tab Layout > Edit HTML. Rember to save your template before to make the following changes!

Step 3: Now copy this code after "post" section in any point. For example, find this line of code:

<b:includable id='comments' var='post'>

...and paste the previous code below. If it's all ok you'll see the Wall below your posts how you can see in my site! Try it!

Related content
Set up Google Friend Connect on Blogger
This tutorial illustrates how to install Google Friend Connect on a Blogger template. Blogger doesn't require to install external files rcp_relay.html and canvas.html as it seems during the set up process. Set up is simple and requires only a few of seconds!

Step 1: In Google Friend Connect page click on Set up a new site option. In the next page add informations about your website, site name and home URL, then click on "Continue":

Step 2: The next page ask you to add two files to your site:

1. rcp_relay.html
2. canvas.html

...but using Blogger isn't necessary copy them (the description on Set up process isn't not so clear if you are a Blogger user!). Ignore them and click simply on "Continue":

Step 3: now format your widget selecting colors, width, height and generate your code. Sign-in on your Blogger account and click on the tab Layout > Edit HTML. Then paste the code, in a section of your Blogger Template and save it!

Related content
Super Blogger hack to improve the default comment system with Google Friend Connect!
Older Posts Home
  • Recent Posts
  • Comments

9lessons Tutorials

Blog Archive

  • ▼  2009 (98)
    • ▼  September (8)
      • jQuery Visual Cheat Sheet
      • How to implement a perfect multi-level navigation bar
      • How to fix your iTunes library with TuneUp
      • 10 Beautiful and free must have Serif Fonts
      • HTML lists: what's new in HTML 5?
      • Blogger now supports natively expandable post summ...
      • Rediscovering HTML tables
      • HTML 5 Visual Cheat Sheet by Woork
    • ►  August (16)
    • ►  July (8)
    • ►  June (4)
    • ►  May (10)
    • ►  April (2)
    • ►  March (7)
    • ►  February (16)
    • ►  January (27)
  • ►  2008 (1)
    • ►  December (1)

Categories

ajax (6) API (3) apple (3) applications (8) best practices (1) blogger (8) cheat sheet (2) cms (1) css (9) design (1) eBook (2) firefox (1) flash (2) followfriday (1) fonts (6) freebies (3) freelance (2) gadgets (1) google (1) gphone (1) html (13) icons (2) inspiration (4) javascript (6) job (2) jquery (13) list (2) microsoft (3) mobile (2) mootools (7) news (7) PHP (8) project management (1) resources (28) showcases (1) snippets (1) social networks (2) spreadsheets (1) tech news (5) tutorial (2) twitter (7) wallpapers (1) web design (7) web development (24) wordpress (1)

Followers

Alexa Rank

Visitor

2011 9Lessons.Org. All rights reserved.
Developer 9Lessons.Org