Tag Archives: plugins

Facebook Like Button For WordPress

In my continuing quest to work on spreading my influence, I figured I may as well add another thing to help figure out just what kind of influence I have, at least through this blog.

Back in June, before really thinking much about this project, I added Topsy, which allows people to retweet my blog posts if they like them without having to sign up for a service like TweetMeMe. This time I’ve installed the plugin called fbLikeButton. You have to put it in just like that, because there are a lot of plugins for the like button for Facebook. However, this one was the highest rated by people who have tried others, and I know why. It was the only one that didn’t require me to go to Facebook and set up a script to use it.

You’ll notice at the end of the post that the “like” button shows up just under my copyright notice. You have the choice of having it at the top or bottom or in both places, but I chose the bottom because it interfered with my “listen” button, and I figured having it at the end of the post make it easier for anyone who liked it and didn’t want to go back to the top. Of course, it would be nice if my Topsy allowed me to do that as well, but I think I like it just the same. You can also make it wider or thicker, so to speak, and you can select “recommend” instead of “like”; I stuck with the regular one. And if people click on it, their names and image will show at the end of your post as well; you get to determine if you want faces to show, and I decided to go that route for now.

What the like button does… heck, let’s just show what Facebook says it does:

When the user clicks the Like button on your site, a story appears in the user’s friends’ News Feed with a link back to your website.”

And there you are. I hope you “like” this post.
 

SEO Doctor

From Kristi’s most recent Fetching Friday post came an article from Search Engine Journal on a Firefox plugin called SEO Doctor. In essence, it gives you a heck of a lot of information on how your SEO efforts are working on your website, and if you know how to dig deeper, might give you some indications of what you can do better.

After checkout out the article, I went to the page, downloaded the plugin, and of course added it to my browser, where it’s sitting at the lower left as I type. The biggies, as it pertains to what you want to know, are: the percentage, out of 100%, of effectiveness your page is in its SEO efforts; the number of external links and links overall on that page; and the number of visits that page has received.

When I go to my main business site, it’s ranked at 96% out of 100%; I like that. Some of my other pages on that site are perfect, and I like that even better. The worst page on that site comes in at 90%. It shows me I have 3 external links and 43 links overall; I had to go counting to find those links overall, but they’re there. It shows me… well, it shows me nothing as it pertains to visits. That’s because you have to belong to Compete, and you have to have an API key to pop in, and of course I’m not signing up for that. I wish I could change it to something else, but I’m stuck with that; oh well…

There are two other things on the toolbar as well. One is something called Flow, which measures the percentage of page rank you’re retaining on your site. Since y’all know I don’t particularly follow page rank all that much, I’m not worried about it, which is why it’s not in my top 3. However, on my business page it says I’m retaining 88% of my page rank. The last thing is this little green tab to the far right, which allows me to track nofollow links if I so choose; I don’t at this juncture, but it’s neat enough to take a quick look at.

Finally, you can right click on any of the information listed and get even more information, which you can download if you prefer in a .csv format. Of course, if you have nothing in Compete, that one won’t work.

Anyway, it’s a neat little tool you might want to check out, but of course you have to be on Firefox to use it.

My MySQL Upgrade Battle; The Short Version

Goodness, what I’ve been going through with my business blog!

It all started when I tried to upgrade it to 2.9. My business blog is my oldest blog, which I began in March 2005. It was created in MySQL 4.0. To use WP 2.9, you have to be on MySQL 5.0. This meant I had to upgrade my blog to the new database.

The first thing I did was to export a file of all my posts. I did it straight up instead of as a zip file; do both, which I eventually did, just to cover yourself. Then I went to my host, 1&1, and I exported my current database to my computer, then created the new database. All good thus far.

They I tried to import the new database, but there was a problem; my file was too big. You can only upload a maximum of 2 MB on most hosts, and my file was 3.5MB; lots of data over 4 1/2 years.

So I had to contact my host to ask them to do it. They were hesitant, and instead walked me through a process of uploading it myself through a special SSH program. That process didn’t work, though they didn’t know why and I did. I had to use the unzipped file to upload and it only allowed a maximum size of 16MB, but my file was 29MB; you’d think they would have known that.

The next step was on their end. They ended up finding a way to get my old database files into the new database, though it took them half a day to get it done. I went in, changed the WP-Config.PHP file to the new database settings, and all was a go.

Nope, not quite; nothing works that easily. All my posts suddenly didn’t work anymore, and that was problematic obviously. Nothing was coming up, but the strange thing is that I could get into my dashboard without any problems, and I could get into the editing area of each post. This was freaking me out.

My blog was down for two days, as tech support looked at it and determined they didn’t know what to do. They told me they had gone as far as they were allowed, and that maybe I should hire someone to fix my database. Hey, this is me!

The first thing I did was go online to see if anyone else had my problem. I couldn’t find that specifically, but I did come across this video called How To Fix WordPress MySQL Crashed Tables, on a blog called WonderHowTo. I thought that might be the issue, so I logged back into my host control panel and went through that process. One of my tables, WP-Options, had a lot of stuff that I had to run the “fix tables” process on, but it worked almost immediately. I went back to the blog; nothing.

I decided to see if upgrading to 2.9 would work. I tried the automatic upgrade, which has never worked before, and viola, it worked! Well, the upgrade worked; now I have at least one blog where that works. I still didn’t have any of my posts, though, and that stunk.

Still thinking, I decided to try deactivating all my plugins to see what happened. Nothing. However, something stuck out in my mind that I had seen while going through my searches. There was a lot of conversation about permalinks and checking the structure of those things. I went there and didn’t see anything out of place, but then remembered that, on that blog, I had a unique plugin called Dean’s Permalink Migration. I had added it to that blog to remove all the dates from my posts, which get in the way of SEO efforts.

I reactivated that plugin and went to check its settings. Then I hit update options, and all my posts were back; whew!

Then I went back to the plugins page and added the most important ones first and tested; all worked perfectly with the dashboard. Then I added the other plugins one at a time; all worked perfectly once more. Then I thought I’d try something and I added the WP Database Backup plugin, which used to shut all my blogs down; works perfectly.

I decided to go one step further. I went and found All In One SEO to see what would happen. And, of course, it loaded, my dashboard works perfectly, and all is right with the world.

At least on that blog. It seems that by upgrading the database that blog works the way it’s supposed to. As for my other two blogs, I’m still confused because they’re already on 5.0, so I shouldn’t be having any problems with anything. For now, I’m not going to worry about it.

What are the important lessons here? First, always make sure you back everything up, just in case. Export whatever you can to your computer for your protection. Second, if you have to, contact customer service and let them handle some stuff, even if they seem somewhat irritating. I’ll be writing a post about that on my business blog. Third, don’t panic if things don’t go correctly. Fourth, verify to see if you have your blog database first. If you can actually access your information in some way, you’re still running good. Five, test and question everything you have, and you’ll probably figure it out.

And if none of that works, go through forums, or, of all things, mention it on Twitter, and you might get a response or an offer of help. I’ve licked this one; whew! Since I probably won’t be posting on Christmas Day, I want to wish everyone a happy holiday!

67741 - New Years Eve ADA Fused Glass Wall Sconce by Meyda Tiffany

67741 – New Years Eve ADA Fused Glass Wall Sconce by Meyda Tiffany

Price – $325.00


All In One SEO Is My Culprit

When last we left, I was telling you about some of the plugin problems I was having after upgrading to WordPress 2.9. In my parting shot, I said that it was possible that my problem was having an older theme that might be messing with everything I was trying to do.

I run a theme called Simple Balance, and the version I had was 2.1. I run that theme on two of my blogs, and I love it because I found it easy to customize, though many people might not. Still, the one thing I was missing that was irritating me was the check box, and 2.1 was an older theme.

I decided to see if there was an update to the theme, and there was, Simple Balance 2.2. It said that if you loaded it over what you currently had that it would show the checkbox for people subscribing to comments, and it was also more compatible with WordPress 2.8, which we’re obviously past by now.

I figured this was what I needed, so I downloaded the file and uploaded parts of it. By that, I mean when I was reading the page, it said something about if you were upgrading you could just copy all the files and it wouldn’t erase anything unless you had made changes to the theme. Well, I had made some changes to the theme, so a full upload wasn’t going to get it done for me.

First thing I did was copy my theme from the website to my computer so that I could reverse any changes that didn’t go well. Then I uploaded files I hadn’t changes, along with new files. I then went into files where I had made changes, did a big comparison with what was in each file, and only changed certain things manually.

What happened? Nothing really changed at all. It still showed me as being on 2.1, and I still had no check box. I decided then to try something a bit more radical. I decuded to just copy over the entire file to see what happened. Since I had backed up the original theme with my changes to my computer, I figured if anything went really askew I could fix it.


imagekind

I did that and looked at everything. Very few things changed, and all the settings I already had on my blog stayed the same as well; yeah!

Now it was time to look for that check box, but I still couldn’t find it. I’m not sure what the deal is, but it just didn’t come up as part of the theme or WordPress software like it was supposed to.

Now I was back at square one again, but I wondered about something. When I was talking about plugins in the other post, I mentioned how I had added back All In One SEO and how things didn’t work with it. I wondered if I deactivated that one plugin what would happen.

I deactivated it and everything came back except Other WordPress News. I mean almost everything. Broken Link Checker still doesn’t work, but every other plugin works again. So, I was able to put Subscribe To Comments back, as well as WP-Cumulus, and it all works great.

So, it turned out All In One SEO was the culprit. I kind of liked that program, but I had remembered some time back that there had been some discussions as to whether it really benefited you or not. After all, if you do your SEO properly, if you can, that should work just as well, right? Also, for what it’s worth, both Google and Yahoo said they don’t look at meta keywords anymore, and that’s what All In One SEO mainly did, right?

I went online to check some things out. I came across this post entitled What’s Wrong With All In One SEO Plugin, but it’s promoting a different SEO product instead. I came across another post titled All In One Update Extremely Dangerous where it talked about something set by default that, if you don’t know about it, could really kill your blogs search engine position. It also talks about all these people who use the Thesis theme and love the SEO aspects of it, but says that it pretty much locks you into it forever because the day you decide you want a different theme every post you’ve ever done anything with using Thesis loses all the SEO it created for you.

I continued doing some research online, and it seems other people have had problems with this plugin (which I’m now going to call AIO SEO), but for different reasons. Some people have found themselves losing page rank because of something called canonical url. Some have found that their meta tag words disappear. And a few have found that they’ve had some plugin issues. But it doesn’t seem like there’s this big outcry about it.

Too bad for me, I thought. I was ready to kill the plugin for that and other reasons. One was the constant updates; that’s quite irritating. The other was having the plugin keep making you have to activate it after updating it. The third was being hit immediately with their request for donations; it’s big and hard to miss.

Just as I was going to delete it, I noticed they had another update. My first reaction was “ugh, not again.” But I decided to see what the update said, and of all things it addressed problems with other plugins. So I figured what the heck, and upgraded it. This time, it didn’t ask me to go and enable it. I decided to take a look, and I saw that they had changed the settings so that it’s automatically enabled. Then I looked at my dashboard, and saw that it had brought back the WordPress Development Blog and the Incoming Links. Those were the two most important to me, so I’ve decided to keep it for a little while longer, but keep my eyes on it.

That’s on this blog. On the one I’ve upgraded to 2.9, it brought back Incoming Links, but that’s it. So, I’m not totally sold on it yet, and I’ll probably have to wait to see what happens when I upgrade this blog. I think I see at least one more post on AIO SEO coming; let’s hope it’s much shorter than these last two. And, as you can see, I threw in a picture just to break things up. Of course, it’s through Imagekind, which means you can purchase a print if you like it.

Overall, though, it proves just how important it is to keep testing your stuff when things are working properly. If you check your stuff and your dashboard is having problems, deactivate AIO SEO to see if that resolves anything. Then decide what you’d prefer to do afterwards.

Sounds True, Inc.

What’s Up With Broken Link Checker?

Okay, what’s up with the plugin broken link checker?

First, the updates. Over the last couple of weeks, there have been 6 updates to the program. I remember when I complained about all the WordPress updates back in August, and those things finally slowed down, and maybe it’ll happen with broken link checker also. I’m not sure, but one can hope.

Then, if you remember, I mentioned in September that I was having all sorts of problems with my dashboard and some other issues with the blog, and it turned out that broken link checker and some other plugins were messing things up. So I discontinued it and the others, deleted all the rest of them, but kept broken link checker so I could, every once in awhile, check my links to see if something suddenly wasn’t working well.

Now here’s issue #3. Seems that, at least on this blog, broken link checker isn’t working properly. A week ago I activated it, with the express purpose of checking for broken links. It told me I had 63 broken links. However, when I looked at some of the pages where it said I had issues, I started seeing pages that I had already corrected before. There wasn’t anything wrong with many of the links. And a few others where there might have been a problem with a link, I corrected it, only to have the program continuing to tell me that the links were still broken.

That’s just not going to get it done. As I’ve read through some of the fixes for the program, I’d be lying if I didn’t say that I’m disappointed that none of the updates seem to address any of the issues I’ve been having with it. I can’t be the only one who’s having this problem, can I?

Luckily, on my other two blogs, the plugin is telling me that there are no broken links on those pages. Is that true, or is it that the program isn’t telling me the truth? How odd that I touted this program so much previously, and now I’m not really sure whether I trust it or not. Such is life; how’s the plugin working for everyone else?

3 Labs in Creel Cookie Jar

Price – $40.00