ace’s blog

a place for me to record events in my life.

Browsing Posts in Blogging

SPAM…seriously, WTF!

View Comments

I’ve been getting a lot of spam comments here lately, a LOT.

Akismet has been catching them all so there isn’t much effort involved in deleting them but damn…what the hell?!

Here are some images from today, marked up with aviary.com’s new Chrome extension, which I first read about on Techcrunch.

 spam_2 

The plugin I use for my commenting system here is from Intense Debate. I have noticed that it uses it’s own sort of “math” to figure out how many comments I really have. The number it comes up with is less than double of what I really have received.

spam_1

spam_3

I just had to finagle the “embed” code that Facebook provides when you select the option for it. Here is the code that Facebook provided when I selected the “embed video” link on one of my videos:

<object width="576" height="324" ><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.facebook.com/v/xyz" /><embed src="http://www.facebook.com/v/xyz" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="576" height="324"></embed></object>

When I previewed my post, I noticed that the video didn’t show up. Since I had success in the past with embedding a video in a blog post, I reviewed the source of that post. What I noticed was that some of the parameters were moved around. When I moved the parameters into the what I’ll call the correct order, my video automagically™ appeared! Here is the “correct” code to embed a Facebook video into your self-hosted wordpress blog post.

<object width="400" height="224" ><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.facebook.com/v/abc" /><embed src="http://www.facebook.com/v/abc" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224"></embed></object>

Is it really that bad?

View Comments

Ron Livingston, David Herman and Ajay Naidu

WINDOWS VISTA
Yeah, this was my reaction too….

(Ron Livingston, David Herman and Ajay Naidu)

Posted via web from acedanger’s posterous

Bit.ly LogoI saw this plugin mentioned on Sarah Perez’s blog. It is the bit.ly Windows Live Writer plugin.

this may or may not work. I’m attempting to embed a wavelet into this post. I found a plugin named “wavr” that will allow me to do that.

Edit: here is how you figure out the wave id

[wave id="googlewave.com!w+5Nz5HFI2B" server="https://wave.google.com/wave/" bgcolor="#FFF"]

wordpress_logo I was reading crackberry.com and noticed two little words there, “thanks acedanger” that linked to the request/feedback category on the WordPress for Blackberry forum.

If you read here at all, you may remember that I posted something about the app where, pointing out that you couldn’t paste a URL in the dialog box that appeared. Ranaan found my post and created a topic about the issue.

The paste URL issue was added to the last beta version of the software, version 0.9.0.134.

Since I had to reinstall my blog from scratch, I downloaded and installed a new contact form, Contact Form 7. Tonight, I’ve been getting spammed like crazy from it! I really like the simplicity of setting it up. It also provides a lot of flexibility. Due to tonights spam, I finally had to install a captcha system, Really Simple CAPTCHA.

I hope it stops this crap because it’s annoying as hell. My blackberry was going nuts!!

wordpress_logoWordPress created an app (ota install here) for creating and maintaining blog posts. I created (and mistakenly deleted) a small post over on my everything else blog.

The app is in beta and has some room to grow. The biggest pain in the ass that I noticed was creating a link. I had a url copied but could not paste it into the “are you trying to create a link” dialog that I was shown. Other than that, it’s definitely a cool application. I can’t wait to see how it evolves.

Installing Wibiya

View Comments

Wibiya

I signed up for Wibiya a while ago, when I read about it on a tech blog (of which I can’t remember at the moment). I quickly got an invite and it sat…for a very long time. Busy with life and in the “neglect the blog” phase I suppose.

I’m finally getting around to installing it on my blog but I can’t – I’m having issues at the final step. The problem I’m having is that the only link that I can click on the finalization step is the blogger image. This blog is a self-hosted wordpress install. I went to getsatisfaction.com and submitted a question about it. I twittered about it and mentioned @wibiya. I’m hoping that I hear something back soon.

I did a few google searches for this issue and didn’t find anything, so I think I’m missing a step somewhere.

…and before I can click “Publish”, I got a response from @wibiya on twitter letting me know that they are looking into it. That was fast…yet another reason that I’m loving twitter more and more.

Update: It’s fixed! That was awesomely fast! Thanks @wibiya, thanks twitter!!

Holy sheep shit! I just fixed a known (to me) bug in the vox-crossposter WP plugin I wrote a LONG time ago.

All I changed was the character encoding from

$email_headers .= 'Content-type: text/html; charset=iso-8859-1'."\r\n";

to

$email_headers .= 'Content-type: text/html; charset=utf-8'."\r\n";

If you look at the second “known bugs” list at http://www.acedanger.com/vox-crossposter, you will see exactly what I changed. Now I need to get home so I can update the download link and the download from the WordPress Plugin site.

Edit: I updated the source that the download link points to.

Powered by WordPress Web Design by SRS Solutions © 2010 ace’s blog Design by SRS Solutions