Tlačítka pro Twitter, Facebook, Google +1, LinkedIn a Stumbleupon

**Add Twitter, Facebook Like, Google plus one Social share**
„http://wordpress.org/extend/plugins/twitter-facebook-google-plusone-share/“:http://wordpress.org/extend/plugins/twitter-facebook-google-plusone-share/

This plugin is the most efficient way to integrate the important social share buttons like twitter, facebook like, google +1 (plus one), LinkedIn and stumbleupon in three different position and styles.

The biggest selling point of this plugin is the placing of javascript in the code which are required by this social share buttons. The biggest sin most of the developers do is place the call to script where they display the plugin or load the javascript in header.

Použito **zde** a na „vyhledávači přesmyček“:http://anagrammer.org

*Alternativy*

**1-click Retweet/Share/Like**
„http://wordpress.org/plugins/1-click-retweetsharelike/“:http://wordpress.org/plugins/1-click-retweetsharelike/

Shows following 8 buttons on your blog posts:

– Google +1
– Facebook Like
– Facebook Share
– Twitter button
– LinkedIn Share
– StumbleUpon
– Digg
– Email

AND, Facebook Recommendations in the Widgets Sidebar

„Demo »“:http://dev30.linksalpha.com/?p=8

Plugin also enables you to Automatically Publish or Self Publish your Blog Posts to 30+ Networks.

– Facebook Profile/Wall
– Facebook Pages
– Facebook Events
– Facebook Groups
– Twitter
– LinkedIn
– and more

**Metroshare**
„http://wordpress.org/plugins/metro-share/“:http://wordpress.org/plugins/metro-share/

Super fast and super customizable social sharing. Adds Facebook, Twitter, Google+, LinkedIn and Email icons to your posts and pages.
By default, the plugin displays the sharing icons via the_content(), however you may wish to display it elsewhere. If this is the case, please install the „Metro Share Remover“ plugin and add the code wherever you wish to display the sharing icons.

**WPSocialite**
„http://wordpress.org/extend/plugins/wpsocialite/“:http://wordpress.org/extend/plugins/wpsocialite/

Manage the loading process of our social sharing links. Load them on hover, on page scroll, and more!

**Facebook, Twitter & Google+ Social Widgets**
„http://wordpress.org/extend/plugins/facebook-twitter-google-social-widgets/screenshots/“:http://wordpress.org/extend/plugins/facebook-twitter-google-social-widgets/

A simple plug-in that displays the most important social widgets from Facebook, Twitter and Google+ below your posts.

**Jetpack**
Modul pro sdílení je obsažen i v balíku „Jetpack Lite“:https://wordpresso.ovx.cz/jetpack-rada-rozsireni-v-jednom-baliku/.

Sociální sítě v tabech

Po nějakém čase jsem narazila opět na plugin, který by mohl patřit k oblíbeným. V rámci hledání úspory místa se jistě hodí, pokud často používané výpisy posledního dění na Facebooku, Twitteru, Google+ a RSS budou prakticky na jednom místě, tj. s možností přepínat mezi jednotlivými tabulkami.

Plugin, respektive widget Social Media Tabs má klasické nastavení sociálních pluginů. Do widgetu …

Tlačítka sociálních sítí

Můžete je nemít rádi, můžete je proklínat, můžete jim dokonce slibovat věčná muka v plamenech pekelných, ale sociální sítě to neodradí. Možná spíše posílí. Jejich slizká chapadla se budou nadále plížit temnými uličkami internetu. Pokud se tedy nechcete vehementně bránit a naopak jim toužíte otevřít svá vrátka, tak dnešní článek je určen přesně pro vás.

Přidat tlačítko sociální sítě do článku nebo stránky je v celku jednoduché. Stačí do šablony plácnout kód, který vám twitter a facebook nabízí na zlatavém talíři. Aby se ale tlačítka vázala ke konkrétním článkům, když jsou zobrazeny ve vyšších počtu, je třeba provést jisté zásahy. Jako první pán na holení se nám hlásí twitter. Máme možnost nastavit svůj twitter účet, url článku a název článku. Potřebný kód vypadá takto:

<a href="http://twitter.com/share" data-url="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" data-count="vertical" data-via="fabulatorcz">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>

Facebookovské tlačítko „líbí se mi“ je ještě o kousek jednodušší, protože po nás chce jen permalink. Tak na nic nečekejme a nakrmme ho.

<iframe src="https://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=lucida+grande&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

A nyní mohou vaši sociálně chtivý návštěvníci sdílet se svými přáteli informace z pohodlí vašeho webu.

Tlačítko pro tweet

**WP Tweet Button**
„http://wordpress.org/extend/plugins/wp-tweet-button/“:http://wordpress.org/extend/plugins/wp-tweet-button/

This plugin easily and fully implements Twitter’s official Tweet Button on your WordPress blog or site. The tweet button can be positioned as you please and can be styled to your delight in the settings page. You can configure individual messages for your posts, use the title of your entry or a default message for tweets.

Jak přidat Facebook tlačítko „Líbí se mi“

**Like**
„http://wordpress.org/extend/plugins/like/“:http://wordpress.org/extend/plugins/like/

The Facebook Like Button Widget adds a ‚Like‘ button to your WordPress blog posts. It uses the new Facebook Like button released on Apr. 21st 2010.

*Alternativy*

**Facebook Likes You!**
„http://wordpress.org/extend/plugins/facebook-likes-you/“:http://wordpress.org/extend/plugins/facebook-likes-you/

Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Like box. K dispozici i v české jazykové verzi.

**WordPress Facebook Like Plugin**
„http://wordpress.org/extend/plugins/wordpress-facebook-like-plugin/“:http://wordpress.org/extend/plugins/wordpress-facebook-like-plugin/

Add a Facebook „Like“ Button to your blog posts and increase your visitor engagement instantly! This plugin adds a simple and easy to use Facebook Like functionality with admin options to change the location of Facebook Like button, font, show faces, use the box with count as well as other cool and useful options.

**Bez pluginu do šablony**
„http://duben.org/wordpress/pridavame-facebookove-tlacitko-to-se-mi-libi-do-wordpressu“:http://duben.org/wordpress/pridavame-facebookove-tlacitko-to-se-mi-libi-do-wordpressu

/—code php