As content creators, writers worldwide consistently ask themselves how they can help their readers learn more about a concept without going into an excessive explanation that risks the flow of their message (and the average reader’s attention).
Writers struggle with using hyperlinks effectively because excessive linking can harm both readability and SEO 1 performance.
While they may italicize or bold text for emphasis, this approach doesn’t provide context or allow readers to explore topics in depth. To compensate, they invent systems like footnotes but constantly worry whether their notes are too long or too short to adequately explain a subject.
From a reader’s perspective, when none of the above helpers are present, they simply ” Google” something to learn more about it.
Now, with the advent of LLMs, we’ve seen the landscape begin to shift.
As content creators, how can we help our readers verify, investigate and cross reference our content without over stimulating them?
LLM chatbots like ChatGPT, Claude, and websites like PerplexityAI have become the user-preferred replacement for traditional Google search, while the trend to leave Google and use these tools is only increasing over time.
We are in the Brave New World of user experience, so how can we adapt?
How can we make topic exploration less invasive while giving readers agency to decide when to drill down into specific concepts?
One answer is to leverage a browser’s text highlighting feature and provide a toolbar for leveraging these new AI tools.
Combined with JavaScript event listeners, we can capture text highlight events and prompt the user with an option to drill down deeper into a subject.
All we need to do on our end is decide which AI service we are going to offer to our readers, and the one we chose for this website is Perplexity AI.
Why Perplexity AI?
We wanted to select an AI service that was not gatekept by user accounts or paywalls. We wanted something similar to Google that accepted query-based search but with the computational power of a large language model. Perplexity was the natural choice for this pilot 2.
We knew a feature like this was something that someone would build eventually, and we were surprised when we did not find it or see anyone else doing it. So we built it ourself.
Our WordPress Perplexity Plugin (link at the bottom of the article) addressed our goals through a streamlined text-selection-lookup-mechanism.
At the time of writing this article we have already installed this tool on this website and it should be active now; however, the current implementation only works on non-mobile devices 3. So if you are on your desktop then please, go ahead and give it a try!
Highlight some text
Click the Perplexity button to open Perplexity in a new tab
And you should see an extrapolation of your highlighted text,
Providing additional information.
Google wasn’t a bad system for research, but Perplexity appears better suited for educational side-quests.
And that’s it!
Overall, the final implementation that we developed is simple and lightweight. It is only active on the blog “post” post type for WordPress and comes with hardcoded controls that a WordPress administrator can edit before installing this plugin.
So, what’s next?
In the future, this idea could (and should!) be expanded to:
- Activate services beyond Perplexity, such as ChatGPT, Claude, and Grok.
- Collect and store query information to help site administrators understand what their users are looking up.
- Implement additional tool items such as printing features or social share features.
- Implement additional prompt formats for additional control on how information is prompted.
- Mobile support.
This effort we’ve created and shared with you today is just the bare minimum, but it is working quite well for us, and we hope you enjoy it, too.
How to Download
The WordPress Perplexity Plugin is available and can be downloaded for free through the GitHub repository.
Development and maintenance is handled by our members here at the GBTI Network; a private members network and cooperative with a passion for product and content development. We’re always looking for new blood to join our community so check us out!
We hope you enjoy this plugin! If you need help installing it, or would like something similar built for your platform, please let us know! We can help arrange talent very quickly for your small and large projects alike.
Notes & References
- Search Engine Optimization (SEO) is the process of improving a website’s visibility in search engines.
- A pilot program is a small test run before full implementation.
- Unfortunately, we have experienced technical difficulty in getting queries to pass from browser to the mobile Perplexity app on iOS. We ideally want this feature to work for mobile devices, too, and it should, but until we have a work around we need to leave it enabled for Desktops only.
Comments are powered by Reddit.
Loading comments...