Instructions
You can use a tracking code hack to make the links in your RSS open up in a new window or tab using JavaScript.
<script type="text/javascript"> if (typeof(x$) != 'undefined') { x$(document).ready(function() { x$('.module_feed').find("a").attr("target", "_blank" ); }); } </script>
You can replace module_feed with module_about_user if you want all links in your Profile information to open in a new window.
Similar Articles:
- None Found