Thursday, October 13, 2011
The main interface for Yahoo Blog
Yahoo 360 blog service was closed in 13 July 2009 and the Yahoo! 360 plus has been thrown away by other services, such as Facebook and Zing Me. Yahoo just quietly introduced its new blog service at http://blog.yahoo.com/ for 3 countries: Hong Kong, Korea and Vietnam.
There are 4 main features of this blog service: Skin, Widgets, Cover Story, and Photo.
Blog interface
Choosing skin
Installing widgets
Choosing blog url.
Because this service is new, a lot of beautiful usernames are available for you. However, I bet that it’s very hard to pull users back from other services, such as Facebook, Twitter, Blogger, and Wordpress. Let’s wait and see what will happen.
Thursday, October 13, 2011 by Unknown · 1
Tuesday, October 11, 2011
Last week, I changed my blogger blog to new Mash 2 template. This template looks very nice. However, I experienced some problems when tried to use DISCUSS comment system and Facebook comment widget with this template.
DISCUSS display error
Installing DISCUSS comment system to blogger is rather easy. We just need to go to DISCUSS website and add their widget into our blogger. However, when I added DISCUSS to Mash 2 template, it displayed as follow:
I tried to search information on Internet to solve this problem but no luck. Hence, I sent an email to ask for help to Ryan of DISCUSS. Fortunately, he sent me a feedback with a solution. All we need to do is to remove some “list-style” code in CSS. It works perfectly now! You only need to delete the first two ‘list-style’ in the following figure.
Facebook comment widget does not show in IE 9
I then added the new Facebook comment widget to my blog. The process is also rather easy. First, we need to go to https://developers.facebook.com/apps to create an app and get the app id.
Next, copy and paste this code right after <body> in your template:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR_APP_ID', // App ID
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
oauth : true, // enable OAuth 2.0
xfbml : true // parse XFBML
});
// Additional initialization code here
};
// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
Make sure that you replace YOUR_APP_ID with your app id.
Finally, go to website http://developers.facebook.com/docs/reference/plugins/comments/
and put the code into your template wherever you want to display the comment form. After following all these steps, the comment form didn’t appear! To solve this problem, I deleted all codes related to the floating share-box of this template (this share-box contains scripts of facebook that conflict with the comment widget, I guess). After removing these codes, everything worked just fine in Firefox and Chrome but not in IE9. In IE9, the comment form didn’t appear. To solve that, I added
xmlns:fb='http://www.facebook.com/2008/fbml'
xmlns:og='http://ogp.me/ns#'
into the <html> tab.
Note that to moderate comments, you need to put 2 more lines:
<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
right before <b:skin><![CDATA[ in your template.
Tuesday, October 11, 2011 by Unknown · 3
Wednesday, June 29, 2011
Are you trying to find Google Android blogs? If yes, this list may be useful for you. These blogs contain enough information about Android OS, apps, and devices for you.
01. Android Guys
02. Android and Me
03. Androinica
05. GoogleAndBlog
06. Hello Android
07. I.M. Android
08. Phandroid
09. Planet Android
10. Talk Android
11. The Android Site
12. Google Android Development
13. Me and My Droid: a game review site.
14. Android Spin
15. Adnroid Market Apps: for apps reviews.
16. Android Center: for mashed Android news.
19. Droid Den
21. Android Stuff
Do you know any Android blog? Please specify them in the comments.
Wednesday, June 29, 2011 by Unknown · 2
Wednesday, June 15, 2011
(Photo credit: Konstantinos Kottinis)
Start a new blog:
- How do I create a blog that Blogger will host for free?
- How do I use a custom domain name on my blog?
- Where can I buy a custom domain name for my blog?
- How do I create a CNAME record for my custom domain?
- How do I buy a custom domain through Blogger?
- How can I protect my username and password?
- How to Make Blogger Blogs Mobile Phone Compatible
- How to Take Full Backup of Your Blogger Template
- How to Restore-Recover Deleted Blog in Blogger
- How To Move a Blog Between Blogger Accounts
- How To Recover Your Username and Password in Blogger
- HOW TO: Use Tweet Buttons as a Blogger or Site Owner
- How do I delete a blog at Blogger?
Customize your blog:
- How do I switch my template to another provided by Blogger?
- How do I add a poll to my blog?
- How can I use the Blogger Layouts features?
- How do I add a Blog List to my blog?
- How do I use the Blogger Reading List?
- How do I add Reactions to my blog?
- How do I switch my template to another provided by Blogger?
- Learn how to add an image to your blog's header
- How to Add Page Peel / Flip Effect in Blogger using JavaScript and CSS
- How to Add Drop Down Menu Widget in Blogger - Horizontal Menus (HTML+CSS)
- How to Add Vertical HTML+CSS Menu Widget in Blogger
- How to Add Popular Posts Widget With Thumbnail in Blogger
- How to Add Google SMS Channel Link as Gadget in Blogger
- How to Add Favicon to Blogger - Set Favicon in your Blogspot Blogs
- How to Add Popular Posts Widget With Thumbnail in Blogger
- How to Change Background Image of Your Blog in Blogger
- How to Replace "Followers" Title With an Image in Blogger
- How to Display Profile Images-Avatar in Blogger Comments
- How to Add Breadcrumbs in Blogger to Support Easy Page Navigation
- How to Add Signature Image at The End of Each Posts in Blogger
- How to Add Recent Comments Widget in Blogger
- How to Add Jump to Top / Back to Top in Blogger Footer
- How to create your own blogger template theme
- How to Use New Blogger Template (XML) in New Blogger
- How To Add Falling Hearts To Blogger And WordPress Blog
- How To Create and Add A Tag Cloud To Blogger Blog
- How To Place Photos Side By Side In Blogger
- How to change blogger template without deleting widgets
- How to hide remove Blogger Navbar
- How to make Bubble Effect for blogger image/icons
- How to Customize a Blogger Template
- How to Change your Blogger Title Tags
- How to Restore Lost Blogger Template Code
- How to show related posts in blogger blogs
- How to install new XML blogger templates
- How To Create Horizontal Tab Menu For Blogger Templates : Best And Simple Method
- How To List Recent Post Titles By Label
- How to limit the number of posts displayed in label pages
Publish entries:
- How do I make a link to another webpage?
- How do I edit what I've written?
- How can I make words bold or in italics?
- How long does it take for my post to be published online?
- How are line breaks treated?
- How do I change/delete a blog post on one of my archive pages?
- How do I automatically email a post after I've written it?
- How does Blogger Mobile work?
- How do I change the date or time of my post?
- How Blogger Autosaves Your Posts
- How do I use the transliteration feature?
- How do I import and export blogs on Blogger?
- How can I edit labels on multiple posts at once?
- How do I post a video to my blog?
- How do I post a video to my blog from YouTube?
- How do I post audio/music to my blog?
- How do I delete a photo I have uploaded to my blog?
- Blogger: how to provide label/tag feeds
- Blogger: how to upload MP3 files to play in blog posts
- How to remove author name from blogger posts
- How to syntax highlighting in Blogger
- How to use Evernote as a blogger
- How to display your latest Blogger post on another page
- How to upload and embed Flash SWF file into Google Blogger?
- Add Images To Blogger Blogs From Your Computer
- How to Include an RSS Feed in Blogs at Blogger.com / Blogspot.com
- How To : Add Facebook Like Button to Blogger Post
- New Blogger: How to make the permalink more prominent
- How to put Documents in Blogger Post
Monetization:
- How to put AdSense and Google Affiliate Network in your blog's sidebar
- How do I put AdSense on my blog (using a classic template)?
- How do I show ads between my posts?
- How do I remove my AdSense code?
- How do I put AdSense after my individual blog posts?
- How do I put AdSense on my blog (using Layouts)?
- How do I show ads between my posts?
- How to Add Advertise Here Banners in Blogger and Attract Advertisers
- How to Share Google Adsense Revenue in Blogger with Co-Authors
- How to Exclude Adsense Ads From Specific Posts in Blogger
- How to Add Google Analytics to Blogger
- How to Submit Your Site URL to All Major Search Engines Like Google, Yahoo, Bing Etc
- How to Verify Blogger in Google Webmaster Tools
Sharing:
- How do I create a team blog?
- How do I remove a team member?
- How do I control who can view my blog?
- How do I remove myself from a team blog?
- How do I enable comments on my blog?
- How do I leave comments on a blog?
- What are backlinks and how do I use them?
- How do I moderate comments on my blog?
- How do I change my site feed settings?
- Get Blogger Followers Via Promoting Your Blog
Increase blog traffic:
- See how to here 25 great advices for increasing your blog traffic
- and Tips on increasing website traffic
Others:
- How to Migrate your Blog from Blogger to WordPress
Wednesday, June 15, 2011 by Unknown · 1
Tuesday, June 14, 2011
A successful blog must have good contents and many visitors. After creating a good blog, you need to bring visitors to your blog. The following tips and tricks collected from other bloggers will help you increase the traffic of your blog.
1. Sridhar Katakam
Visit and leave your comments on other blogs. One of the good way is to install the MyBlogLog widget in your blog and visit bloggers who have come to your blog.
2. Ian Delaney
You need to focus on writing good entries for your blog. Good entries will be linked from other blogs or websites. Your entries then can be appeared on del.icio.us or digg.
3. Scott Townsend
Ping to search engines and Technorati right after you post a blog entry. You will have a lot of traffic from these sources.
4. Kyle
You can write about difficult problems in your majors. Try to express them with simple and easy words with your knowledge and experiences so that others can understand.
5. Grant Gerver
Try to create provoke debate. You can write some things in a humorous and deride way.
6. Daniel
One of a simple way to increase traffic is to install a translator plugin. By using the translator, many visitors from different countries can visit and read your contents.
7. Rory
Post your entries on blog carnivals. Most of entries will be published, bringing a lot of visitors to your blog.
8. Ramen Junkie
Another effective way is to write reviews on a newsgroup.
9. Eric Atkins
Create a good interface for your blog and post it in CSS gallery websites. You will gain some traffic from the backlinks in these websites.
10. Megan Taylor
Refer to other blogs having similar theme and incite visitors comment on your entries.
11. Guido
Write good and useful messages and make friend with other people on forums.
12. Brian Auer
You need to be active. You can post your message and signature together on forums or websites. Advertise your blog with messages having big font sizes so that other readers can see it easily.
13. Shankar Ganesh
Try to access as many communities related to your blog contents as possible.
14. Andrew Timberlake
Add your blog address in your business cards, email signature, books, etc.
15. Cory OBrien
Read other blogs and leave trackbacks. Focus on optimizing your blog for search engines. Use online bookmark websites, such as digg.
16. Jester
Leave your comments on other blogs. It only takes you a few seconds to leave a message. You can leave a message with your blog link to agree or disagree with the authors’ opinions.
17. Goerge Manty
Write 3-5 times a day. Use ping services, such as pingomatic or set your WordPress to do it automatically. You can also place some polls in your blog, raise some questions, or post some announcements, etc to let visitors come back.
18. Engtech
Joint the blogging community. Build a good relationship with other bloggers.
19. Splork
You can write some good articles and publish them on EzineArticles. Entries with optimized keywords tend to be accepted by EzineArticles. Place good labels at the end of your entries.
20. Kat
Use social networks, such as MySpace and Facebook. Write your opinions on their forums and introduce your blog on their blogs.
21. Inspirationbit
Besides some good online bookmark websites, such as digg and del.icio.us, you can post your entries to blog-buzz.com and received some more traffic from it.
22. Mark Alves
Join Yahoo Answers and try to link to your blog if the questions related to your blog contents.
23. Brandon Wood
You can also write for group blogs.
24. KWiz
Write some controversial issues. This is a good idea to increase your traffic.
25. Dennis Coughlin
Find some good blogs and contact with these blogs’ owners to introduce yourself and send them your blog address. If they like, they will link to your blog.
These mentioned advices is not everything you can do to increase your traffic. There are many more but you can begin with some simple tips that are most suitable for you.
(Vietnamese version: phamen)
Tuesday, June 14, 2011 by Unknown · 4