How To Add Follow Button On WordPress Website
Add Facebook Follow Button WordPress, “Did you know that the visitors landing on your website can be easily converted into loyal Facebook followers? Yes, it’s possible! All you need is the right ‘Follow Button’ in the right place. In today’s article by Status Ai Tech, I will guide you through the process of adding a Facebook Page widget and Like button to your website. I will share the exact HTML codes and the simplest integration methods so that you can do it yourself—without any technical hassle.”
About Facebook Integration
Facebook is the world’s largest social media platform. By connecting it to your website, you build Trust and ensure your brand grows on both platforms simultaneously. Status Ai Tech believes that every website owner, whether a developer or a beginner, should know how to bridge this gap to succeed in the digital journey.
Step 1: Copy Your Facebook Page Link
First, you need the correct link (URL) of your page:
-
Open Facebook and go to your professional Page.
-
Look at the top address bar of your browser.
-
Copy the link (Example:
https://www.facebook.com/StatusAiTech).
Step 2: The Ready-to-Use HTML Code
Status Ai Tech has prepared a clean, professional code for you. You don’t need to write any code from scratch; just copy the one below and replace “YOUR_PAGE_LINK_HERE“ with the link you copied in Step 1.
HTML Code for Widget:
HTML
<div style="background: #ffffff; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #e1e4e8; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
<h4 style="margin-bottom: 12px; font-family: 'Segoe UI', Arial, sans-serif; color: #1877F2;">Follow Us on Facebook</h4>
<iframe src="https://www.facebook.com/plugins/page.php?href=YOUR_PAGE_LINK_HERE&tabs&width=340&height=130&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
width="340" height="130" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
</iframe>
<p style="font-size: 11px; color: #888; margin-top: 10px; font-style: italic;">Tutorial provided by Status Ai Tech</p>
</div>
Step 3: How to Install This Code in WordPress
Even if you are not a developer, you can do this in 2 minutes. Follow these steps provided by Status Ai Tech:
-
Login: Access your WordPress Dashboard.
-
Go to Widgets: Navigate to Appearance and click on Widgets.
-
Select HTML Block: Find the area where you want the button (like Sidebar or Footer). Click the (+) icon and search for “Custom HTML”.
-
Paste the Code: Paste the code provided above into the box.
-
Update Your Link: Inside the code, find
YOUR_PAGE_LINK_HEREand replace it with your actual Facebook link. -
Save: Click Update or Save.
Q2. How to Add Custom Social Follow Icons to WordPress Footer
“Adding social media icons to your footer is one of the best ways to keep your audience connected across all platforms. At Status Ai Tech, we believe that a professional footer builds trust and increases your brand’s reach. In this guide, I will provide you with a clean HTML and CSS code to add beautiful follow buttons to your WordPress footer without using heavy plugins.”
Why Add Social Icons to the Footer?
The footer is visible on every single page of your website. By placing follow buttons here, Status Ai Tech ensures that your visitors can find your Facebook, Instagram, or YouTube profiles at any time. This constant visibility is key to growing your digital community.
Step 1: Prepare Your Social Media Links
Before you add the code, make sure you have your links ready:
-
Facebook Page:
https://www.facebook.com/YourPage -
Instagram Profile:
https://www.instagram.com/YourProfile -
YouTube Channel:
https://www.youtube.com/@YourChannel
Step 2: The Custom HTML & CSS Code
Status Ai Tech has designed this code to be lightweight and modern. It uses Font Awesome icons, which are the industry standard for high-quality social logos.
Copy and Paste this Code:
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
.status-ai-footer-social {
display: flex;
gap: 15px;
justify-content: flex-start;
padding: 10px 0;
}
.social-btn {
width: 45px;
height: 45px;
border-radius: 50%; /* Makes the icons round */
display: flex;
align-items: center;
justify-content: center;
color: #ffffff !important;
text-decoration: none;
font-size: 20px;
transition: all 0.3s ease;
}
/* Brand Colors */
.fb-color { background-color: #1877F2; }
.ig-color { background-color: #E4405F; }
.yt-color { background-color: #FF0000; }
/* Hover Effect */
.social-btn:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
opacity: 0.9;
}
</style>
<div class="status-ai-widget">
<h4 style="margin-bottom: 15px; font-family: Arial, sans-serif;">Follow Status Ai Tech</h4>
<div class="status-ai-footer-social">
<a href="YOUR_FACEBOOK_LINK" class="social-btn fb-color" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="YOUR_INSTAGRAM_LINK" class="social-btn ig-color" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="YOUR_YOUTUBE_LINK" class="social-btn yt-color" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
Step 3: How to Install in WordPress Footer
Follow these simple steps recommended by Status Ai Tech:
-
Dashboard: Log in to your WordPress Admin.
-
Widgets: Go to Appearance > Widgets.
-
Footer Area: Locate the “Footer Column” or “Footer Widget Area”.
-
Add Block: Click the (+) button and choose the “Custom HTML” block.
-
Paste Code: Paste the code provided above into the box.
-
Update Links: Replace
YOUR_FACEBOOK_LINK, etc., with your actual URLs. -
Save: Click Update.
By adding these icons, you have successfully professionalized your website’s footer. At Status Ai Tech, our goal is to help you succeed by providing easy-to-use tools and guides. Now your visitors can easily follow your journey on all social networks!
All Friends? If you want to add more icons (like X/Twitter or LinkedIn), just leave a comment below. The Status Ai Tech team is always ready to assist you!
Good Morning Beautiful Family Quotes
How to create Facebook Page on mobile & Pc Desktop
Conclusion: At Status Ai Tech, our mission is to simplify technology so that every individual has the opportunity to grow. By following these steps, you have successfully added a professional Facebook Follow and Like button to your site. This small step will help you reach thousands of new people.
Need Further Help? If you face any difficulty or the code doesn’t appear correctly, please leave a comment below. The Status Ai Tech team is here to support everyone on their path to success!