WordPress plugin... I need help finding one..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RightHandMan
    Confirmed User
    • Jul 2003
    • 1694

    #1

    WordPress plugin... I need help finding one..

    Im looking for a "webcam" wordpress plugin that will allow me to display an image as a widget under its own category on the sidebar...

    Anyone know of a decent one???
  • ~Ray
    visit hardlinks.org
    • Jun 2003
    • 18361

    #2
    I need a plugin that allows me to paste a rss feed url into it and it will start posting the message from my feed into another blog.
    Adult Backlinks for Adult Websites - Testimonials Available

    Comment

    • CaptainWolfy
      Playa
      • Dec 2005
      • 8439

      #3
      Originally posted by AdvertisingSex
      I need a plugin that allows me to paste a rss feed url into it and it will start posting the message from my feed into another blog.
      wp-o-matic ....

      Comment

      • ~Ray
        visit hardlinks.org
        • Jun 2003
        • 18361

        #4
        Originally posted by empty1987
        wp-o-matic ....
        thank you
        Adult Backlinks for Adult Websites - Testimonials Available

        Comment

        • just a punk
          So fuckin' bored
          • Jun 2003
          • 32393

          #5
          Originally posted by AdvertisingSex
          thank you
          problems:
          wp-o-matic = VERY slow (intensive server usage)
          wp-o-matic = duplicating content
          wp-o-matic = possible database crashes
          wp-o-matic = no support for embedded videos

          solution:
          feedwordpress 0.991
          Obey the Cowgod

          Comment

          • NinjaSteve
            Too lazy to set a custom title
            • Dec 2003
            • 11089

            #6
            I don't know of one but I know of this link for some searching
            http://wordpress.org/extend/plugins/
            ...

            Comment

            • geeknik
              l337 h4x0r!#%
              • Feb 2005
              • 8364

              #7
              Originally posted by RightHandMan
              Im looking for a "webcam" wordpress plugin that will allow me to display an image as a widget under its own category on the sidebar...

              Anyone know of a decent one???
              Look here:

              http://flixn.com/

              http://www.widgetbox.com/tag/webcam

              http://www.flikzor.com/

              http://wordpress.org/extend/plugins/...dpress-widget/

              http://code.google.com/p/wpcam/

              All were found by using Google for about 10 seconds.
              hacker 4 hire.

              Comment

              • just a punk
                So fuckin' bored
                • Jun 2003
                • 32393

                #8
                Originally posted by RightHandMan
                Im looking for a "webcam" wordpress plugin that will allow me to display an image as a widget under its own category on the sidebar...

                Anyone know of a decent one???
                No plugin required. Just add something like this into your sidebar code:

                PHP Code:
                <?php
                if (is_category('2')) {
                    echo "your livecam IFRAME code for category #2";
                } elseif (is_category('3')) {
                    echo "your livecam IFRAME code for category #3";
                } elseif (is_category('8')) {
                    echo "your livecam IFRAME code for category #8";
                }
                ?>
                It's easy as "abc".
                Last edited by just a punk; 01-14-2008, 05:06 PM.
                Obey the Cowgod

                Comment

                • NinjaSteve
                  Too lazy to set a custom title
                  • Dec 2003
                  • 11089

                  #9
                  f'n double post
                  ...

                  Comment

                  • Pleasurepays
                    BANNED - SUPPORTING TUBES
                    • Aug 2002
                    • 11913

                    #10
                    Originally posted by cyberxxx
                    problems:
                    wp-o-matic = VERY slow (intensive server usage)
                    wp-o-matic = duplicating content
                    wp-o-matic = possible database crashes
                    wp-o-matic = no support for embedded videos

                    solution:
                    feedwordpress 0.991
                    what about autolinking words in posts to other pages? i saw a few plugins for this but none of them seemed to work

                    Comment

                    • just a punk
                      So fuckin' bored
                      • Jun 2003
                      • 32393

                      #11
                      Originally posted by Pleasurepays
                      what about autolinking words in posts to other pages? i saw a few plugins for this but none of them seemed to work
                      I never used such a feature. However I heard lots of ppl. use special standalone autolinking plugins w/o problems. Perhaps you should ask Mr. allmighty Google again.
                      Last edited by just a punk; 01-14-2008, 05:18 PM.
                      Obey the Cowgod

                      Comment

                      • ~Ray
                        visit hardlinks.org
                        • Jun 2003
                        • 18361

                        #12
                        Originally posted by cyberxxx
                        problems:
                        wp-o-matic = VERY slow (intensive server usage)
                        wp-o-matic = duplicating content
                        wp-o-matic = possible database crashes
                        wp-o-matic = no support for embedded videos

                        solution:
                        feedwordpress 0.991
                        thank you too
                        Adult Backlinks for Adult Websites - Testimonials Available

                        Comment

                        Working...