<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guru 2.0 › 3.0 &#187; Twitter</title>
	<atom:link href="http://www.guru-20.info/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guru-20.info</link>
	<description>Der Blog für alle die Spass am Web und Design haben...</description>
	<lastBuildDate>Sun, 05 Feb 2012 13:34:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Eine Kurz-URL für Twitter erstellen</title>
		<link>http://www.guru-20.info/2011/04/14/eine-kurz-url-fur-twitter-erstellen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eine-kurz-url-fur-twitter-erstellen</link>
		<comments>http://www.guru-20.info/2011/04/14/eine-kurz-url-fur-twitter-erstellen/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 06:00:22 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[QuellCode]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=6524</guid>
		<description><![CDATA[Twitter ist ja immer wieder ein Thema bei uns Bloggern. Ich hatte ja auch schon den einen oder anderen Post dazu. Zum Beispiel wie man einen Twitter-Button einfügt. Diesmal geht es darum, wie man eine URL für Twitter kürtzt. Die folgende Funktion steckst Du wie immer in die functions.php deines aktiven Themes. Falls die Datei [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_5727" class="wp-caption alignleft" style="width: 138px"><a href="http://www.guru-20.info/wp-content/uploads/2011/02/Twitter-art-128.png" rel="lightbox[6524]"><img class="size-full wp-image-5727 " title="Twitter" src="http://www.guru-20.info/wp-content/uploads/2011/02/Twitter-art-128.png" alt="Twitter" width="128" height="128" /></a><p class="wp-caption-text">Twitter</p></div>
<p>Twitter ist ja immer wieder ein Thema bei uns Bloggern. Ich hatte ja auch schon den einen oder anderen Post dazu. Zum Beispiel wie man einen <a title="Einen Twitter-Button in WordPress ohne Plug-In" href="http://www.guru-20.info/2010/12/26/einen-twitter-button-in-wordpress-ohne-plug-in/">Twitter-Button einfügt</a>.</p>
<p>Diesmal geht es darum, wie man eine URL für Twitter kürtzt.</p>
<p><span id="more-6524"></span>Die folgende Funktion steckst Du wie immer in die <span class="HighFilename">functions.php</span> deines aktiven Themes. Falls die Datei nicht exsistiert legest Du sie einfach an und schreibst in die erste Zeile <span class="HighCommand">&lt;?php</span> und <span class="HighCommand">?&gt;</span> in die letzte Zeile.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p6524code2'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p65242"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p6524code2"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> guru20_shortURL<span style="color: #009900;">&#40;</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">return</span> <a href="http://www.php.net/file_get_contents"><span style="color: #990000;">file_get_contents</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;http://tinyurl.com/api-create.php?url=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>Die Funktion <span class="HighCommand">guru20_shortURL(&#8230;);</span> kannst Du jetzt überall aufrufen, wo Du eine kurze URL benötigst. Denn als Rückgabewert erhältst Du genau das.</p>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2011/04/14/eine-kurz-url-fur-twitter-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wieviele Twitter Follower habe ich?</title>
		<link>http://www.guru-20.info/2011/02/21/wieviele-twitter-follower-habe-ich/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wieviele-twitter-follower-habe-ich</link>
		<comments>http://www.guru-20.info/2011/02/21/wieviele-twitter-follower-habe-ich/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 07:00:51 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[DashBoard]]></category>
		<category><![CDATA[Followers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[QuellCode]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=5726</guid>
		<description><![CDATA[Die Frage beantwortest Du dir sicher schon über die verschiedensten Tools, oder? Aber ich hätte einfach die Anzahl der Followers in meinem DashBoard von WordPress angezeigt. Und wie immer ohne großartiges PlugIn, sondern mit ein paar Zeilen SourceCode. Das geht natürlich! Und wie immer brauchen wir dei Datei functions.php im aktiven Thema. Falls Du noch [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_5727" class="wp-caption alignleft" style="width: 138px"><a href="http://www.guru-20.info/wp-content/uploads/2011/02/Twitter-art-128.png" rel="lightbox[5726]"><img class="size-full wp-image-5727" title="Twitter Followers" src="http://www.guru-20.info/wp-content/uploads/2011/02/Twitter-art-128.png" alt="Twitter Followers" width="128" height="128" /></a><p class="wp-caption-text">Twitter Followers</p></div>
<p>Die Frage beantwortest Du dir sicher schon über die verschiedensten Tools, oder?<br />
Aber ich hätte einfach die Anzahl der Followers in meinem DashBoard von WordPress angezeigt. Und wie immer ohne großartiges PlugIn, sondern mit ein paar Zeilen SourceCode.</p>
<p><span id="more-5726"></span>Das geht natürlich! Und wie immer brauchen wir dei Datei <span class="HighFilename">functions.php</span> im aktiven Thema. Falls Du noch keine hast, dann erstelle sie einfach. Vergiss aber nicht am Anfang die Zeile mit <span class="HighCommand">&lt;?php</span> und am Ende die Zeile mit <span class="HighCommand">?&gt;</span> einzufügen.</p>
<p><div id="attachment_5728" class="wp-caption alignleft" style="width: 190px"><a href="http://www.guru-20.info/wp-content/uploads/2011/02/twitter.png" rel="lightbox[5726]"><img class="size-medium wp-image-5728 " title="Followers im WordPress-Dashboard anzeigen" src="http://www.guru-20.info/wp-content/uploads/2011/02/twitter-300x200.png" alt="Followers im WordPress-Dashboard anzeigen" width="180" height="120" /></a><p class="wp-caption-text">Followers im WordPress-Dashboard anzeigen</p></div>Zuerst brauchen wir eine Funktion um die Daten von Twitter zu holen. Da wir wissen, dass Twitter nicht sehr stabil ist, arbeiten wir mit den entsprechenden Befehlen um keinen Fehler zu erzeugen.</p>
<p>Danach folgt noch die Funktion zur Anzeige der Followers im DashBoard. Als Platz bietet sich dafür, das Widget <span class="HighCommand">Auf einen Blick</span> und hier die Tabelle <span class="HighCommand">Diskussion</span> an. Wie das ganze dann ausschauen soll, siehst Du im ScreenShot links in diesem Post. Es werden die Twitter-Followers für meinen Account angezeigt. Natürlich musst Du deinen Account verwenden. Alle Erklärungen zum SourceCode findest Du wie bereits gewohnt in den Bemerkungen.</p>
<p><strong>Leider macht mit die CodeBox einen kleinen Strich durch die Rechnung. In der Zeile 16 musst Du das Zeichen <span class="HighCommand">#</span> durch ein <span class="HighCommand">&lt;</span> ersetzen.</strong></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p5726code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p57264"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
</pre></td><td class="code" id="p5726code4"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//Twitter-Follower im DashBaord von WordPress anzeigen</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//Twitter Followers holen</span>
<span style="color: #000000; font-weight: bold;">function</span> guru20_GetFollowers<span style="color: #009900;">&#40;</span><span style="color: #000088;">$userAccount</span><span style="color: #339933;">,</span> <span style="color: #000088;">$timeout</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #666666; font-style: italic;">//Option aus WordPress-Tables holen (falls TimeOut, dann diesen Wert verwenden)</span>
  <span style="color: #000088;">$twitterFW</span> <span style="color: #339933;">=</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;twitterfollowerscount&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//TiumeStamp fuer TimeOut setzen</span>
  <span style="color: #000088;">$last</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/mktime"><span style="color: #990000;">mktime</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #000088;">$timeout</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//Nur falls in der letzten Zeit keine Abfrage stattfand</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$last</span> <span style="color: #339933;">&gt;</span> <span style="color: #000088;">$twitterFW</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'lastcheck'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #666666; font-style: italic;">//In try-catch einbetten - Twitter hat oft TimeOuts</span>
    try <span style="color: #009900;">&#123;</span>
      <span style="color: #666666; font-style: italic;">//Daten von Twitter holen</span>
      <span style="color: #000088;">$xml</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/file_get_contents"><span style="color: #990000;">file_get_contents</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'http://twitter.com/users/show.xml?screen_name='</span><span style="color: #339933;">.</span><span style="color: #000088;">$userAccount</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
      <span style="color: #666666; font-style: italic;">//passenden Wert heraussuchen</span>
      <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><a href="http://www.php.net/preg_match"><span style="color: #990000;">preg_match</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/followers_count&gt;(.*)#/'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$xml</span><span style="color: #339933;">,</span> <span style="color: #000088;">$match</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #000088;">$twitterFW</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'count'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$match</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
      <span style="color: #666666; font-style: italic;">//lastcheck setzen, damit nicht zuoft abgefragt wird</span>
      <span style="color: #000088;">$twitterFW</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'lastcheck'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/mktime"><span style="color: #990000;">mktime</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
      <span style="color: #666666; font-style: italic;">//Followers als WordPress-Option speichern</span>
      update_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;twitterfollowerscount&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$twitterFW</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> catch <span style="color: #009900;">&#40;</span>Exception <span style="color: #000088;">$e</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #666666; font-style: italic;">//Ein Fehler ist aufgetreten - Twitter Whale??</span>
      <span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'Twitter Whale for '</span><span style="color: #339933;">.</span>userAccount<span style="color: #339933;">.</span><span style="color: #0000ff;">'?'</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #666666; font-style: italic;">//Followers zurueckgeben</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$twitterFW</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'count'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//Anzeige der Twitter-Followers im DashBoard</span>
<span style="color: #000000; font-weight: bold;">function</span> guru20_CountFollowers<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #666666; font-style: italic;">//BenutzerKonto, welches abgefragt werden soll</span>
  <span style="color: #000088;">$userAccount</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;ByteBros&quot;</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//Followers holen, TimeOut ist 60 Minuten = 3.600 Sekunden</span>
  <span style="color: #000088;">$count</span> <span style="color: #339933;">=</span> guru20_GetFollowers<span style="color: #009900;">&#40;</span><span style="color: #000088;">$userAccount</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">3600</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//Ausgabe der Zahl</span>
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;tr&gt;&lt;td class=&quot;b twitter-count&quot;&gt;&lt;a href=&quot;http://www.twitter.com'</span><span style="color: #339933;">.</span><span style="color: #000088;">$userAccount</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot; target=&quot;_blank&quot;&gt;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$count</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&lt;/a&gt;&lt;/td&gt;'</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//Ausgabe des Textes</span>
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;td class=&quot;t&quot;&gt;&lt;a href=&quot;http://www.twitter.com'</span><span style="color: #339933;">.</span><span style="color: #000088;">$userAccount</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot; target=&quot;_blank&quot;&gt;Followers von '</span><span style="color: #339933;">.</span><span style="color: #000088;">$userAccount</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//Action hinzufuegen: An das Ende der Diskussionstabelle anhaengen</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'right_now_discussion_table_end'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'guru20_CountFollowers'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2011/02/21/wieviele-twitter-follower-habe-ich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Datum eines Posts wie bei Twitter darstellen</title>
		<link>http://www.guru-20.info/2010/12/29/das-datum-eines-posts-wie-bei-twitter-darstellen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=das-datum-eines-posts-wie-bei-twitter-darstellen</link>
		<comments>http://www.guru-20.info/2010/12/29/das-datum-eines-posts-wie-bei-twitter-darstellen/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 06:05:15 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Datum]]></category>
		<category><![CDATA[Formate]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Veröffentlichung]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=3928</guid>
		<description><![CDATA[Irgendwo habe ich einmal eine Routine zum Formatieren des Datums und der Zeit für einen WordPress Post gefunden. Leider habe ich keine Ahnung mehr wo, aber trotzdem will ich euch diesen Code-Schnippsel nicht vorenthalten. Ich hatte einfach die Idee, das Veröffentlichungsdatum meiner Posts so wie die Zeitangaben bei Twitter darzustellen. Dazu gibt es zwar eine [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3931" class="wp-caption alignleft" style="width: 298px"><a href="http://www.guru-20.info/wp-content/uploads/2010/12/ago.png" rel="lightbox[3928]"><img class="size-full wp-image-3931" title="Formatierte Zeit eines Posts" src="http://www.guru-20.info/wp-content/uploads/2010/12/ago.png" alt="Formatierte Zeit eines Posts" width="288" height="223" /></a><p class="wp-caption-text">Formatierte Zeit eines Posts</p></div>
<p>Irgendwo habe ich einmal eine Routine zum Formatieren des Datums und der Zeit für einen WordPress Post gefunden. Leider habe ich keine Ahnung mehr wo, aber trotzdem will ich euch diesen Code-Schnippsel nicht vorenthalten.</p>
<p>Ich hatte einfach die Idee, das Veröffentlichungsdatum meiner Posts so wie die Zeitangaben bei Twitter darzustellen. Dazu gibt es zwar eine passende Funktion in PHP, aber diese funktioniert für uns deutschsprachige Anwender leider nicht. Daher habe ich ein wenig in die Trickkiste gegriffen.</p>
<p><span id="more-3928"></span>Ihr benötigt dazu eine neue Funktion in der Datei <em><strong>functions.php</strong></em> des aktiven Templates. Falls diese Datei dort nicht existiert, legt sie einfach an. Aber vergesst dann nicht in der ersten Zeile <em>&lt;?php</em> und in der letzten Zeile <em>?&gt;</em> einzufügen. Nun kommt die komplette Funktion, welche die Veröffentlichungszeit des Posts mit der aktuellen Zeit vergleicht und die passende Ausgabe zusammenstellt. Der Aufwand ist hier etwas größer, da wir in Deutsch die Mehrzahl und auch verschiedene Zeitangaben haben. Zusätzlich werden auch noch einstellige Zahlen durch die passenden Wörter ersetzt.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3928code7'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p39287"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
</pre></td><td class="code" id="p3928code7"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//Veroeffentlichungszeit formatieren</span>
<span style="color: #000000; font-weight: bold;">function</span> formatAgo<span style="color: #009900;">&#40;</span><span style="color: #000088;">$timestamp</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
  <span style="color: #666666; font-style: italic;">//Differenz in Sekunden ermitteln</span>
  <span style="color: #000088;">$diff</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/time"><span style="color: #990000;">time</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #000088;">$timestamp</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//Zeitdifferenz hinzurechnen</span>
  <span style="color: #000088;">$diff</span> <span style="color: #339933;">+=</span> <span style="color: #cc66cc;">7200</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">//Sekunden</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">&lt;</span> <span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span>
    <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'Sekunde'</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">else</span><span style="color: #009900;">&#123;</span>
    <span style="color: #666666; font-style: italic;">//Minuten</span>
    <span style="color: #000088;">$diff</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/round"><span style="color: #990000;">round</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">/</span> <span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">&lt;</span> <span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'Minute'</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #666666; font-style: italic;">//Stunden</span>
      <span style="color: #000088;">$diff</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/round"><span style="color: #990000;">round</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">/</span> <span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">&lt;</span> <span style="color: #cc66cc;">24</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'Stunde'</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #666666; font-style: italic;">//Tage</span>
        <span style="color: #000088;">$diff</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/round"><span style="color: #990000;">round</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">/</span> <span style="color: #cc66cc;">24</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">&lt;</span> <span style="color: #cc66cc;">7</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
          <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'gestern'</span><span style="color: #339933;">;</span>
          <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'vorgester'</span><span style="color: #339933;">;</span>
          <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'Tage'</span><span style="color: #339933;">;</span>
          <span style="color: #009900;">&#125;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
          <span style="color: #666666; font-style: italic;">//Wochen</span>
          <span style="color: #000088;">$diff</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/round"><span style="color: #990000;">round</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">/</span> <span style="color: #cc66cc;">7</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
          <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'letzte Woche'</span><span style="color: #339933;">;</span>
          <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #666666; font-style: italic;">//Wenn mehr als eine Woche vorbei,</span>
            <span style="color: #666666; font-style: italic;">//dann das Datum ausgeben</span>
            <span style="color: #000088;">$zeit</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'am '</span><span style="color: #339933;">.</span>
                    <a href="http://www.php.net/date"><span style="color: #990000;">date</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'j. n. Y \u\m \e\t\w\a G \U\h\r'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$timestamp</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
          <span style="color: #009900;">&#125;</span>
        <span style="color: #009900;">&#125;</span>
      <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #666666; font-style: italic;">//Mehrzahl n hinzufuegen</span>
  <span style="color: #666666; font-style: italic;">//nicht fuer Datum und Woche</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span> <span style="color: #339933;">!=</span> <span style="color: #cc66cc;">1</span> <span style="color: #339933;">&amp;&amp;</span> 
      <a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'am '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span> <span style="color: #339933;">&amp;&amp;</span> 
      <a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Woche'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$zeit</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">'n'</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #666666; font-style: italic;">//einstellige Zahlen ersetzen</span>
  <span style="color: #666666; font-style: italic;">//nicht fuer (vor)gestern und Datum</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'gestern'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span> <span style="color: #339933;">&amp;&amp;</span> 
      <a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'vorgestern'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span> <span style="color: #339933;">&amp;&amp;</span>
      <a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'am '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$diff</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>
        <span style="color: #666666; font-style: italic;">//Falls Woche, keine Ersetzung durchfuehren</span>
        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Woche'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
          <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'einer '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
          <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'zwei '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">3</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'drei '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'vier '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'f&amp;uuml;nf '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'sechs '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'sieben '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">8</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'acht '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">9</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'neun '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">default</span><span style="color: #339933;">:</span>
        <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$diff</span><span style="color: #339933;">.</span><span style="color: #0000ff;">' '</span><span style="color: #339933;">.</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #666666; font-style: italic;">//Das Wort, ausser bei Woche, voranstellen</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><a href="http://www.php.net/strpos"><span style="color: #990000;">strpos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$zeit</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Woche'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
      <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'vor '</span><span style="color: #339933;">.</span><span style="color: #000088;">$retVal</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
  <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$retVal</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$zeit</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #666666; font-style: italic;">//Rueckgabe der formatierten Zeit</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$retVal</span><span style="color: #339933;">.</span><span style="color: #0000ff;">' gepostet'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>Nun musst Du nur mit die einzelnen Dateien deines Themas anpassen, in denen ein Veröffentlichungsdatum angezeigt wird. Dies sind normalerweise die Dateien <em>single.php</em> und <em>index.php</em> bzw. <em>loop.php</em>. Suche dort nach dem Befehl <em>the_time()</em> und ersetze in durch folgende Zeile. Du musst aber auf die php-Tags (<em>&lt;?php</em> und </em><em>?></em>) aufpassen. Diese darfst Du nicht ineinander verschachteln.
</pre>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3928code8'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p39288"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p3928code8"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">echo</span> ago<span style="color: #009900;">&#40;</span>get_the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'U'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2010/12/29/das-datum-eines-posts-wie-bei-twitter-darstellen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Einen Twitter-Button in WordPress ohne Plug-In</title>
		<link>http://www.guru-20.info/2010/12/26/einen-twitter-button-in-wordpress-ohne-plug-in/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=einen-twitter-button-in-wordpress-ohne-plug-in</link>
		<comments>http://www.guru-20.info/2010/12/26/einen-twitter-button-in-wordpress-ohne-plug-in/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 10:22:53 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Tweet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=3870</guid>
		<description><![CDATA[Die PlugIns in WordPress sind war wirklich praktisch, aber wenn es immer mehr und mehr werden, ist es nicht mehr so lustig. Einerseits bist Du nur mehr am updaten der einzelnen Module und andererseits wird Dein Blog mit jedem PlugIn wieder ein Stück langsamer. Daher probiere ich viele Dinge ohne PlugIn zu lösen. Besonders beim [...]]]></description>
			<content:encoded><![CDATA[<p>Die PlugIns in WordPress sind war wirklich praktisch, aber wenn es immer mehr und mehr werden, ist es nicht mehr so lustig. Einerseits bist Du nur mehr am updaten der einzelnen Module und andererseits wird Dein Blog mit jedem PlugIn wieder ein Stück langsamer.<br />
<span id="more-3870"></span><br />
Daher probiere ich viele Dinge ohne PlugIn zu lösen. Besonders beim eigenen Blog sind ja viele Dinge statisch und werden nicht andauernd verändert. Da kann man schon mal Probleme über hardcodierte Lösungen im eigenen Thema behandeln.</p>
<p>Genau das ist der Twitter-Button, welcher im folgenden Code erstellt wird.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3870code10'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p387010"><td class="code" id="p3870code10"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://twitter.com/home?status=Ich lese &lt;?php the_permalink(); ?&gt;&quot; 
title=&quot;Klicken um einen Tweet zu erstellen!&quot; target=&quot;_blank&quot;&gt;
Tweete diesen Post
&lt;/a&gt;</pre></td></tr></table></div>

<p>Natürlich kannst Du auch noch ein Bild statt des Textes einsetzen, um das ganze ansprechender zu gestalten.</p>
<p>Aber wohin mit dieser Zeile? Öffnen die php-Datei in Deinem Thema welche Posts (einen einzelnen oder einen ganzen Loop) darstellt. Dort suchst Du dir den passenden Platz am Ende des Artikel um den Hyperlink einzufügen. Ich platziere solche Dinge zwischen dem Text und den Meta-Informationen. Das war&#8217;s auch schon.</p>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2010/12/26/einen-twitter-button-in-wordpress-ohne-plug-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>20 Infografiken über FaceBook</title>
		<link>http://www.guru-20.info/2010/12/17/20-infografiken-uber-facebook/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=20-infografiken-uber-facebook</link>
		<comments>http://www.guru-20.info/2010/12/17/20-infografiken-uber-facebook/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 10:03:04 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Infografik]]></category>
		<category><![CDATA[Soziale Netzwerke]]></category>
		<category><![CDATA[Statistik]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=3734</guid>
		<description><![CDATA[Bei facebookmarketing.de ist einen Sammlung von 20 Infografiken über FaceBook erschienen. Auf diesen Post bin ich durch den PixelGangster aufmerksam geworden. Danke! Besonders interessant erschien mir aber die Grafik von Thomas Hutter des Unternehmens Hutter Consult. Er hat in einem aktuellen Blog-Post die demographischen Daten von D-A-CH für Nomveber 2010 als Grafik zusammengestellt. Bis jetzt [...]]]></description>
			<content:encoded><![CDATA[<p>Bei <a title="FaceBook Marketing" href="http://facebookmarketing.de/zahlen_fakten/die-grose-sammlung-20-facebook-infografiken" target="_blank">facebookmarketing.de</a> ist einen Sammlung von 20 Infografiken über FaceBook erschienen. Auf diesen Post bin ich durch den <a title="PixelGangster" href="http://www.pixelgangster.de/?p=15859" target="_blank">PixelGangster</a> aufmerksam geworden. Danke!</p>
<div id="attachment_3735" class="wp-caption alignleft" style="width: 250px"><a href="http://www.thomashutter.com/index.php/2010/12/facebook-infografik-und-demographische-daten-deutschland-osterreich-und-schweiz-per-november-2010/" target="_blank"><img class="size-medium wp-image-3735 " title="Infografik zu FaceBook in D-A-CH" src="http://www.guru-20.info/wp-content/uploads/2010/12/fbinfo-300x179.jpg" alt="Infografik zu FaceBook in D-A-CH" width="240" height="143" /></a><p class="wp-caption-text">Infografik zu FaceBook in D-A-CH</p></div>
<p>Besonders interessant erschien mir aber die Grafik von Thomas Hutter des Unternehmens Hutter Consult. Er hat in einem aktuellen Blog-Post die <a title="Hutter Consult" href="http://www.thomashutter.com/index.php/2010/12/facebook-infografik-und-demographische-daten-deutschland-osterreich-und-schweiz-per-november-2010/" target="_blank">demographischen Daten von D-A-CH für Nomveber 2010 als Grafik</a> zusammengestellt. Bis jetzt dachte ich immer, dass es für unser kleines Österreich keine wirklich interessanten Datensammlungen zum Theme Social Media gibt.</p>
<p>Wenn wir auf der WebSite ein wenig weitersurfen, erhalten wir sehr interessante Infos. Herr Hutter hat sich die Mühe gemacht, diese Daten <a title="Hutter Consult" href="http://www.thomashutter.com/index.php/tag/demographie-facebook-osterreich/" target="_blank">jedes Monat seit Anfang 2010</a> zur Verfügung zu stellen.</p>
<p>Auch zu anderen sozialen Netzwerken finden wir in dem Blog im <a title="Hutter Consult" href="http://www.thomashutter.com/index.php/2010/10/social-media-social-networks-in-osterreich/" target="_blank">Bereich der Statistiken demographische Daten</a>, welche auch noch aktuell und auf Deutschland, die Schweiz und Österreich bezogen sind. Da kann ich nur sagen: Bravo! und Weiter so!</p>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2010/12/17/20-infografiken-uber-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 ketzerische Thesen zu Twitter</title>
		<link>http://www.guru-20.info/2010/01/17/10-ketzerische-thesen-zu-twitter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=10-ketzerische-thesen-zu-twitter</link>
		<comments>http://www.guru-20.info/2010/01/17/10-ketzerische-thesen-zu-twitter/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:26:09 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Aus dem Leben]]></category>
		<category><![CDATA[Mobiles Leben]]></category>
		<category><![CDATA[Kommunikation]]></category>
		<category><![CDATA[Microblogging]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=3182</guid>
		<description><![CDATA[Ich habe ja vor kurzem den Post Followers, Facebook, Blog &#38; Co geschrieben. Dort habe ich mich kritisch mit diesen &#8220;Kommunikations&#8221;medien auseinander gesetzt. Nun ist mir der Post von Herbert Peck auf den Bildschirm geflattert. Auch er setzt sich kritisch mit Twitter auseiander und stellt 10 kritische/ketzterische Thesen zum Microblogging Dienst auf. Ich denke er [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe ja vor kurzem den Post <a title="Guru 2.0" href="http://www.guru-20.info/2010/01/07/followers-facebook-blog-co/" target="_self">Followers, Facebook, Blog &amp; Co</a> geschrieben. Dort habe ich mich kritisch mit diesen &#8220;Kommunikations&#8221;medien auseinander gesetzt. Nun ist mir der <a title="Herbert Peck" href="http://blog.ishp.de/twitter/10-ketzerische-thesen-zu-twitter/" target="_blank">Post von Herbert Peck</a> auf den Bildschirm geflattert. Auch er setzt sich kritisch mit Twitter auseiander und stellt 10 kritische/ketzterische Thesen zum Microblogging Dienst auf. Ich denke er hat recht und die Thesen stimmen.</p>
<p style="text-align: center;">
<div id="attachment_3183" class="wp-caption aligncenter" style="width: 175px"><a href="http://www.guru-20.info/wp-content/uploads/2010/01/ishp.png" rel="lightbox[3182]"><img class="size-medium wp-image-3183 " title="10 (ketzerische?) Thesen zu Twitter" src="http://www.guru-20.info/wp-content/uploads/2010/01/ishp-235x300.png" alt="10 (ketzerische?) Thesen zu Twitter" width="165" height="210" /></a><p class="wp-caption-text">10 (ketzerische?) Thesen zu Twitter</p></div>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2010/01/17/10-ketzerische-thesen-zu-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Followers, FaceBook, Blog &amp; Co</title>
		<link>http://www.guru-20.info/2010/01/07/followers-facebook-blog-co/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=followers-facebook-blog-co</link>
		<comments>http://www.guru-20.info/2010/01/07/followers-facebook-blog-co/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:23:08 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Aus dem Leben]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Erfolg]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Soziale Netzwerke]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=3098</guid>
		<description><![CDATA[Ich hatte mich ja über den Sommer aus der Szene verabschiedet. Irgendwie ein komischer Einstieg, aber wie soll man so einen Artikel sonst anfangen. Ich hatt einfach die Schnauze voll und wollte nicht mehr, ist auch nicht viel besser. Aber beides trifft den Kern der Sache. Ich wollte mich wirklich aus der ganzen &#8220;Web 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hatte mich ja über den Sommer aus der Szene verabschiedet. Irgendwie ein komischer Einstieg, aber wie soll man so einen Artikel sonst anfangen. Ich hatt einfach die Schnauze voll und wollte nicht mehr, ist auch nicht viel besser. Aber beides trifft den Kern der Sache. Ich wollte mich wirklich aus der ganzen &#8220;Web 2.0 Gemeinschaft&#8221; so weit es geht verabschieden. Bei mehreren Gelegenheiten habe ich ja meine Gedanken zum Thema &#8220;<strong><em>Erfolg mit dem Blog</em></strong>&#8221; geäußert und irgendwann hatte ich dann wirklich genug von den ganzen miesen Kommentaren (die meisten gelöscht), den wilden wortwörtlichen Kopieren von Artikeln (natürlich ohne BackLink) und auch dem riesigen Zeitaufwand für das Ganze.</p>
<p><span id="more-3098"></span>Ganz recht kam mir in dieser Zeit auch das Angebot ein (oder mehrere) <a title="Amazon Deutschland" href="http://www.amazon.de/gp/product/3645600116?ie=UTF8&amp;tag=bytebrotwirbr-21&amp;linkCode=as2&amp;camp=1638&amp;creative=19454&amp;creativeASIN=3645600116" target="_blank">Bücher zu schreiben</a>, dass ich angenommen habe. Und auch andere Dinge die wichtiger wurden oder noch immer sind. Aber warum habe ich dann wieder angefangen mich mit dem Thema zu beschäftigen? Ja, einerseits wegen meinen Lesern, welche mich immer wieder aufgefordert haben weiter zu machen. Die <em><strong>positiven Rückmeldung waren es einfach wert</strong></em> und trösten über die vielen &#8220;sinnentleerten&#8221; Kommentare hinweg. Andererseits geht es auch nicht mehr ohne. Um in der Arbeitswelt zu bestehen braucht man eben das Web 2.0 und Social Media.</p>
<p><em><strong>Und warum diese lange Einleitung?</strong></em> Ganz einfach, in letzter Zeit geistern immer wieder Posts und Meldungen durch die Blogosphere, welche sich mit Followern, Freunden und Besucherzahlen beschäftigen. Und das hat mich weiter zum Nachdenken gebracht. Auch ich habe mich bereits in verschiedenen <a title="Guru 2.0" href="http://www.guru-20.info/2009/05/08/12-gedanken-warum-deutschsprachige-blogs-nicht-funktionieren/" target="_self">Post</a>s damit beschäftigt. Aber auch Sensei hat vor kurzem mit <a title="netheweb" href="http://netheweb.de/bloging/du-wirst-als-blogger-nicht-reich-werden/" target="_blank">Du wirst als Blogger nicht reich werden</a> dies sehr gut behandelt. Was mir besonders gut gefällt sind zwei Kernaussagen:</p>
<blockquote><p>Für mich ist das Bloggen aktuell die Möglichkeit der Blogsphere und meinem Network etwas zurück zu geben. Das große Geld muss halt woanders verdient werden, was allerdings nicht wirklich schlimm ist.</p></blockquote>
<div id="attachment_3101" class="wp-caption alignleft" style="width: 220px"><a href="http://www.guru-20.info/wp-content/uploads/2010/01/blogcomment.jpg" rel="lightbox[3098]"><img class="size-medium wp-image-3101 " title="Blogkommentar bei netheweb" src="http://www.guru-20.info/wp-content/uploads/2010/01/blogcomment-300x87.jpg" alt="Blogkommentar bei netheweb" width="210" height="61" /></a><p class="wp-caption-text">Blogkommentar bei netheweb</p></div>
<p>Und die zweite ist viel treffender: Du darfst im deutschsprachigen Raum kein Geld mit Deiner Leistung verdienen. Ich formuliere es extra als <a title="Guru 2.0" href="http://www.guru-20.info/2009/04/30/ist-erfolgreich-bloggen-arbeit-oder-spass/" target="_blank">Leistung und nicht als Arbeit</a>. Denn wir bloggen, schreiben, twittern ja meist aus Spass an der Sache. Aber leider ist bei uns halt die &#8220;Geiz ist Geil Mentalität&#8221; ein Mantra an dem alle hängen. Ich würde es sogar so formulieren: <em><strong>Ich will alles, aber kosten darf es mich nichts!</strong></em> Aber was ich mache ist teuer zu bezahlen. Schaut einfach den (exemplarischen) Kommentar zu diesem Beitrag an, er sagt alles. Ich könnte bei soetwas einfach nur k****en. Warum darf ich kein Geld verdienen? Warum muss ich Mehrwert gratis liefern?</p>
<p>Natürlich geht es noch weiter. <em><strong>Wir tanzen alle um unser Idol herum und bringen im die notwendigen Opfergaben.</strong></em> Welches Idol? Bei Twitter sind es die Follower. Je mehr desto besser. Aber heute unterscheiden wir schon zwischen Followern und organisch gewachsenen Followern. Hä? Die einen (die ersten) sind nicht an Dir interessiert, sondern nur daran das du Ihnen folgst. Die &#8220;Organischen&#8221;, das sind so zwei bis zehn pro Tag (Woche), sind jene, welche Deine Tweets wirklich lesen. T3N bring das in <a title="t3n" href="http://t3n.de/news/suggested-users-es-twitter-empfohlen-werden-viele-neue-264457/" target="_blank">einem Post (Was bringt es, von Twitter empfohlen zu werden? Viele neue Follower, aber sonst nichts)</a> sehr gut auf den Punkt. Und damit wir ein möglichst große Zahl an followern kriegen, tweeten wir nur noch was die Marketing-Gurus empfehlen. Und wir versuchen auch jedem zu folgen der uns folgt und, und, und. Hauptsache die Zahl überspringt endlich die 1.000er, 10.000er oder Was-Weis-Ich-Marke. Auch dazu gefällt mir ein Kommentar besonders gut.</p>
<blockquote><p>Ihr habt recht,was nutzen mir tausende Followers die sich für meine Tweets nicht interessieren und nur Ihre Werbung verbreiten wollen.<br />
Selbst der Effekt der eigenen Werbung geht dabei verloren.</p></blockquote>
<p>Wenn ich nur um der Werbung willen tweete, läuft irgendetwas falsch. Meine Follower kennen mich und wissen was ich mache. Die Blog-Posts zu tweeten ist ok, es wollen ja nicht alle täglich auf den Blog schauen oder FeedReader sind ihnen suspekt. Aber was will ich sonst Werbung machen? Der Effekt verläuft so oder so im Sand! Und die Antworten werden sich im Promille-Bereich bewegen. Daher habe ich seit neuestem eine eigene Strategie, die ich verfolge:</p>
<ol>
<li>Ich schreibe was MIR sinnvoll erscheint und wichtig ist.</li>
<li>Ich entfolge beinhart alle, die mich mit Werbung zupflastern. Die ersten sind jene mit den Meldung &#8220;1.000 Followers in one hour&#8221; oder so ähnlic</li>
<li>Mir ist egal wieviele Follower ich habe. Jene welche meine Tweets lesen, wird es interessieren und die anderen hätten sie so oder so nicht gelesen.</li>
</ol>
<p>Natürlich ist mir auch bei meinem Blog der Besucherschwund aufgefallen. Aber er war nicht so dramatisch, wie ich angenommen habe. Trotz einer <em><strong>mehrwöchigen Abwesenheit sind die Besucherzahlen nur um ca. 20% eingebrochen</strong></em>. Also so schlimm war es nicht. Und seit dem ich wieder schreibe gehen sie rapide wieder hinauf.</p>
<div id="attachment_3099" class="wp-caption alignleft" style="width: 220px"><a href="http://www.guru-20.info/wp-content/uploads/2010/01/twittermsg.jpg" rel="lightbox[3098]"><img class="size-medium wp-image-3099 " title="Verzweiflung beim Leserschwund" src="http://www.guru-20.info/wp-content/uploads/2010/01/twittermsg-300x78.jpg" alt="Verzweiflung beim Leserschwund" width="210" height="55" /></a><p class="wp-caption-text">Verzweiflung beim Leserschwund</p></div>
<p><a title="dl_blog" href="http://blog.danielleicher.de/2009/12/08/hilfe-twitter-wem-soll-ich-folgen/" target="_blank">Daniel vom dlblog</a> hat es irgendwie auch erkant <img src='http://www.guru-20.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Aber auch hier gieren wir nach Anerkennung und Erfolg. Da wir ja kein Geld verdienen oder wenn doch, ist es etwas Anrüchiges. <em><strong>Igitt, Geld mit dem Blog verdienen, dass darfst Du nich laut sagen.</strong></em> Ich sage es aber! Ich versuche zumindest meine Serverkosten mit dem Blog und seinen &#8220;Nebengeräuschen&#8221; zu decken. Und wenn noch der eine oder andere Kaffee übrigbleibt ist es schön. Aber reich werden? Glaube ich nicht. Also was bleibt uns noch als Messlatte des Erfolgs? Klar die Besucherzahlen oder Visits oder Feed-Leser. Auch ich habe oben rechts (schaut mal schnell rauf) diese Zahlen öffentlich stehen. Warum? Klar auch ich freue mich über viele Leser (viel mehr noch über viele Kommentare <img src='http://www.guru-20.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Aber werde ich jetzt alles wie beim Post <a title="Geld &amp; Internet" href="http://www.geld-und-internet.com/geld-und-internet/strategie-fuer-den-blogerfolg/" target="_blank">Strategie für den Blogerfolg</a> machen? Nein! Ich habe ein <em><strong>einfaches Fazit für mich</strong></em> gefunden und werde es versuchen durchzuhalten.</p>
<ol>
<li>Ich schreibe was MIR interessant erscheint!</li>
<li>Ich hoffe auf Interaktion meiner LeserInnen. Dann kann ich schreiben was EUCH interessiert!</li>
<li>Ich poste so oft am Tag wie ich will!</li>
<li>Wenn ich mal nichts zu sagen habe, schreibe ich halt nichts!</li>
<li>Ich mache den ganzen Tanz nicht mehr mit!
<ol>
<li>Wenn der Erfolg kommt: Hallo ich umarme Dich!</li>
<li>Wenn der Erfolg nicht kommt: Es ist ein schönes Hobby!</li>
</ol>
</li>
</ol>
<div class="update"><em><strong>@Sensei:</strong></em></p>
<ol>
<li>Dein Interview ist fast fertig <img src='http://www.guru-20.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Ich mache bei der <a title="netheweb" href="http://netheweb.de/aktionen/blogger-challenge-2010/" target="_blank">Blogger-Challenge 2010</a> mit (nach den oben festgelegten Punkten).<br />
Meine Ziele:</p>
<ol>
<li>Ich will 1.000 tägliche Besucher (Messung mit WP-Stats, momentan 350)</li>
<li>Ich will meine monatlichen Serverkosten und wöchentlich einen Kaffee zahlen können. (momentan 10%)</li>
</ol>
</li>
</ol>
</div>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2010/01/07/followers-facebook-blog-co/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Twitter kämpft mit Besucherschwund!</title>
		<link>http://www.guru-20.info/2009/11/23/twitter-kampft-mit-besucherschwund/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-kampft-mit-besucherschwund</link>
		<comments>http://www.guru-20.info/2009/11/23/twitter-kampft-mit-besucherschwund/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:04:42 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Aus dem Leben]]></category>
		<category><![CDATA[Microblogging]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[webService]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=2706</guid>
		<description><![CDATA[Heute kommt ja eine interessante Meldung nach der anderen herein: San Francisco (pte/23.11.2009/13:45) &#8211; Twitter http://www.twitter.com ist am Ende seines rasanten Höhenflugs angelangt. Diesen Eindruck vermitteln aktuelle Zahlen von Online-Marktforschern, wonach die Zugriffe auf der Seite zuletzt deutlich abgeflaut sind. Laut Nielsen handelt es sich in den USA um ein kräftiges Minus von 27,8 Prozent [...]]]></description>
			<content:encoded><![CDATA[<p>Heute kommt ja eine interessante Meldung nach der anderen herein:</p>
<blockquote><p>San Francisco (pte/23.11.2009/13:45) &#8211; Twitter <a title="Twitter" href="http://www.twitter.com" target="_blank">http://www.twitter.com</a> ist am Ende seines rasanten Höhenflugs angelangt. Diesen Eindruck vermitteln aktuelle Zahlen von Online-Marktforschern, wonach die Zugriffe auf der Seite zuletzt deutlich abgeflaut sind. Laut Nielsen handelt es sich in den USA um ein kräftiges Minus von 27,8 Prozent von September auf Oktober. Schon zuvor hatten andere Erhebungen auf den deutlichen Zugriffseinbruch hingewiesen. ComScore etwa berichtete von einem Minus von 8,1 Prozent bei den Unique Visitors im Monat Oktober.</p>
<p align="right"><small>via <a title="PresseText" href="http://www.pressetext.at/pte.mc?pte=091123022" target="_blank">pressetext</a></small></p>
</blockquote>
<p>Obwohl es auch zu dieser Meldung (einfach nachlesen) gegenteilige Meinungen gibt, wundert mich auch das nicht. Warum sollte es bei diesem Service im Web 2.0 anders sein: Die Karawane kommt, bleibt und zieht wieder weiter. Zurück bleiben meistens nur mehr &#8220;Marketing-Aktivitäten&#8221;, &#8220;Sex&#8221; und &#8220;&#8230;&#8221;. Und genau da ist der Dienst vor Wochen schon angelangt. In Twitter kommt mehr Spam rein, als in einem ungeschützten eMail-Konto. Daher werden sich die Benutzer den nächsten Dienst suchen der halt gerade gehyped wird.</p>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2009/11/23/twitter-kampft-mit-besucherschwund/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social Media ist ein Zeitfresser?</title>
		<link>http://www.guru-20.info/2009/07/13/social-media-ist-ein-zeitfresser/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=social-media-ist-ein-zeitfresser</link>
		<comments>http://www.guru-20.info/2009/07/13/social-media-ist-ein-zeitfresser/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:15:36 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Aus dem Leben]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Xing]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=2630</guid>
		<description><![CDATA[Eine einfache Frage! Aber warum stelle ich sie? Ganz einfach, ich bin bei den verschiedensten Netzwerken dabei und versuche sie auch regelmäßig zu pflegen. Aber jetzt (seit ich bei Facebook bin) ist mir aufgefallen, dass diese Dienste immer mehr Zeit in Anspruch nehmen.Teilweise hänge ich bis zu vier Stunden in den verschiedenen Diensten &#8220;herum&#8221;. Diese [...]]]></description>
			<content:encoded><![CDATA[<p>Eine einfache Frage! Aber warum stelle ich sie? Ganz einfach, ich bin bei den verschiedensten Netzwerken dabei und versuche sie auch regelmäßig zu pflegen. Aber jetzt (seit ich bei Facebook bin) ist mir aufgefallen, dass diese Dienste immer mehr Zeit in Anspruch nehmen.Teilweise hänge ich bis zu vier Stunden in den verschiedenen Diensten &#8220;herum&#8221;.</p>
<p><span id="more-2630"></span>Diese Dienste tragen einiges an &#8220;Suchtpotential&#8221; in sich und fressen mir die Zeit still und leise weg. Da geht man mal schnell auf Facebook und will nur kurz die Kontakte pflegen und schon sind zwei, drei Stunden vorbei. Denn der erste Link ist interessant, ja die Kontakte kann man auch noch pflegen und das will man auch noch anschauen und so weiter. So sind gleich ein paar Stunden ins Land gezogen ohne das etwas Produktives geschehen wäre.</p>
<p>Was ist meine Konsequenz daraus?</p>
<ol>
<li>studiVZ-Konto gelöscht.</li>
<li>TweetDeck wird zum twittern und für die Facebook-Updates verwendet.</li>
<li>Flickr wird in das Blog und in FaceBook integriert.</li>
<li>Xing wird nur mehr rudimentär gepflegt. (Ich warte auf die Integration mit den Standarddiensten)</li>
<li>Ich suche ein PlugIn für WordPress um die Artikel &#8211; wie in Twitter &#8211; gleich reinzustellen (<em><strong>Hat wer eine Empfehlung?</strong></em>)</li>
<li>Es wird täglich eine Anzahl an Minuten/Stunden für das Networking reserviert und nicht überschritten.</li>
</ol>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2009/07/13/social-media-ist-ein-zeitfresser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Freebie: Twitter Icons</title>
		<link>http://www.guru-20.info/2009/06/08/freebie-twitter-icons/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=freebie-twitter-icons</link>
		<comments>http://www.guru-20.info/2009/06/08/freebie-twitter-icons/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 11:28:55 +0000</pubDate>
		<dc:creator>Guru 2.0</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vektorgrafik]]></category>

		<guid isPermaLink="false">http://www.guru-20.info/?p=2429</guid>
		<description><![CDATA[Bei playGround sind vier verschiedene unkonventionelle Twitter Icons erschienen. Sie liegen im png-Format in 2 Größen und als Adobe Illustrator-Format vektorisiert vor. Die Lizenz sieht eine private wie auch kommerzielle Verwendung vor. Copyright &#169; 2007 - 2011This feed is for personal, non-commercial use only.The use of this feed on other websites breaches copyright. If this [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2430" class="wp-caption alignnone" style="width: 294px"><a href="http://playground.ebiene.de/2126/twitter-icons-download/" target="_blank"><img class="size-full wp-image-2430" title="Twitter-Icons von PlayGround" src="http://www.guru-20.info/wp-content/uploads/2009/06/twitter.png" alt="Twitter-Icons von PlayGround" width="284" height="270" /></a><p class="wp-caption-text">Twitter-Icons von PlayGround</p></div>
<p>Bei <a title="PlayGround" href="http://playground.ebiene.de/2126/twitter-icons-download/" target="_blank">playGround</a> sind vier verschiedene unkonventionelle Twitter Icons erschienen. Sie liegen im png-Format in 2 Größen und als Adobe Illustrator-Format vektorisiert vor. Die Lizenz sieht eine private wie auch kommerzielle Verwendung vor.</p>
<hr /><small>Copyright &copy; 2007 - 2011<br />This feed is for personal, non-commercial use only.<br />The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  68120a770d800e2f5957d2e6f78ced57)</small>]]></content:encoded>
			<wfw:commentRss>http://www.guru-20.info/2009/06/08/freebie-twitter-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

