Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lvogeltanz Friend
    #186340

    Hi, I’m looking for code where I can set for each link from feed (facebook, twitter, vimeo…) rel=”nofollow” or target=”_blank”. Can you help me? Thanks you

    Saguaros Moderator
    #488444

    Hi,

    By default in joomla, link in article content has that value, you can check it out in: componentscom_contentviewsarticletmpldefault_links.php file:

    [PHP]
    // open in a new window
    echo ‘<a href=”‘. htmlspecialchars($link) .'” target=”_blank” rel=”nofollow”>’.htmlspecialchars($label) .'</a>’;
    [/PHP]

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum