Does anyone know where in CKEditor I can setup, so all links added will have rel=”nofollow”, even if the users don’t specify it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a data filter as explained in this page that checks every link:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Data_Processor
This (untested) code should be more or less what you need: