I think for blog comments though you should just get your AI of choice to generate a load of generic comments, spin them, and replace the default data with your spintax. Eg: give me 20 generic blog comments. each comment should contain multiple sentences
For blog comments, the engine gives you access to two macro variables: %meta_keyword% and %blog_title%, extracted from the meta keywords tag and title tag of the comment page respectively. You could perhaps use those two in your prompt instead of sending the entire page to be processed as @organiccastle says.
You server would then receive the targeturl, for which you could then download the entire DOM, extract all textual content and ask the AI to write a good comment.
For blog comments, the engine gives you access to two macro variables: %meta_keyword% and %blog_title%, extracted from the meta keywords tag and title tag of the comment page respectively. You could perhaps use those two in your prompt instead of sending the entire page to be processed as @organiccastle says.
I wish we had a variable for author nick/admin name (anyone) as well. @Sven I'd appriciate if you can get it done. Guess extracting such variable is not difficult at least on WP . It would make a big difference in approval (on niche site) as it create a nice personna.
This would be a really useful feature especially for generating blog comments and forum posts in real time.
It would be even better if support for OpenRouter.ai could be included as well. With OpenRouter, users can route requests to multiple AI APIs and providers from a single place, which gives much more flexibility in terms of model choice, pricing and reliability.
Having that kind of integration would make the feature more future-proof and convenient for users who don’t want to rely on just one provider.
I think the purpose of this post is to let GSA SER post unique comments related to the blog post. If that's the case, I totally agree and need to know to.
Comments
I think for blog comments though you should just get your AI of choice to generate a load of generic comments, spin them, and replace the default data with your spintax. Eg: give me 20 generic blog comments. each comment should contain multiple sentences
Nice examples
Example: #openai[gpt-3.5-turbo,write a positive sentence about humans.]
Output: Humans have managed not to kill themselves as a species (yet).
Example: #openai[gpt-4,Case Study,10,SEO Software,0.7]
Output: A case study about SEO Software would be very nice.
%file-http://your-web-server/comment-generator/?target=$targeturl$%
You server would then receive the targeturl, for which you could then download the entire DOM, extract all textual content and ask the AI to write a good comment.