PurabTech is technical blog for Programmer and Coders
WordPress Tutorial Add Social Buttons in RSS Feed
Adding social buttons to wordpress RSS feed is always good for SEO and it will increase your website visibility to other users. we have steps for adding social buttons to RSS feed.
How to Add Social Buttons in RSS Feed
WordPress Tutorial Add Social Buttons in RSS Feed
Why social share buttons are important in RSS feed.
RSS feed is super great feature for publishing news to multiple search engine and news site. Through RSS feed your website will viewable to many of people. You may be seen already, some of popular news and bigger websites are showing share buttons in RSS feed. So through RSS feed you can share your articles to social media sites.
Using following simple code snippet you can add RSS feed share buttons to wordpress RSS feed.
<a href="http://www.facebook.com/sharer/sharer.php?u=' . $permalink_encoded . '"title="Share on Facebook"><img src="http://images.purabtech.in/twitter-32x32.png"title="Share on Facebook"alt="Share on Facebook"width="64px"height="64px"/></a>
18
19
<a href="http://www.twitter.com/share?&text='. $post_title . '&url=' . $permalink_encoded . '"title="Share on Twitter"><img src="http://images.purabtech.in/facebook-32x32.png"title="Share on Twitter"alt="Share on Twitter"width="64px"height="64px"/></a>