2011年12月21日 星期三

可愛版blogger範本

Nymphfont Echo That Is Love Free Girly Blogger Template     Beauty and Me blogger template for personal blog template with cute background.  
 here                    1-2

    Best Cute Blogger Templates    
2-1                                                                  2-2                                             2-3


 
3-1                             

10 Best Url Shortening services that I Prefer | TechieSouls

10大縮短網址服務!!!

10 Best Url Shortening services that I Prefer | TechieSouls:

'via Blog this'

2011年12月20日 星期二

免費幫你設計Logo和按鈕



今天發現一個很不錯的小網站:可以免費幫你設計Logo和各種按鈕

點進去後,雖然是國外網站,不過因為介面非常簡單,根本不需要擔心語言的問題

加入FB 讚 + 寄出, 於每篇文章前或後

Add Facebook XFBML Like Button to Blogger

(XFBML) version--Like button along with count and send
                             --for XFBML (have FB Page) user only

這個版本加了二個革命性的重要功能:1、幫你做精準行銷 2、病毒行銷

2011年12月19日 星期一

加入FB 分享(share)鍵

How to Add Facebook Share Button with Counter to Blogger


我的Flash Banner embed code

<embed src="https://sites.google.com/site/drlinsean/banner-1/drlin-banner%28title%29.swf" quality="high" pluginspage="https://sites.google.com/site/drlinsean/banner-1" type="application/x-shockwave-flash" width="1080" height="300"></embed>

I have 2 Blog post windows!!! Just need one!!!

原文網址


1、Go to Dashboard - Design - Edit HTML - Find and delete the following line - Save Template - Delete Widgets:

       <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>


我試過了,不過沒辦法刪掉,無法存檔,再試第二個方法:


2、Try this then. Go to Dashboard - Design - Edit HTML - Find and delete the following line 

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>


Then, find for the following line:

<b:widget id='Blog2' locked='true' title='Blog Posts' type='Blog'/>

Change 'Blog2' to 'Blog1' so that it'd look like this:

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>

一樣,無法存檔,所以我用以下第三個方法,成功了!

3、Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - 

#Blog1{
display: none;
}

解決了我的問題,不過我是把Blog1改為Blog2


如何利用FeedBurner替自己燒一個專屬的RSS Feed? - 香腸炒魷魚

如何利用FeedBurner替自己燒一個專屬的RSS Feed? - 香腸炒魷魚:

'via Blog this'

blogger發文技巧_自訂文章網址 - 逍 遙 窩~資訊分享站

blogger發文技巧_自訂文章網址 - 逍 遙 窩~資訊分享站:

'via Blog this'

2011年12月11日 星期日

Add Flash for Blogger.

http://www.blogdoctor.me/2007/02/flash-for-blogger.html

After uploading your flash file copy down its URL or link. Then use the following code :

<object width="150" height="340">
<param value="MYFLASH.swf" name="movie"/>
<embed width="150" src="URL OF MYFLASH.swf" height="340">
</embed>
</object>


Change the width and height as per the dimensions of your file. Instead of 'MYFLASH.swf' and 'URL OF MYFLASH.swf' put the relevant details of your flash file and paste the code in a Html/Javascript Page Element in the sidebar. See how to add widgets to blog. For example I have a flash navigation widget at the end of the right column of this blog. See it here also (below) :

Read more: http://www.blogdoctor.me/2007/02/flash-for-blogger.html#ixzz1gDqpb8YB


https://sites.google.com/site/drlinsean/system/app/pages/admin/attachments

上傳flash到gooogle site,之後在下載處按右鍵,複製連結網址,
記得把.swf後面的文字刪除(一般應該是?attredirects=0&d=1)

Also see this articale:
http://www.blogspottutorial.com/2008/05/googlepages-free-file-hosting-from.html

Googlepages : Free File Hosting From Google


2011年11月27日 星期日

How to Add the Facebook Like Button Below every Post

Facebook Like Button For Blogger - Blogger Widgets: "How to Add the Facebook Like Button Below every Post"

'via Blog this'

Add Floating Share Buttons Like Mashable to Blogger - Blogger Tutorials

Add Floating Share Buttons Like Mashable to Blogger - Blogger Tutorials:

'via Blog this'

How to Add Floating Social Media Icons to Blogger - Blogger Tutorials

How to Add Floating Social Media Icons to Blogger - Blogger Tutorials:

'via Blog this'

How to Add Tabs to Sidebar in Blogger - Blogger Tutorials

How to Add Tabs to Sidebar in Blogger - Blogger Tutorials:

'via Blog this'

How to Add Tabs to Sidebar in Blogger - Blogger Tutorials

How to Add Tabs to Sidebar in Blogger - Blogger Tutorials:

'via Blog this'

Sharing in Facebook Not Showing Blogger Post Description (Solved)

 By Raju on May 28, 2011
http://www.simplebloggertutorials.com/2011/05/sharing-in-facebook-not-showing-blogger.html

 “
why Facebook does not show the description of the post when it has been liked or shared by the readers



Facebook pulls out the description of the post from the first paragraph found and is determined by the paragraph tags. It is represented by <p></p> tags. Thus, a paragraph will be created when it will be formatted as the example below in Edit HTML mode: 
<p>The para starts.</p>


 you generally press “Enter” key on your keyboard. This creates line breaks (<br> tags) instead of <p>tags. As a result Facebook cannot extract the description from the post.  



Option 1

Step 1: Go to Blogger’s dashboard > Design > Edit HTML tab and check “Expand Widget Template”. 
Step 2: Find <data:post.body/> and add the <p> tags as shown below: 
<p><data:post.body/></p>
 Step 3: Save your template. 
<data:post.body/> is the part where your actual post is displayed which is written in Post Editor. Adding paragraph tags ensures that whole of the post body remains in between these tags. As a result, you can write normally within the post editor and no manual formatting is needed. As you publish the post, it will automatically be inserted within the paragraph tags.
But there is a problem also. These tags will break in any div tags are used within the post editor. For example, adding images to your post in Compose mode will break the tags at that position. If you want to use this method and also want to add an image to your post then you have to write the first para, at least containing more than 150-200 words and then you can add the image for your post. In this way you will get the first paragraph with proper tags. 

Remember

When you are writing a new post from post editor, find Options, check Press "Enter" for line breaks and click Done or Save. This is one time process and ensures that you don't see any<br> tags in HTML mode.
Facebook scraps the page every 24 hours, so, once your post has been shared or “Liked”, it would automatically add the description from blogger post. Thus, it’s solved.

2011年11月10日 星期四

自動加入繼續閱讀,並摘要、圖片列

- Your posts will automatically be displayed as short summary's with a read more link.
- An image from the post will be re sized into a thumbnail and displayed beside the summery.
- You can choose how much text is displayed in the summery.
- You can choose the size of the thumbnail.
- All Previous posts will also have the jump break so you don't need to go through your archive adding it.



Add Auto Read More Post Summary's To Your Blog


Step 1. In your Blogger dashboard click Design > Edit Html > Tick The Expand Widget Templates Box







Step 2. Find the following piece of code in your blogs Html : (Click CTRL and F for a search bar to help find the code - More Info)

</head>

Step 3. Copy the following code and paste it Directly Above / Before </head>




<script type='text/javascript'>
var thumbnail_mode = "no-float" ;
summary_noimg = 430;
summary_img = 340;
img_thumb_height = 120;
img_thumb_width = 120;
</script>
<script type='text/javascript' src='http://bloggerblogwidgets.googlecode.com/files/auto_readmore_blogger.js' ></script>

Important 

The code in red sets how the post summary's are displayed.Remember if a post has an image it will be re sized into a thumbnail to be displayed beside the summery.If the post does not have an image just a text summery will be displayed.

summary_ noimg= 430; --> The length of the summery if the post does not have a thumbnail.
summary_img = 340; --> The length of the summery if there is an image in the post that will be converted into a thumbnail.
null_thumb_height = 120; --> The height in pixels of the thumbnail.
null_thumb_width = 120; --> The width in pixels of the thumbnail.

Step 4. Find the following piece of code in your blogs Html : (Click CTRL and F for a search bar to help find the code - More Info)

<data:post.body/>
Step 5Replace <data:post.body/> With The Code Below

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<div style='clear: both;'/>
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url' >Read more ... </a></span>
</b:if>
</b:if>

Note - You can change the text in red from Read More to "Continue Reading", "Read Full Post" or anything you like.

Note 1. You should try to have the first image in your posts as close to square as possible so they work well when used as thumbnails on your home page.Images that are for example rectangle in shape will appear distorted when they are re sized.I use a version of this script on this blog and always add an image at the top of the posts that are close to square, then size then wont make a big impact on the appearance.Remember it's the first image in each post that is used as a thumbnail.

Step 6. Save Your Template.

That's it for this Blogger tip, All your posts including all archived posts will now be displayed with a summary and read more on your home page, labels pages and archive pages.Check out more of our Blogger Tips and Blog Gadgets.

Did you know you can use a Jump Break In Your Full Feed ?

Drop Your Comments, Views And Opinions Below. 

如何更改預設字型、顏色及大小

Blogger 官方說明網頁




FB promotion official tutorial  FB official

FB Page Insights Manual (pdf)






Total Likes》總共有的粉絲數量
《Friends of Fans》所有粉絲們的朋友數量總合
      因為這個很重要,當你開始利用FB的粉絲頁進行公司、或個人品牌的行銷時,一定要     
      抓準你的目標客戶,而這些是你粉絲的朋友們,或多或少都擁有一些共同特質,是你
      要

《》
《》


2011年11月8日 星期二

Use Rss And Social Icons For Your Blog

New Ready To Use Rss And Social Icons For Your Blog | Spice Up Your Blog:

將fb, twitter, RSS, G+ 換成自己喜歡的大icon, 連結

這裡直接提供四個圖示(也不必再下載了,直接將html複製貼上即可)

Live Preview

2011年9月29日 星期四

沒錯,我就是強

沒錯,我就是強──于文強   iam@wendellyu.com

文章分類解說
    部落格行銷:無論是企業面、或是部落客角度來看這個熱門話題,有些是架構在《部落客也能賺大錢》一書的延伸想法。
    免費創意:創意對我而言一毛不值,喜歡或合適的就儘管拿去用,如果你真的因為我的點子而發達,記得來信說聲謝謝。你也可來信貢獻點子,我會註明是您的點子,並做連結到你的網站。
    網路奧秘:每個人看待網路都不一樣,在這裡你可以知道我是怎麼看的。
    贊助商介紹:我選擇接受的贊助商廣告,如果你相信我不彷列入考慮。
    人生領悟:我對一些事物的價值觀,希望對您有用。
    廣告部落客:不,這不是部落客廣告,這是廣告部落客,因為部落客是網路的主人翁,我必須趁機巴結他們。
    吃喝玩樂:非常有時間的時候我才會記錄下來。