Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie man den offiziellen Twitter Follow Button in WordPress hinzufügt

Hinweis der Redaktion: Wir erhalten eine Provision für Partnerlinks auf WPBeginner. Die Provisionen haben keinen Einfluss auf die Meinung oder Bewertung unserer Redakteure. Erfahre mehr über Redaktioneller Prozess.

Twitter weitet seine Funktionen auf das gesamte World Wide Web aus. Angefangen hat alles mit dem offiziellen Tweet-Button, dann die Twitter Anywhere Plattform und vor kurzem der neue offizielle Twitter Follow-Button. Sie fragen sich wahrscheinlich, was zum Teufel ist dieser Twitter Follow Button? Was ist der Unterschied zwischen dem Twitter Follow Button und dem Smart Follow Button? Keine Sorge, in diesem Artikel werden wir erklären, was der Twitter-Follow-Button ist und wie Sie ihn in Ihre WordPress-Website einfügen können.

Was ist der Twitter Follow Button

Der Twitter Follow Button ist ein kleines Widget, das es Nutzern ermöglicht, Ihrem Twitter-Account (oder jedem anderen Twitter-Account) von jeder beliebigen Website aus zu folgen. Der Follow-Button verwendet das gleiche Implementierungsmodell wie der offizielle Tweet-Button und ist wirklich einfach zu integrieren. Sie können die Demo des Follow-Buttons in der oberen linken Ecke des Bildes unten sehen. Wenn Sie auf den Follow-Button klicken, öffnet sich ein Fenster mit weiteren Informationen über den Benutzer.

Twitter Follow Button

Sie fragen sich wahrscheinlich, wie sich diese Schaltfläche von der Smart Follow-Schaltfläche unten unterscheidet?

Nun, die Smart Follow-Schaltfläche erfordert, dass Sie die gesamte Twitter Anywhere-Integration durchführen. Außerdem können Sie damit weder die Anzahl Ihrer Follower anzeigen noch Anpassungen vornehmen. Mit dem Twitter Follow-Button hingegen können Sie die Anzahl der Follower anzeigen lassen, und er ist sehr einfach zu integrieren. Sehen Sie sich das Live-Beispiel unten an (vergessen Sie nicht, auf „Folgen“ zu klicken, um zu sehen, was es bewirkt):

Wie man den offiziellen Twitter Follow Button in WordPress hinzufügt

Sie können die Follow Button Seite besuchen und einen Code für Sie generieren. Oder Sie können einfach den Code unten kopieren:

<a href="#x7">Follow @wpbeginner</a>

P.S. Stellen Sie sicher, dass Sie den Benutzernamen durch Ihren eigenen ersetzen.

Wenn Sie den offiziellen Tweet-Button verwenden, müssen Sie das Skript nicht zweimal einfügen. Ihr Code sieht dann wie folgt aus:

<a href="#x9">Follow @wpbeginner</a>

Nun können Sie den Code an beliebiger Stelle in Ihr WordPress-Theme einfügen. Die meisten Leute fügen diesen Code in ihre sidebar.php-Datei ein. Wenn Sie jedoch keine Lust haben, eine Theme-Datei zu bearbeiten, können Sie auch WordPress-Theme-Widgets verwenden. Alle guten Themes werden mit Widget-fähigen Seitenleisten geliefert. Alles, was Sie tun müssen, ist, auf die Registerkarte Erscheinungsbild “ Widgets zu gehen. Fügen Sie dann ein Text-Widget in Ihre entsprechende Seitenleiste ein. Zum Schluss fügen Sie den obigen Code ein, und schon sind Sie fertig. Sehen Sie sich das Beispiel auf dem Screenshot unten an:

Twitter Follow Button Widget

Es ist wirklich nicht nötig, ein Plugin hinzuzufügen, um etwas so Einfaches wie dies zu tun.

Erweiterte Anpassung

Dieser Abschnitt ist für Designer und Entwickler gedacht, die diese Schaltfläche weiter anpassen möchten, um sie an das Farbschema ihrer Website usw. anzupassen. Mit Twitter können Sie die Farbe der Schaltfläche, die Textfarbe, die Farbe des Links, die Sprache, das Widget und die Ausrichtung des Plug-ins anpassen.

Verfügbare Variablen in der JavaScript-Version, die wir verwenden:

  • data-show-count(wahr oder falsch)
  • data-button(blau oder grau)
  • data-text-color (Hex-Code)
  • data-link-color (Hexadezimalcode)
  • data-lang (en, fr, de, es) – verwendet den zweistelligen ISO-639-1 Sprachcode
  • data-width – (300px)
  • data-align – (rechts)

Wenn Sie es in einem Code angeben wollen, würde es etwa so aussehen:

<a href="#x12">Follow @wpbeginner</a>

Ressourcen:

Follow Button Dokumentation
Follow Button Generator

Offenlegung: Unsere Inhalte werden von unseren Lesern unterstützt. Das bedeutet, dass wir möglicherweise eine Provision verdienen, wenn Sie auf einige unserer Links klicken. Mehr dazu erfahren Sie unter Wie WPBeginner finanziert wird , warum das wichtig ist und wie Sie uns unterstützen können. Hier finden Sie unseren redaktionellen Prozess .

Das ultimative WordPress Toolkit

Erhalte KOSTENLOSEN Zugang zu unserem Toolkit - eine Sammlung von WordPress-bezogenen Produkten und Ressourcen, die jeder Profi haben sollte!

Reader Interactions

31 KommentareEine Antwort hinterlassen

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Pj Germain says

    SWEET! I didn’t wanna install yet another plug-in and this worked like a champ! I know it’s an old post, but hey, you nailed it!!!

    Thanks a bunch!

  3. Verity says

    Hi there, thanks for the info. I’ve added this on to my HTML page but the link is coming up just with text (ie my twitter name) and not the official Twitter button. Any advice? Thanks in advance.

  4. Si Sai says

    Hi
    what if i have multiple authors on my blog and i want individual authors twitter follow button to be displayed for the posts they have submitted ?

  5. Chris Q says

    This is great! Thanks.

    I’ve built my blog from scratch with zero previous knowledge, and resources like yours have proved invaluable along the way.

    I have a question though: is there anyway to hide or remove the counter? It’s half obscured by an image so thought I’d just get rid. I tried deleting what I thought was the obvious piece of code but it’s still there.

  6. Nadia says

    I got the button to post just fine and it links and everything but I don’t know how to change the location its in. I posted it in my header but I want the button to show up right next to my FB icon and right now its being half covered up by another picture in the header. Suggestions??

      • Nadia says

        For anyone else having this problem-

        I had posted the link provided on this page into my header section. To edit the location, you need to go to the style section. I used this code:

        .twitter-follow-button{
        display:block;
        position:absolute;
        top:60px;
        right:-170px;
        width:32px;
        height:32px;

  7. Judy Hochberg says

    I installed it in a text widget, and it looks fine on my blog, but I don’t understand how it works. When a user clicks on it, what happens? How does WordPress or Twitter know who the would-be subscriber is?

    When I try clicking on it I get a pop-up message that says something like „You are now subscribed to @my_twitter_handle.“ The message is the same whether or not I’m logged into the website. So how is my identity known?

  8. Gemma says

    Hi,

    I followed the instructions and it did work–the button appears and when I tested it, it links to my twitter. However, the widget also shows the html code underneath the follow button on my blog. Is there any way to hide the code and just have the button?

    Thanks

      • David M. Perkins says

        The instructions above didn’t help at all–but fortunately I found another way through the plug-ins (after some *hours* I’ll never get back). You have to remember that this is called „WPBeginner“–emphasis on the „Beginner,“ and telling someone to post code willy-nilly and not laying out *all* the steps: do this first, then click on that, which will show you this, etc. (some of us „beginners“ are complete digital diplodoci, you know), is not helpful.

        In any case, I got it done–but *not* by following the instructions above.

        • Editorial Staff says

          Hi David,

          The reason why we say paste it anywhere in your theme is because we do not know where you want to add it. It could be in the header, sidebar, footer, after each post etc. Those are all different locations. Furthermore, we did mention that you can go to Appearance » Widgets and add it in the text widget. You can put the text widget in the appropriate widget areas (supported by your theme). Some have widget areas in the footer, but most have it in the sidebar.

        • David M. Perkins says

          @ Editorial Staff said ~

          „The reason why we say paste it anywhere in your theme is because we do not know where you want to add it. It could be in the header, sidebar, footer, after each post etc. Those are all different locations.“

          My point was that the directions could have said: „If you want to put it in your sidebar, go *here,* click on *here,* which will show you *this,* and then you paste the text *there.* If you want to have it appear at the bottom of your post, go *here,* click on *here,* which will show you *this,* etc.“ I’ve still got the code, which did not make the button appear, pasted *somewhere* on my dashboard page–but the goddesses only know where it is at the moment.

          Again–some of us *are* beginners here–and digital diplodoci–and beginners sometimes need a gentle, kind, *guiding* hand to get where we want to go, n’est–ce pas?

        • Editorial Staff says

          Hello David,

          While we understand exactly what you are saying, it is harder than it sounds. Each WordPress theme is coded differently (general theme, child themes based on various frameworks etc). On top of that, we can’t possibly cover every single spot a human brain can think of displaying the button. This is the reason why we covered the most basic spot (Appearance > Widgets). Depending on the theme, you will have widgets for your the sidebar, header, footer, etc.

          We have a detailed overview of widgets in our free videos here: http://videos.wpbeginner.com/

  9. Gorn says

    Thanks for this. It doesn’t work for me, though. When I save the Text widget, the script element gets stripped out, and I end up with just a text link in my sidebar. Any ideas?

  10. TheNerdyNurse says

    nice addition. Feel my site loads too slow as it is. Worried that will be just one more thing to slow it down. I really need to figure out what it causing the drag in loading.

  11. jasonfox_me says

    Thanks for the tip. i took the code from Twitter and it it looked good (bad me for not testing) the other day my friend tells me he tried to follow me and got user does not exist. For some reason it left my old handle in the code….just a heads up.

Eine Antwort hinterlassen

Danke, dass du einen Kommentar hinterlassen möchtest. Bitte beachte, dass alle Kommentare nach unseren kommentarpolitik moderiert werden und deine E-Mail-Adresse NICHT veröffentlicht wird. Bitte verwende KEINE Schlüsselwörter im Namensfeld. Lass uns ein persönliches und sinnvolles Gespräch führen.