• So hey, it’s My First Plugin!

    http://greengabbro.net/plugins/weighted-words/

    It provides a template tag that lists commonly-used words from your blog posts, and displays them in a trendy heat map. Answers burning questions like “gee, do I overuse the word ‘antidisestablishmentarianism’?”

    It’s fairly straightforward, but please let me know if you have any problems with it.

Viewing 15 replies - 16 through 30 (of 31 total)
  • Are you running the latest version of WordPress?

    make sure that the start and the end of the php file contain NO white spaces or extra spaces. That’s the only thing I can think of. Then reupload it.

    cool, thanks, i got it to work, and my highest word count is
    “day!bad” ???

    http://www.hisyam.com/about/ on wp 1.5.1.1

    nice one yami, thanks :^)

    yami, this line:

    echo '/index.php?s=' . $word . '&submit=ww';

    needs to be changed to this:

    echo '/index.php?s=' . $word . '&submit=ww';

    in order to validate to XHTML 1.0 Strict. Otherwise except for not being able to tweak one theme to left justify the first line of the word-list, it’s working great!

    Thanks for a nifty addition.

    hisyam, can I ask how you got around the error you were suffering from?

    i got an error after i downloaded, unzip, upload the file. after that i open the plugin file. went to the first line, hit enter and backspace/delete to make no spaces/extra spaces and did the same for the last line. the weird thing is that there were no extra spaces to begin with =/
    but anyhow after doing that the plugin starts to work again 🙂

    Thanks for the plugin. I was thinking about doing something like this myself, now I don’t have to.

    Heh, cheers hisyam.

    but im still wondering why is the plugin detect “day!bad” as a single word

    Thread Starter yami

    (@yami)

    I’m guessing it had something to do with this post… that, and I left the exclamation point off the list of punctuation to use when splitting words, d’oh!

    I’ll put together Version 1.1 sometime this week, with the validation fix (thanks, vkaryl!), punctuation fixes, and more detailed documentation. Hopefully it’ll be sooner rather than later, but we’ll see…

    Very cool! I agree that having nice URLs would be a plus.

    sweet, thanks for having a look at that. Will look forward for your next update, ofcourse…

    Nice plug in, but I have a problem, it will not work with swedish letters lika Ã¥ ä and ö (I spell it with html if there is a problem with this letter here): å ä ö
    Instead of this letters this plug in shows questionmark (?)
    Anyone who knows how to fix this? Thanks!

    /Mats, Sweden

    Thread Starter yami

    (@yami)

    For anyone still following this thread: version 1.1 is available, official support thread here.

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘new plugin – weighted words’ is closed to new replies.