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
Thanked by 4alexzher Freshairforlife dnshost Talordata
alexzher
I need relevant comments – for ChatGPT to identify the topic of the article and generate a comment that aligns with the topic.
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.
I need ChatGPT to automatically identify the topic of the article in real time and generate a comment that aligns with that topic
Do not underestimate the budget you'll need. There is lots of input tokens that need to be processed.
Thanked by 1alexzher
cherub SERnuke.com
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.
Thanked by 1alexzher
calix Sweden
If you have some coding experience you can write a small application, and then use the macro:
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.
Supernova Internet
edited March 18
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.
dotasense
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.