Funny experience while using Microsoft Word as an editor

It was with interest that I read some time ago from a blog post that posting directly from Microsoft Word to a blog or Facebook can have unpredictable and undesired funny results.

As many people may be using Microsoft Word for writing articles or editing, probably because the app helps in checking spelling and grammar and also to count the number of words in an article without manual counting, there is a tendency to post the edited articles directly into blogs. In such cases, especially in the visual mode, there is a possibility the article will carry with it the formatting code used by the program along with it and will not be visible.

I did not take it seriously, as I always use the HTML mode and I can always see the coding/ HTML that goes into the blog post. But the writer of the article claimed that even in HTML mode, there will be some codes associated with formatting in Microsoft Word, and carried to the posts and reappearing when re-posting, exporting/ importing, or re-tweeting.

I have noticed it happening while posting to the good old MS FrontPage that I used to use for HTML editing. And today a funny thing happened while I was sharing an interesting article I found on a friend’s blog on poverty in New York City to Facebook. After that I just posted an excerpt that I edited in Microsoft Word as my review to my Facebook post.

The words I posted were only:

Approximately 1.4 million New Yorkers rely on soup kitchens and food pantries. Please don’t make them beg

And what went into the Facebook box was a huge chunk of 17,330 characters/ 1272 words, instead of only 105 characters/ 17 words. See the entire code to format 17 words in the text box below (scroll it down, it is quite huge):

Advice: If you are using Microsoft Word as an editor, before posting to blogs, or other locations, first cut and paste to a plain editor like a Notepad and from there cut and paste to wherever you want so that the embarrassing hidden code like the above will disappear.

New Facebook Registration Plugin for WordPress

Facebook has recently released a customizable registration form that can be auto-completed by the existing Facebook users. It can be easily integrated into your WordPress site’s registration process with the Facebook Registration Plugin for WordPress.

This tool was developed by Facebook Developer Paul Tarjan and it provides a user-friendly registration process to integrate Facebook into your blog or site. When this plugin is installed in your site, Facebook automatically completes the registration form for Facebook users, and another form for those not wanting or able to utilize Facebook to register.

This plugin also allows users to sign up for your site with their Facebook accounts. It is a simple iframe that you can drop into your page. When users log into Facebook, they see a form that is pre-filled with their Facebook information. It also eliminates the need to go through two separate logins.

Installation of this WordPress plugin is quite easy. You can simply download it from WordPress plugin repository and unzip in your plugins directory. Then activate it using the Plugins menu option in your Admin Panel, when a ‘Facebook Registration’ options page will be available under ‘Settings’. Simply enter your Facebook App ID and App Secret in this page, and you are done.

You can download the Facebook Registration Plugin from WordPress here. For more information and support of this plugin go to http://beyondwp.com/2010/12/21/facebook-registration-plugin-for-wordpress/.

RSS problems and solutions for WordPress

While I was searching for something regarding RSS feeds, I came across a highly informative tutorial named 10 Useful RSS-Tricks and Hacks For WordPress written by Jean-Baptiste Jung for Smashing Magazine. I think many bloggers and readers can make use of it and solve certain problems relating to RSS feeds. As RSS is very powerful for blog syndication and WordPress is the most preferred platform for blogs, the problems and their solutions suggested by Jung covers useful RSS-related hacks for WordPress. It contains solutions for the problems and the codes to solve the problems.

The first problem listed in the article relates to the mistakes that you may notice in your new post, but before you make the corrections it will be published in your RSS feed. You can gain a time gap by creating a delay between the publication of the post and its availability in your RSS feed by pasting a code into your theme’s function.php file so that you can edit your post after which only the RSS feed will be published.

Many WordPress blog-beginners may start using FeedBurner only after having created a lot of content and a lot of subscribers might have subscribed to the default WordPress feed. In such a case, how do you start using FeedBurner without losing the existing subscribers? The suggested solution also helps those who change their WP themes quite often and have to edit bloginfo and replace their FeedBurner URL. You can edit the .htaccess file and add a code to redirect visitors to your FeedBurner feeds and to avoid the hassle of manually editing your RSS feed every time you change your themes.

For monetizing RSS feeds, FeedBurner can insert AdSense ads into your feeds, but you cannot use other ads. The suggested solution is to edit the functions.php file and paste a code into it, without editing WordPress core files.

Though your blog may look great, when the post is displayed in an RSS reader, it may not display images. To avoid this problem, it is suggested to add a CSS class to display the image as a block.

Sometimes bloggers publish news or announcements that they do not want to appear in their feeds. The problem can be solved by excluding the numeric ID of the category editing the functions.php file by pasting a code.

Many blogs talk about a lot of different topics, but your subscribers may like only some categories in their feeds. Similarly, you may like to display the names of all your category feeds in a list to your readers by editing any of your theme files, where you want to list your categories and their accompanying feeds, by using the ‘wp list categories’ function.

The last problem and the solution suggested is regarding using WordPress as a CMS to manage online portfolios or company websites, when the RSS feed may not be that useful. The hack to do the job is to paste a code in the functions.php file without disturbing the wp-settings.php core file.