If you also want to add WhatsApp and Telegram group join button widgets on your WordPress website posts, then you have come to the right place. I'm going to tell you how to add buttons to join WhatsApp and Telegram groups to your WordPress website.
You must have seen many such websites where button widgets for joining WhatsApp, Telegram, Instagram and YouTube channels are installed.
Especially the WhatsApp and Telegram group join buttons, so if you also want to install a stylish social media join button widget like these, read this article carefully.
Before installing the WhatsApp and Telegram join button widget, let us tell you its benefits. Why do all bloggers install WhatsApp and Telegram join button widgets on their websites?
Benefits Of Installing Buttons To Join Whatsapp And Telegram Groups
Website owners and content creators get many benefits from installing WhatsApp and Telegram group join buttons in WordPress posts. Here are some benefits:
1. Direct Community Engagement – Users can instantly connect to the community or group associated with the WordPress post without leaving the site.
This facilitates quick and direct engagement.
2. Improved user interaction: Join group buttons encourage users to participate in discussions, share opinions, and connect with like-minded people who have similar interests related to the content of the post.
3. Greater social sharing: Users are more likely to share content when they can easily join associated groups.
4. Cross Promotion Opportunities: Businesses and content creators can take advantage of the join group buttons to promote related products, services, or events within the community.
This can lead to higher conversions and brand loyalty.
5. Marketing and Promotions: Marketers can use group join buttons to create exclusive groups for promotions, discounts, or early access to content.
6. Mobile-optimized experience: WhatsApp and Telegram are popular mobile messaging apps.
Group join buttons provide a mobile-friendly way for users to connect with the community, recognizing the prevalence of mobile users.
7. Community Building Within Niche Content: For websites that focus on specific niches or topics, group join buttons help build a dedicated community around the shared interests discussed in the WordPress post.
8. Increase website traffic: By adding WhatsApp and Telegram join buttons on your website, people will join your group and channels and you will gradually get thousands of followers.
Every time you publish a new post, you will be able to share its link in your WhatsApp group and Telegram channels.
You will get many visitors to your post immediately. This will increase your website traffic.
How to Add Buttons to Join WhatsApp and Telegram Groups in WordPress Posts
- First of all, go to your website's dashboard.
- Now go to plugins and install the Ad Inserter plugin.
- Now go to the ad insertion plugin settings.
- You now have the option to enter 16 codes here.
- You can paste the Codes in the empty box of any number.
- Now the Insert option will be disabled. By clicking on it, you can select the location, wherever the join button will be displayed.
- Now click on save option.
WhatsApp and Telegram group join button widget code
- The code I give you has 3 buttons: WhatsApp, Telegram and Instagram.
- First of all, copy or download this code and open it in any notepad.
- After that find YOUR_WHATSAPP_GROUP_LINK in this code, then instead you have to put your WhatsApp group link or your WhatsApp channel link.
- Similarly, links to Telegram and Instagram should also be added, after this this code will be ready, then you can use it wherever you want on your website.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"><style>.group-card {margin-bottom: 20px;position: relative;border: 2px solid transparent;border-radius: 5px;background: #f0f8ff;display: flex;align-items: center;padding: 7px;justify-content: space-between;overflow: hidden;}.whatsapp-card {animation: whatsapp-border-animation 1s infinite;}.telegram-card {animation: telegram-border-animation 1s infinite;}.instagram-card {animation: instagram-border-animation 1s infinite;}@keyframes whatsapp-border-animation {0% {border-color: transparent;}50% {border-color: #25d366;}100% {border-color: transparent;}}@keyframes telegram-border-animation {0% {border-color: transparent;}50% {border-color: #004F7A;}100% {border-color: transparent;}}@keyframes instagram-border-animation {0% {border-color: transparent;}50% {border-color: #E1306C;}100% {border-color: transparent;}}.seoquake-nofollow {display: inline-flex;align-items: center;justify-content: center;font-size: 1rem;font-weight: bold;text-decoration: none;padding: 5px 20px;border-radius: 2px;flex-shrink: 0;transition: all 0.3s ease-in-out;color: white !important;}.seoquake-nofollow i {margin-right: 5px;}.whatsapp-card .seoquake-nofollow {background: #25d366;}.telegram-card .seoquake-nofollow {background: #004F7A;}.instagram-card .seoquake-nofollow {background: #E1306C;}.seoquake-nofollow:hover {transform: scale(1.05);}</style><div class="group-card whatsapp-card"><span style="display: flex; align-items: center;"><i class="fab fa-whatsapp"style="font-size:24px;color:#25d366;"></i><span style="font-weight: bold; margin-left: 10px; font-size: 0.9rem !important;">WhatsApp Group</span></span><a class="seoquake-nofollow" href="YOUR_WHATSAPP_GROUP_LINK" rel="nofollow noopener noreferrer"target="_blank"><i class="fab fa-whatsapp"></i> Join Now</a></div><div class="group-card telegram-card"><span style="display: flex; align-items: center;"><i class="fab fa-telegram"style="font-size:24px;color:#004F7A;"></i><span style="font-weight: bold; margin-left: 10px; font-size: 0.9rem !important;">Telegram Group</span></span><a class="seoquake-nofollow" href="YOUR_TELEGRAM_GROUP_LINK" rel="nofollow noopener noreferrer"target="_blank"><i class="fab fa-telegram"></i> Join Now</a></div><div class="group-card instagram-card"><span style="display: flex; align-items: center;"><i class="fab fa-instagram"style="font-size:24px;color:#E1306C;"></i><span style="font-weight: bold; margin-left: 10px; font-size: 0.9rem !important;">Instagram Group</span></span><a class="seoquake-nofollow" href="YOUR_INSTAGRAM_GROUP_LINK" rel="nofollow noopener noreferrer"target="_blank"><i class="fab fa-instagram"></i> Join Now</a></div>