Will pay $$Cash$$ for javascript help

by 7 replies
8
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
#programming #$$cash$$ #javascript #pay
  • Do you want a different tracking code for every post, or do you just want to track traffic to the posts in general?
    • [1] reply
    • 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
      • [1] reply
  • Hmmm. Here's a WP plugin that claims Prosper202 support. $140 bucks though.

    Review Plugin For Wordpress ? Powerful Review Software For Websites
  • 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.
    • [1] reply
    • Hi,

      I know both wordpress and javascript. PM me and I'll see what I can do to help.
  • 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'); ?>

Next Topics on Trending Feed

  • 8

    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.