Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Question about links

New Here ,
Aug 21, 2008 Aug 21, 2008
Hi everyone. I feel like I'm a little behind on this, but lately more and more I've noticed websites, especially news websites, using this technique. For example, in the body of a news story, there might be a mention of "Travel," or "Jobs" or "Barack Obama" and it is a link to someplace else. I'm assuming that the links are automatically generated, possibly with a cfif statement. Can someone explain how this works, or point me in the direction of how it could be done with ColdFusion? Thanks!
245
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 22, 2008 Aug 22, 2008
LATEST
This is actually done with JavaScript after the page has rendered. It is normally a script provided by a third party ad server and the only requirement from you is to put the script in the page.

The script analyses the copy in the page and then puts ads the links on certain keywords.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources