we given all share button wordpress code of all social sites. You not need to add any wordpress plugin for adding social buttons. Here all button code given.
For social networking and sharing your article many people use the different wordpress plugins. But When you use the wordpress plugin for sharing article that will fire extra mysql request to database. Sometime your site will became slow or stop functioning due to unwanted wordpress plugin.
all share button wordpress code of all social sites
I recommend not to use any wordpress plugin for sharing the article. You can use following code for sharing your article. You need to just add the following code in your wordpress theme files. just use following code in index.php or single.php file.
For Designfloat http://www.designfloat.com/submit.php?url=[URL]&title=[title] For Blogger http://www.blogger.com/blog_this.pyra?t=&u=[URL]&l&n=[title] For RSS feed [URL]/feed/ For google buzz http://www.google.com/reader/link?url=[URL]&title=[title]&snippet=[desc]&srcURL=[YOUR BLOG'S URL HERE]&srcTitle=[YOUR BLOG'S NAME HERE] For Linked In http://www.linkedin.com/shareArticle?mini=true&url=[URL]&title=[title]&summary=[desc]&source=digcms For Mixx http://www.mixx.com/submit?page_url={url}&title={title} For Netvibes http://www.netvibes.com/share?title=[title]&url=[URL] Twitter: http://twitter.com/home?status=[title]+[URL] Facebook: http://www.facebook.com/share.php?u=[URL]&title=[title] Digg: http://www.digg.com/submit?phase=2&url=[URL]&title=[title] Mixx: http://www.mixx.com/submit?page_url=[URL]&title=[title] Delicious: http://del.icio.us/post?url=[URL]&title=[title]¬es=[desc] Google: http://www.google.com/bookmarks/mark?op=edit&bkmk=[URL]&title=[title]&annotation=[desc] Design Bump: http://www.designbump.com/node/add/drigg/?url=[URL]&title=[title]&body=[desc] Design Moo: http://www.designmoo.com/node/add/drigg/?url=[URL]&title=[title]&body=[desc] Design Buzz: http://buzz.yahoo.com/buzz?targetUrl=[URL]&headline=[title]&summary=[desc] DZone: http://dzone.com/links/add.html?url=[URL]&title=[title]&description=[desc] Tumblr http://www.tumblr.com/share?v=3&u=[url]&t=[title]&s=[description] Email1: mailto:?subject=[title]&body=[URL] Email2: mailto:?subject=[title]&body=[description] StumbleUpon: http://www.stumbleupon.com/submit?url=[URL]&title=[title] Reddit: http://www.reddit.com/submit?url=[URL]&title=[title] Technorati: http://technorati.com/faves?add=[URL]&title=[title] Newsvine: http://www.newsvine.com/_tools/seed&save?u=[url]&h=[title] Sphinn: http://sphinn.com/submit.php?url=[url]&title=[title] Slashdot: http://slashdot.org/bookmark.pl?title=[title]&url=[url] Ping.fm: http://ping.fm/ref/?link=[url]&title=[title]&body=[desc] Evernote: http://www.evernote.com/clip.action?url=[URL]&title=[title] Friendfeed: http://www.friendfeed.com/share?url=[URL]&title=[title] Sphinn http://sphinn.com/index.php?c=post&m=submit&link=[url] Blinklist http://www.blinklist.com/index.php?Action=Blink/Addblink.php&Url=[url]&Title=[title] Fark http://cgi.fark.com/cgi/fark/farkit.pl?u=[url]&h=[title] Propeller http://www.propeller.com/submit/?url=[url] Netvouz http://www.netvouz.com/action/submitBookmark?url=[url]&title=[title]&popup=no ShpereIt http://www.sphere.com/search?q=sphereit:[url]&title=[title] Live https://favorites.live.com/quickadd.aspx?marklet=1&url=[url]&title=[title] Myspace http://www.myspace.com/Modules/PostTo/Pages/?u=[url]&t=[title] Slashdot http://slashdot.org/bookmark.pl?url=[url]&title=[title]
You just need to use the following code instead of [url]
<?php the_permalink(); ?>
For description use following code.
<?php the_excerpt();
For Title use following code.
<?php the_title(); ?>
I used above code in digcms.com. You can check that on that site.
This will reduce you database queries.
Greate code for sharing the wordpress post with above code.
code doesn’t works unfortunately i tried all possible ways as you explained sir. but it gave me error 🙁