Putting a link into a Facebook note
Here’s an example of a link embedded in a Facebook Note

1. Create your note on your Facebook profile. Then, in another window on your browser, find the page you want to link to. Select that page’s url and copy it.

2. Go back to your note and find the text you want to transform into a link. Place your cursor in front of the first letter and type in these characters:
The beginning of an html hypertext link tag

3. Now, after the first set of quote marks, paste in the url you just copied and then put another set of quotation marks followed by a bracket after it like so:
The rest of the opening link tag

4. Next, go to the last character in the string of text you want to link to and after it type:
The closing tag in an html hypertext link

NOTE:  I have had a couple of readers tell me that this didn’t work for them.  If you try it and it doesn’t work as a link, please leave a comment below.  Facebook has an annoying way of changing things around so it never hurts to test again once in a while.

 

 

If you have a Yahoo-hosted site, then you have the resources of a very powerful tool for your web site at your disposal. Yahoo integrates a good range of services into a small business hosting account and they are also a strong SEO player with search engine marketing products. While Yahoo does have some detractors, it’s still a good choice if you want to be able to track your web site’s hits without too much fuss. Continue reading »

 

So you want to include a link in your WordPress or Blogger site, but the usual link color won’t do? There’s an easy way to color your links with inline styling! Since this takes advantage of the cascade function in CSS (Cascading Style Sheets), it’s a great way to add extra spice to a link you want your readers to really notice.

Continue reading »

 

We’re all familiar with the SEO mantra “ranking is determined in part by the number of pages that link back to your site.” While that is a big slice of the magic pie of good search results rankings, it is a concept that leaves many people wondering how all those wonderful links are created. Plenty of companies are poised to pounce on your money with their promise of acquiring links by the bushel for you, but do you really need to spend any money at all? Continue reading »

 

This is an article I found today on Lorelle’s amazing WordPress blog. It’s the perfect answer to that ever-popular question, “How do I get my site to rank high in Google?” I wish there was a “silver bullet answer” to this question too, but it’s a not so much a magic formula as it is a carefully planned campaign.
Lorelle does a great job of explaining the various factors, but in a nutshell, Google bases it’s page ranking system on a combination of the following factors:

Links: Quality over quantity. Don’t go for those “pay for us to link to you” services. Google prefers a few links to your site on well established web sites rather than a ton of links on spam sites.

Domain Age: Spam sites tend to be fly-by-night operations and the longer your site has been around, the better. However, just letting your site sit there on the server isn’t enough. Google also notices the freshness of your site’s content.

Click Through Rate: Google checks on how people find your site and how they get there, whether via a search engine or from a bookmarking site.

Trends, fads and seasons: Keywords have trends too. So you can probably stop typing in “Paris Hilton Video” into your meta-tags now. ;^}

Posting Frequency: Like Alex the Lion says in Madagascar “You know, keep it fresh!”. The more you reward your loyal visitors with useful new information, the more they will visit and recommend your site via incoming links.

Keywords: There are a few areas where it’s really important to place the words that you think people will use to search for your site. Titles, as in the title that shows up at the top of your browser when you view a page, links, headings and tags.

Traffic: How heavily your site is visited, which pages people go to and how long they spend clicking around.

Code: It’s important to keep your site’s code clean and easy to scan through. Hiding your text in a fancy animation or burying important info under tons of scripting makes the engine work harder. I tend to think of code as being like motor oil, the cleaner it is, the smoother your site runs.

 

Now that you have your Pages in your WP site up and organized into their little families, it’s time to add your content! Yay!

So now what? Since WordPress is free and open-source driven, one of the caveats is that one is given the files with a “Here you go, now run along.” kind of attitude which can send users to the codex and forums ad nauseum. Usually what happens on my end of things is that I create the “shell” of the website and my clients are given login info so they can open up the pages and add/change content on their own. If the idea of using the dashboard is a new one, then allow me to make introductions. Continue reading »

Sep 182008
 

If there is one issue that consistently crops up with new clients who have WP sites, it’s defining which content is a Post and which is a Page. WP actually has a fairly decent guideline:

Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.

This, of course, makes perfect sense to the WordPress-initiated, but if someone is new to the concepts of blogging, cms, and site architecture, it just comes across as geeky hoohah. Allow me to break it down.

I’m going to use my latest project as an example. It’s a cms-driven site about an organization devoted to Salem’s downtown business scene and includes a community calendar, a blog about Salem business events and pages about the organization’s various committees and sponsored events. Fortunately, Salem has an incredibly dynamic business community and there seems to be something going on almost every day of the week. It’s a perfect example of what WordPress was meant for; a site that contains easy-to-update news about ongoing happenings as well as tons of information about Salem and the local business scene.

So what to put where? I guess it’s basically a question of which content is going to be useful at any point in time to the user and which content is time-sensitive. Say there’s going to be a fashion/home furnishings show at a local cafe. It’s something that will take place one night and you want people to come to it in abundance. The solution is to create a Post that will describe the upcoming event and assign it tags and categories so that it will be more easily found by the site’s readers.

Once the Post is published, it becomes a part of the “blog” portion of the site, that is, the page where readers can find the latest news posted about the site’s subject. A Post can be accessed in a variety of different ways. If it’s relatively fresh, it can be found in the posts contained on the blog portion of the site. If it’s been assigned tags (another name for keywords that describe the content of the Post) then if a reader clicks on a tag a Post has been given, say “benefits”, all other Posts with the same tag will be called up. If a reader clicks on a Category that Post has been assigned to, the Post will appear in that listing. The same goes for the chronological Archives function. All in all, a handy way for your readers to find and track all the events going on in your busy town.

So what about Pages? The way I try and explain this to people is that Pages are more like the traditional web site pages one is used to seeing. Rather than the more ephemeral information contained in the blog (Posts) section of the site, Pages are mainly a way to organize permanent information that you want your readers to always be able to easily see. For example, you want people to be able to easily find out what your site is about, so WordPress even includes an “About” page in the initial site set-up. Other things you might want people to easily find are a way to get in touch with you via a “Contact Us” page or, in the case of the Salem site, ways for new businesses to find out how the organization can be of use to them.

So how does one organize Pages? They don’t exist in a chronological archive and they aren’t organized via Categories or Tags, so what to do? Pages are organized into a family structure instead. Main sections of content, such as “About Us” are the Parent Pages and then those Parents can have Children. It’s all controlled via the Options panel underneath the edit window in your Write > Page section of the Dashboard.

Is there a way to control how Pages display on a site? I’ve actually used a number of techniques to solve this. The first isn’t really a technique, it’s just letting the Pages fall into their place in the header.php, or the sidebar.php files or maybe both. That depends on the Theme you have chosen. It’s also possible to order the pages in the Options section where it says Page Order. If you do this, then you have to number all the Pages, or it won’t work.

And if you’ve chosen a Theme for its groovy layout or colors and then discover that the Pages don’t display as you would like, don’t despair. It’s fairly easy to control with a little HTML and CSS. I’ve done this on the Salem Main Streets site by taking out the list_pages template tag in the header and replacing it with a CSS-styled unordered list of links to the Parent Pages. Then, since all the Pages were listed in the sidebar still, I simply added the title Site Map to that template tag. So at least all the pages are still visible in their hierarchy without crowding the header. (If I was more of a geek, and had more time, I’m sure I could come up with a conditional tag that displays only a certain level in the hierarchy, but things have been hectic around here!)

 

My latest project needed a lot of plugin help. It’s a site for a parenting group that the board of directors needed to develop into an online community forum, calendar, newsletter and, last but not least, a photo gallery for news and events.

The online gallery portion of the site had several criteria: 1) It had to be something that displayed the photos directly on the Photos page. 2) It needed to be something that people could upload their own images to. 3) It had to be fairly easy to use without involving a whole lot of hand-coding.

At first, the Shashin plugin seemed like the way to go, but after fiddling and twiddling and searching for online information beyond the simple statement; “Shashin is a photo gallery plugin that’s really awesome!” I got fed up and started looking again. NextGEN seemed like another good prospect, so I plugged it in and gave it a whirl.

To my immense relief, it was a good choice. The interface is fairly intuitive and there seems to be more support on how to actually USE the thing. For a good overview, check out Kansaiblogger’s post.

Since I knew I needed something a little more comprehensive for the people who would actually be running the site, I decided to write this short tutorial on how to add galleries and images to your WordPress site using NextGEN. Continue reading »

 

My latest project has been one of those things where you say “Yeah, I’m pretty sure I can do that.” only to end up thrashing around on Google and in various forums, trying every keyword combination possible to make WordPress do something that you thought would be fairly simple. Continue reading »

May 232008
 

So I had an interesting synchronization happen last month. I met with a parenting group in Salem about possibly helping them put together a new web site and the site’s administrator asked me if I thought WordPress MU would be a good solution for handling the group discussion feature. I had to ask him to explain what it was, and it sounded interesting, but kind of overkill for something that could probably be handled by comment moderation in WordPress.

But the idea of using multiple blogs on one site was interesting and I thought it might work for another client who wanted to build a web site around the idea of one umbrella corporation and three companies under that corporation. Continue reading »