Twitter @Anywhere Plus

English

This plugin allows you to easily add Twitter @Anywhere to your blog, enabling the @Anywhere features:

- Auto-linkification of @usernames
-
Hovercards
-
Follow button
- Tweet Boxes
- Retweet button
(Tweet Box with Lightbox effect)

You can enable and configure each function from the plugin’s settings page.

In order to use @Anywhere, you must first register your blog for a free API key with Twitter. You can do so at the following URL: http://dev.twitter.com/anywhere/apps/new

Español

Este plugin te permite añadir fácilmente Twitter @Anywhere a tu blog, activando las características de @Anywhere:

- Auto-enlazado de @usuarios
- Hovercards
- Botón “Follow”
- Tweet Boxes
- Botón “Retweet” (Tweet Box con efecto Lightbox)

Puedes activar y configurar cada función desde la página de opciones del plugin.

Para usar @Anywhere, primero debes registrar tu blog para obtener una clave API gratuita de Twitter. Puedes hacerlo en la siguiente dirección: http://dev.twitter.com/anywhere/apps/new

Download

This plugin is hosted at the WordPress.org Plugins Directory.

Donate

Support this project:

Translations

- English (en_US) [default]
- Spanish (es_ES)
- French (fr_CA) → Charles Desaulniers
- Belorussian (be_BY) → Marcis G.

You can help translating the plugin into your language. Use the “tap-default.po” file included with the plugin.

Please send the translated “.po” file to the following e-mail address:
I will add your translation to the list. You can include your name/nick and your website in the e-mail.

Changelog

2.0
* Added new URL shortener: is.gd
* Now you must provide your own bit.ly username and API key.
* Retweet button can be placed in any corner of your posts.
* The container div of the Tweet Box is now centered.

1.9
* Added URL shortener (bit.ly)
* Fix: final comma in JavaScript array

1.8
* Display the Tweet Box and Retweet button either in posts or pages.
* Improved “Tweet” button enabling for all the Tweet Boxes.
* Fixed issue with Google Chrome when using more than one Tweet Box.

1.7
* Added custom Tweet Boxes by using shortcodes.
* More customizable Tweet Box content.
* Settings page improved.
* Added French translation by Charles Desaulniers (Siliticx.ca)

1.6
* “Tweet” button enabled when mouse over the Tweet Box, and always enabled in the Retweet Box.
* Now “post title and short URL” works for everyone (global $post -> global $wp_query).

1.5
* Now you can choose between two Twitter birds or none.
* Improved Retweet button image (valid for any background color).

1.4
* Added Retweet button feature (Tweet Box with Lightbox effect).

1.3
* Added Tweet Box feature.

1.2
* Bugfix: newline before <?php (PHP warning)

1.1
* Added Belorussian translation by Marcis G. (PC.DE)

1.0
* Initial release.

  • #1 escrito por Ivan Cabrera
    hace 2 meses

    I recently upgraded wordpress to ver 3.0, since the upgrade the plug-in seen broken the retweet button on each post is not working, nothing happens.

    Is there anything I can to to fix this?

    • #2 escrito por GeekRMX
      hace 2 meses

      Hola, veo que tu blog está en español, así que te contesto en español:

      He probado el plugin en un blog con WordPress 3.0 y no he encontrado ningún problema.

      Parece que el problema en tu blog está relacionado con JavaScript o jQuery. Es posible que sea otro plugin el que genera el conflicto, o incluso el tema del blog.

      ¿Has probado a desactivar los demás plugins uno por uno? Inténtalo a ver si encuentras de dónde viene el problema y me comentas.

      Saludos.

      • #3 escrito por Ivan Cabrera
        hace 1 mes

        Ya he solucionado el problema, efectivamente el tema estaba causando estragos en el funcionamiento, con la ultima actualización del tema se arregló

        Gracias por tu atención.

  • #4 escrito por franky
    hace 2 meses

    Hi,

    First of all thanks for your plugin, it is the easiest way to add @Anywhere to WP. Great work.

    I do have a ‘nag’ though. I use the Retweet button at the top of an entry and I am experiencing problems with my bit.ly API: very often the API limit is exceeded.
    This only started once I added the RT button and when logging in to the Bit.ly dashboard it seems that this is because with every page view bit.ly is called and a new short url is created, even for very old entries which have never been tweeted.

    Can you change this behaviour?

    • #5 escrito por GeekRMX
      hace 2 meses

      Hi,

      To avoid that problem, the short URL should be stored in the database when creating each entry or use some kind of cache. I can’t do all that programming work for this plugin… Another idea?

      I will try to add another URL shortener (without limits) in future releases.

      Thanks.

      • #6 escrito por franky
        hace 2 meses

        Thanks for your reply. The shorturl is stored in the DB but how do you know what plugin is used on what site? In my case it is YOURurls to Twitter, on some sites also Twitter Tools and none of these plugins use the same custom field.

        Personally I would say it would be easiest if you integrate YOURurls functionality to the plugin (as in our experience – more than 70 sites – it has proven to be the WP to Twitter plugin with least issues), but that of course is something you have to decide.

        • #7 escrito por Gusto
          hace 3 semanas

          Have to agree, great plugin but YOURLS integration would be even better. I could probably hack it but it would be a great added feature and would suit my sites perfectly – I just need to add my YOURLS short URL to the tweet instead of bit.ly or is.gd.

  • #8 escrito por Shailendra
    hace 1 mes

    Hi,
    I have installed the plugin, registered successfully the blog for a free API key with Twitter from the Settings page. But this thing is still not visible on my site. For Facebook plugin, I activated it from the plugin admin page, then I edited the plugin from Widgets page. But Twitter @Anywhere is not seen on Widgets page.

    Please help!
    Shail

    • #9 escrito por GeekRMX
      hace 1 mes

      Hi,
      This plugin don’t use widgets.
      You must activate and configure each feature in the plugin’s settings page.

  • #10 escrito por kilinkis
    hace 1 mes

    a mi tampoco me funciona, tengo la version 2 del plugin en WP3, la API key esta bien, y solo tengo anctivada la opcion del HOVER CARD. any help?

  • #11 escrito por Mario
    hace 1 mes

    Consulta, hay alguna forma de por medio de código, ingresas el botón de “retweet” en un lugar en particular?

    Muchas gracias.

    • #12 escrito por GeekRMX
      hace 1 mes

      Hola,

      Primero tendrías que poner el siguiente código al final del archivo “lightdiv.css” del plugin:
      #lightdiv-button-div-l, #lightdiv-button-div-r {display:none}

      Y después insertar este otro código donde quieres que aparezca el botón:

      <a href="#retweet"><img id="lightdiv-button" src="http://www.ngeeks.com/wp-content/plugins/twitter-anywhere-plus/images/retweet.png" border="0"></a>

      Eso debería funcionar. Saludos ;)

  • #13 escrito por Andre Fuentes
    hace 1 mes

    Hi, thx for the plugin. Is there anyway to call the Tweet Box on my template? I’d like to use it under my share bar, and not under the post.
    thx!

    • #14 escrito por GeekRMX
      hace 4 semanas

      Hello,

      You can place custom Tweet Boxes in the code of the theme files, just use a code like this:

      <?php do_shortcode('[tweetbox width="200" height="150" label="example" content="example"]'); ?>

      You’ll need to escape the quotes if you use them in the label or content:
      ‘ » \’
      ” » \”

      ;)

  • #15 escrito por HART (aka PetLvr)
    hace 3 semanas

    Greetings! Great plugin. However, I have noticed something with the “Auto-linkification of @usernames” function, and wonder if there is a fix?

    For usernames that have underscores in them .. it breaks it up e.g. @twitter_name becomes @twitter _name and then the twitter account does not get linked properly.

    Small issue however, but would be nice if there was a fix.

    Thanks!

    • #16 escrito por GeekRMX
      hace 2 semanas

      Hello,

      Must be a bug in the @Anywhere platform, I can’t fix that in my plugin.
      ;)

  • #17 escrito por Soumyadip
    hace 1 semana

    I’ve installed your wonderful plugin on my blog. But on top of my wishlist is YOURLS support. I hope you add it soon. Meanwhile am looking for a workaround (With my limited coding abilities, it’s going to be a tough task).