Wordpress - Installing Social Bookmarking - Which File has Post Loop?

Discussion in 'WordPress' started by Dubz, May 7, 2007.

  1. #1
    Which file in Wordpress contains the "post loop". I want to change something on all posts.

    Install & Configure - Basics
    1) Upload the social-bookmark.php file into your Wordpress plugins directory.
    2) Activate it via the Plugins area in the admin.
    3) Put this code where you want the social bookmark links to show up:
    <? if (function_exists('social_bookmark')) { social_bookmark(); } ?>
    !!! It must be in the post loop. Above the comments is a great spot. This will not work in the sidebar.
    4) On the Options page in the admin, there is a 'Social Bookmark Creator' submenu. Select that and setup any options.
    5) Test it!


    Where would I put that in?

    Rob
     
    Dubz, May 7, 2007 IP
  2. MarRome

    MarRome Peon

    Messages:
    865
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    0
    #2
    MarRome, May 7, 2007 IP
  3. Dubz

    Dubz Peon

    Messages:
    1,859
    Likes Received:
    156
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Awesome. Thanks alot'

    Finally I just learned that I have to register each post with each service, is that so? Is there a way to do it automatically?
     
    Dubz, May 7, 2007 IP
  4. ahkip

    ahkip Prominent Member

    Messages:
    9,205
    Likes Received:
    647
    Best Answers:
    0
    Trophy Points:
    310
    #4
    nope, you will have to click on the button and bookmark it
     
    ahkip, May 7, 2007 IP
  5. Dubz

    Dubz Peon

    Messages:
    1,859
    Likes Received:
    156
    Best Answers:
    0
    Trophy Points:
    0
    #5
    OK, so no there is no automatic or no you don't need to do anything? Click on it to bookmark on my site or?
     
    Dubz, May 7, 2007 IP