If you have wordpress site and easily promote RSS feed in wordpress then you can use our simple code to add in functions.php file. RSS feed are important for every website.
easily promote RSS feed in wordpress
Open your functions.php file. you can find this file in your currently activated wordpress theme folder. just put following code in that file.
<h3>Enjoyed this article?</h3> <p>Please consider subscribing to our
06
<a class="feed"href="<?php bloginfo('rss2_url'); ?>"title="Subscribe via RSS">RSS feed!</a>
07
</p> </div>
08
<?php } }
09
10
add_filter('the_content','wpapi_promote_feed');
Here I used “the_content” filter, which will add simple RSS subscriber link at bottom of your content. If you want to add custom image or CSS for link then you need to modify this code littlebit.
First you need to download social icons. Make sure icons are free. add social media buttons to wordpress sidebar Using simple HTML code, given by us. You just need copy and paste following code in to your sidebar text wordpress widget.
How to add social media buttons to wordpress sidebar
I created following steps to add the icons to wordpress site for non developers.
1. Upload the icon image(s) to your media library.
How to add social media buttons to wordpress sidebar
2. Add a “Text” widget to your sidebar and insert code similar to the following:
I found very useful links to find and download the social networking icons. In every website we required the social icons and vector images for using the site. I collected some we nice collection of social icons links.
1000 free social networking vector icons
There are indeed free high-quality icon sets. Through icons we can check the web designers and graphic artist’s skill.