web_summarize_with_ai Shortcode
The web_summarize_with_ai shortcode creates links that ask selected third-party AI services to summarize the current public URL.
The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.
Usage
[web_summarize_with_ai]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
prompt_text |
Summarize the information and share the key insights from: {{url}} |
String unless stated otherwise | Use {{url}} to inject the current page permalink into the prompt. |
enabled_platforms |
chatgpt,gemini,perplexity,grok,claude |
chatgpt, gemini, perplexity, grok, claude |
Choose where the summary prompt link should be available. |
icon_color |
14 |
String unless stated otherwise | Controls the icon color. |
icon_bg_color |
9 |
String unless stated otherwise | Controls the icon background color. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
el_id |
— | Valid unique HTML ID | Enter section ID (Note: make sure it is unique and valid according to w3c specification). |
el_class |
— | String unless stated otherwise | If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file. |
Verification
Confirm prompt_text contains {{url}} where the current URL should appear and enable only the intended services. Each link opens the third-party service in a new tab; the visitor decides whether to continue there. Verify the encoded prompt and review the site's privacy information before publication.