Looking for 2 WordPress Plugins...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SlamDesigns
    Confirmed User
    • Jul 2005
    • 2339

    #1

    Looking for 2 WordPress Plugins...

    Hey all. Does anyone know if something like these exist, and if they do, where I can find them...

    (1). A plugin that puts a random text link at the end of each post.

    (2). A plugin that can change a word to a text link. Not just change that word to a link, but more like I could load it up with HTML links, and then every time I typed "chloelink" it would insert:
    Code:
    <a href="http://www.chloe18.com" target ="_blank">Click here to see Chloe 18's website</a>
    and every time I typed "peachezlink" it would make a text link to her site, and so forth.
    Last edited by SlamDesigns; 02-06-2007, 02:35 PM.
  • alexg
    IL4L.com
    • Aug 2003
    • 11287

    #2
    i don't know of such plugins but here's a bump for you...

    Find fuck buddies in your area!

    Comment

    • donkevlar
      Confirmed User
      • Sep 2006
      • 4325

      #3
      Search this forum.. there's a post full of useful wordpress plugins that includes a find and replace feature as well as a find and link feature.
      [email protected]

      Comment

      • BigBen
        Confirmed User
        • Nov 2004
        • 2299

        #4
        Should be easy enough for a homebrew solution. Create a php file that has your links:

        PHP Code:
        $chloelink = '<a href="http://www.chloe18.com" target ="_blank">Chloe 18\'s website</a>';
        $peachezlink = '<a href="http://www.peachez18.com" target ="_blank">Peachez 18\'s website</a>'; 
        
        Include that file in your main page template, install PHPexec plugin and just echo the variables where you want the links.

        Blog post:
        Code:
        Come check out <php>echo $peachezlink;</php> at her website!
        Or just use phpGiggle to link certain keywords.

        Comment

        • DjSap
          Confirmed User
          • Jul 2002
          • 3869

          #5
          autolinks:
          http://www.wpplugins.org/plugin/alinks

          for the random text there are tons, just check wp-plugins.net
          Blog Themes, TGP Design, Writing Services, Grunt Work
          ICQ: 66871495

          Comment

          • SlamDesigns
            Confirmed User
            • Jul 2005
            • 2339

            #6
            Thanks everyone. I'm still not seeing exactly what I need though, I don't think. I am really stupid when it comes to PHP, so I'm having a hard time even adequately explaining what I need.

            Comment

            • Miguel T
              ♦ Web Developer ♦
              • May 2005
              • 12473

              #7
              Originally posted by DjSap
              autolinks:
              http://www.wpplugins.org/plugin/alinks

              for the random text there are tons, just check wp-plugins.net
              Thanks for the link mate!

              Full Stack Webdeveloper: HTML5/CSS3, jQuery, AJAX, ElevatedX, NATS, MechBunny, Wordpress

              Comment

              • Aussie Rebel
                Blow Me U Geeks
                • Aug 2001
                • 5108

                #8
                Originally posted by DjSap
                autolinks:
                http://www.wpplugins.org/plugin/alinks

                for the random text there are tons, just check wp-plugins.net
                Thanks for the link, very useful

                Comment

                Working...