Hello and welcome! You have been greeted on this blog by the smiley Person That Does Not Exist! Did you know about them? 🙂
But wait, how?!
Every time you refresh this page, you will be greeted by a new person! But I will tell you the secret – none of these people exist in real life – so you will be greeted by someone unique (and will never see this person again!). How cool is that!
If you’re looking to create a more dynamic and engaging experience on your blog, one exciting way to do so is by displaying AI-generated faces that change with every page refresh – and it is up to you how you want to use it!
Using a website like thispersondoesnotexist.com, you can show visitors a different, unique face each time they visit, without having to use stock images or real photos. Here’s how you can implement this feature on your WordPress blog, especially if you’re aiming to make your site more interactive and stand out:
Option 1: Embedding the Image URL in HTML
- Get the Image URL:
- Go to thispersondoesnotexist.com and refresh the page to generate a new, AI-created face each time.
- Right-click on the image and copy the image URL (the address of the AI-generated face).
- Add the Image to Your Post:
- In the WordPress post editor, switch to the HTML view and insert the following code:
<img src="https://thispersondoesnotexist.com" alt="AI-Generated Person"> - Each time the page is refreshed, the website will load a new, unique face without needing you to change anything manually.
- In the WordPress post editor, switch to the HTML view and insert the following code:
- Publish Your Post:
- After saving and publishing, visitors will be greeted with a new face each time they visit the blog, keeping the content fresh and engaging.
Option 2: Using JavaScript (For WordPress.org Sites)
If you’re using WordPress.org, you can add more flexibility by using JavaScript to dynamically load a new face every time the page loads. Here’s how:
- Install a Plugin:
- Use a plugin like Insert Headers and Footers or Custom HTML Block to add custom JavaScript to your site.
- Add the JavaScript Code:
- Use this script to generate and display a new face each time the page is loaded:
<script> document.addEventListener("DOMContentLoaded", function() { var img = document.createElement("img"); img.src = "https://thispersondoesnotexist.com"; img.alt = "AI-Generated Person"; document.body.appendChild(img); // Or append to a specific div }); </script>
- Use this script to generate and display a new face each time the page is loaded:
- Save and Publish:
- This script will automatically add a new image to your page each time it is loaded.
Option 3: Use a Plugin (For WordPress.org)
If you want more customization, you can also look for a WordPress plugin that allows you to fetch and display external images, like External Images or Custom HTML plugins. These can help automate the process of embedding new AI-generated faces without writing any code manually.
Benefits of AI-Generated Faces
- Fresh Content: Displaying new, unique faces each time keeps your blog visually interesting and dynamic.
- Anonymity: If you prefer not to use real photos, this approach provides a way to maintain anonymity while still offering a human touch to your content.
- Engagement: The novelty of seeing a new face every time a page is loaded can keep visitors coming back, curious to see what new face will greet them next!
This method adds an innovative, visually appealing element to your blog while saving you time and effort by using AI-generated images. Happy blogging!
And what are your ideas to use this tool to enhance your online presence?
Please share i the comments section, let your creativity take over!

Subscribe today to follow me for more tips on how to leverage AI to make your content more interesting and appealing with not much effort and take your blog to the next level! 🙂
Discover more from In The Loop
Subscribe to get the latest posts sent to your email.
Wow this is cool 🙂🙂🙂
LikeLike
Thank you, we are happy to learn about ideas where else this could be used – marketing materials (to add human touch) or anything else less conventional maybe ☺️
LikeLike