Posts

Showing posts from February, 2023

WordPress Me Bina Plugin Ke Social Media Sharing Button Kaise Add Kare

 rdPress Me Social Media Sharing Button Kaise Add Kare gagan62842p@gmail.com WordPress Me Bina Plugin Ke Social Media Sharing Button Kaise Add Kare WordPress me bina plugin ke social media sharing button add karne ke liye, aapko apne theme ke functions.php file me kuch code add karna hoga. Yeh code aapko social media sharing ke button add karne me madad karega. Niche diye gaye steps ko follow kare: Sabse pehle apne WordPress dashboard me login kare aur Appearance > Theme Editor par click kare. Theme Editor me functions.php file par click kare. Ab aapko functions.php file ke end me niche diye gaye code ko add karna hoga: php Copy code function add_social_media_icons() {     if ( is_single() ) {         ?>         <div class="social-icons">             <a href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>" target="_blank"><i class="fab fa-facebook"></i></a>             <a href=&