Will pay $$Cash$$ for javascript help

7 replies
I have a wordpress blog that was created for my review site. I am trying to use prosper 202 to track my keywords. The problem is that i need to put a javascript code into each landing page i create within worpress.

The other problem is that i cant do this cause my landing pages are my posts. I have tried plugins and other stuff but nothing seems to work. Please if someone knows javasript and wordpress blogs i need help learning how to input this code each time i make a new post and do a review so i can track.

I know there is a very long way to do this but i need a simpler way because i put up dozens of posts at a time and the long way is WAY too time consuming. Can someone ask me a few questions to assess where im at?

Name your price for your time and help and i will paypal.

Thanks

jake
#$$cash$$ #javascript #pay
  • Profile picture of the author lisag
    Do you want a different tracking code for every post, or do you just want to track traffic to the posts in general?
    Signature

    -- Lisa G

    {{ DiscussionBoard.errors[1585670].message }}
    • Profile picture of the author Jakehyten
      Originally Posted by lisag View Post

      Do you want a different tracking code for every post, or do you just want to track traffic to the posts in general?
      i need to put a new javascript into each review i create

      i review products and each product review is a new post. So i need a certain javascript placed on each post. And its a different JS for each post so i cant just put on for EVERY post.

      I am not very technical so i hope this makes sense. thank you
      {{ DiscussionBoard.errors[1585703].message }}
      • Profile picture of the author lisag
        Originally Posted by Jakehyten View Post

        i need to put a new javascript into each review i create

        i review products and each product review is a new post. So i need a certain javascript placed on each post. And its a different JS for each post so i cant just put on for EVERY post.

        I am not very technical so i hope this makes sense. thank you
        The news is not good. Have you read this post?

        Tracking Wordpress Landing Pages With Prosper202 | NickyCakes.com
        And to make it worse, that is the post that the Proper202 support forum points people to.
        Signature

        -- Lisa G

        {{ DiscussionBoard.errors[1585707].message }}
  • Profile picture of the author lisag
    Hmmm. Here's a WP plugin that claims Prosper202 support. $140 bucks though.

    Review Plugin For Wordpress ? Powerful Review Software For Websites
    Signature

    -- Lisa G

    {{ DiscussionBoard.errors[1585719].message }}
  • Profile picture of the author Richard Pickett
    Hey Jake,

    Have you tried switching to the "html" edit for each post and put in your <script></script> block there?

    I haven't needed javascript per-post like you, so I haven't tried it.

    Another idea is to put a certain tag like this: <span id='unique_id'></span> and have one javascript that is included on every post (in your theme) that uses the on document ready to search for each of the different unique_ids you have (each post has a different id), and the function that "operates" on that id just initializes the javascript you wanted for just that post.

    Hope that's not over your head. I can help if you'd like.
    Signature
    Mastering Email Delivery
    Have (or want) a large list and want to ensure delivery and eliminate spam reports?
    Inbox me
    {{ DiscussionBoard.errors[1596316].message }}
  • Profile picture of the author mattalways
    If the codes are similar with just the URL changing like it would for a social bookmarking link, you could easily add that with PHP into the post section in single.php

    You could also add a custom field into your posts and display it on the single.php page using this code...

    Outside of the post loop:
    <?php get_post_meta($post_id, $key, $single); ?>

    Inside of the loop:
    <?php echo c2c_get_custom('custom_field'); ?>
    Signature

    Quit wasting your money! If you need a website, get me to do it right! I'll probably even do it for less! Design/Development/Software, I'm your guy! matt@snidge.com
    {{ DiscussionBoard.errors[1598862].message }}

Trending Topics