This plugin is delightful.
Anyone can quote the great Jazz Quotes (*cough*Matt), but who can quote their own posts now!! The Quoteable You awaits.
Actually in the situation I'm using it in, my Posts are all Songs anyway, so the plugin generates random song quotes, on that blog. It's great. Thanks again Kaf. Just what I was looking for.
By the way, I applied the "IF" trick, which I've learned is good practice:
<?php if (function_exists('szub_random_line')) { szub_random_line('link=1&apply_filter=0&strip_tags=1&echo=1'); } ?>
Now, my questions.
1. I don't know what the Filtering option does, and Filtering doesn't turn up much in the Codex. Is this removing apostrophes and ampersands and such?
2. The output acts like it is enclosed in a paragraph tag, I want to display it inline. Example,
<ul><li><strong>QUOTE:</strong><?php if (function_exists('szub_random_line')) { szub_random_line('link=1&apply_filter=0&strip_tags=1&echo=1'); } ?></li></li></ul>
I want result:
QUOTE: "Here is a one-liner quote from my posts"
But I am getting:
QUOTE:
"Here is a one-liner quote from my posts"
Any ideas?
3. Finally, Kaf, just to prod you to do your best work, can you make it show the title="Post Title" in the tooltip when the quote is a link? (Apply the title attribute of the hyperlink)