+ Reply
Results 1 to 1 of 1
  1. #1
    What's Jailbreak? jeppeb's Avatar
    Join Date
    Feb 2008
    Posts
    10
    Thanks
    0
    Thanked 2 Times in 1 Post

    Default WordPress plugin for Your Repository

    With the new ‘yrwp’-WordPress plugin, users can add applications or themes from within your blog to their Your Repository account without having to leave your blog.
    You can also add applications or themes you’re writing about to your own repository, of which you can give the URL to your readers.

    It works like this:
    - When writing a post you can fill in which application you are writing about.
    - If your post is about an application (or theme, or ebook) there will be an ‘Add this to YR!’ link under the post.
    It’s easy like that!

    Installing goes like this:
    - Add the following code everywhere you want to show the ‘Add’ link:
    <!-- Your Repository function starts here //-->
    <span class="yr-link"> <?php
    ob_start();
    the_ID();
    $yr_postid = ob_get_contents();
    ob_end_clean();
    yr_makelink($yr_postid);?></span>
    <!-- Your Repository function ends here //-->
    - Add the plugin by uploading the ‘yrwp’ folder to your ‘wp-content/plugin’ folder.
    And that’s it!

    You can get it from http://yourrepository.com/wp
    You can see it working on my blog: JeppeBlog
    If you have any questions, ask them here or mail me at [email protected]

    Jeppe
    Last edited by jeppeb; 06-08-2008 at 01:55 PM.
    Your Repository
    Over 3500 apps, just at your fingertips.

    The WebClipper
    Every website has it's webclip!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts