Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Here is my text/ keywords inside my blog post.

<b>Song Title:&nbsp;</b>Nothing Like Us (Bonus Track)<br />
<b>Artist:&nbsp;</b>Justin Bieber<br />
<b>Info:&nbsp;</b>Believe Acoustic 2013<br />

And below is the given ads code. My question is how to pass the above song title text 'Nothing Like Us' or artist name 'Justin Bieber into the <song name> or <artist name> into the script below? So it can fill the ads code automatically and I don't have to copy paste everything everytime I post new lyrics (legally licensed). What to do on the above post contents and below ads script?

<script language=JavaScript src="htp://lyricfind.rotator.hadj7.adjuggler.net/servlet/ajrotator/275966/0/vj?z=lyricfind&dim=35518&click=&kw=<artist name>,<song name>,<album name>,<genre>&artist=<artist name>&song=<song name>&album=<album name>&genre=<genre>"></script><noscript><a href="htp://lyricfind.rotator.hadj7.adjuggler.net/servlet/ajrotator/275966/0/cc?z=lyricfind"><img src="htp://lyricfind.rotator.hadj7.adjuggler.net/servlet/ajrotator/275966/0/vc?z=lyricfind&dim=35518&click=&kw=<artist name>,<song name>,<album name>,<genre>&artist=<artist name>&song=<song name>&album=<album name>&genre=<genre>&abr=$imginiframe" width="300" height="50" border="0"></a></noscript>

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.