Add tags to links in comments
-
Glad you fixed the “tags for links without queries” problem!
The other change I’ve made to your excellent plug-in was to enable it for comments as well as for posts:
/** *Add Affiliate Tags to Amazon Links in Comments *(for Amazon Affiliate Tags Plug-In) **/ if ( function_exists( 'AddTag') ) { add_filter('comment_text', 'AddTag'); }
I add that to functions.php, though in the past have also hacked the filter directly into amazify.php. Have not noticed any decline in performance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add tags to links in comments’ is closed to new replies.