6/14/2007

Testing Nofollow Fix

This is a simple test post for the Nofollow hack I wrote.

The testing is now complete, and I can announce that I have fixed the problem with unquoted Blogger variable tags. Pretty simple.

Will post the solution later this evening. Thanx for you patience on this matter.

8 comments:

Anonymous said...

Testing body link

Webstractions

Anonymous said...

Okay that didn't work ... hmmm. I think the WordPress RegEx only works on anchor tags and not multiple lines of text. More research -- ugh.

Test unescaped quotes while I am here.

"doubles"

'singles'

I

Anonymous said...

Okay, got around the quotes issue.

Techie talk here and how it was done.

Used Heredoc to delimit the $BodyComment& Blogger variable. This in essence converts the variable into a string that can be assigned to a PHP variable. Kewl. Pretty simple, but took me many hours to figure it out. Doh.

Ronnie T. Dodger said...

Bingo! Mission accomplished.

Will post solution on the Tips for Blogspot site as soon as possible.

And just to be sure this thing can handle more than one link in the comment body -- Web Development

Anonymous said...

I wanna know how its works?!

Ronnie T. Dodger said...

@Harrogate - it is a two step process for FTP Blogger.

Start with Parsing Html as PHP which will open up a lot more functionality for your Blogger blog.

Then use the Remove NoFollow from Classic FTP Blogger hack to complete the process.

Anonymous said...

How'd you manage to pull that off? I haven't been able to figure this out yet!

Anonymous said...

Umm, Franklin, it was mentioned in the comment above yours.