Forum Replies Created

Viewing 6 replies - 106 through 111 (of 111 total)
  • Forum: Plugins
    In reply to: Flickr Tags for your blog

    i like it ??

    Ok someone whos familiar with javascript, more so then me, finish this ??

    I have to leave or I would but it’s giving me an error

    <style id="spoiler"><!--
    .spoiler {
    visibility: hidden;
    }
    --></style>
    <scrpt language="JavaScript" type="text/javascript"><!--
    function showSpoilers()
    {
    object = document.getElementById("spoiler");
    object.disabled = true;
    }
    --></script>
    <span onclick="showSpoilers();" onmouseover="this.style.cursor="hand";">Show Spoilers</span>
    Spoiler: <span class="spoiler">Spoiler would go here</span>

    Spoiler: <span class="spoiler">Spoiler2 would go here</span>

    — Also seems i broke bbPress ??

    The htmlarea (WYSIWYG) plugin thats on here somewhere, has one built into it when you click the image button.

    It’s what I’m using on my website and it works good (WP 1.5)

    I do like how vBulletin does it tho, there’s is all simple you can copy and paste an article from another page, even if it has an image or something in it. vB takes all the and parses it into your article. It will insert the image (showing the thumbnail), it’ll insert any special colors it was using, etc.

    Forum: Plugins
    In reply to: New Flickr Plugin
    Thread Starter zeeg

    (@zeeg)

    If that’s not what you meant and it was more of a “why not just make them go to your flickr.com photo album” I prefer to have it integrated w/ my site so they can just click to easily get to the Journal again.

    I dont think spambots process javascript ??

    Forum: Plugins
    In reply to: New Flickr Plugin
    Thread Starter zeeg

    (@zeeg)

    What do you mean? It’s pulling the images off of flickr, they’re not on the server.

Viewing 6 replies - 106 through 111 (of 111 total)