I was surprised at how fast this module got out there. Nice.

All downloaded and enabled, but I can't find where to configure it.
Alan

Comments

timmillwood’s picture

The D6 release does not need any configuring, the Tweet button is added to the links section of all nodes.

It is on the todo list to add a settings page to choose which content types the button is displayed on, and adding all settings from http://twitter.com/goodies/tweetbutton.

danny englander’s picture

+1 for being able to have the button for specific content types. (I only would want it in my blog content type, not static content type pages like about and contact.)

AlanAtLarge’s picture

OK, fair enough.

Unfortunately, I need it available in Views, similar to the AddThis button module. The site I planned to use it on is all Views, and my nodes are never displayed in their own, ergo, the Tweet button is never displayed.

I'll keep my eyes open for the updates.
Thanks
Alan

timmillwood’s picture

The latest release will allow you to add it to teasers.

I'll put views fields on the todo list.

xmacinfo’s picture

Other things to add to the to do:

  1. Detect the page language to display the Twitter button. For multilingual site the button should be displayed in English if the page is in English and French if the page is in French.
  2. Add permissions to display the buttons by role (on my installation only user 1 can display the buttons). Or rename the permissions, if the permission is already there.
xmacinfo’s picture

Version: 6.x-1.0 » 6.x-1.2

Looks like the "access tweetbutton" is not defined in the permission table. So right now only user1 can see and use the buttons

. . .
&& user_access('access tweetbutton')
. . .

I shall try the dev version.

chia’s picture

lets wait for the packing script to update the dev version :)

xmacinfo’s picture

Indeed, this is fixed, thanks. I did not wait for the packaging, though and copied your commit.

One more, please rewrite:

<?php
// $Id $

to

<?php
// $Id: $

Currently the CVS information line is not added by the packager.

timmillwood’s picture

Status: Active » Closed (fixed)

edited the Ids on dev, going to create 1.3.

Tim

andypost’s picture

Should be $Id$
Followup #887810: Module code cleanup

pribeh’s picture

Any update on views field integration? Thanks for your hard work on this module.

adshill’s picture

Hi Tim,

You say here that the tweet button is added to the links section of nodes, but now it seems it is only affected by weighting. I would really like it to appear in my links section! Is there anyway to make this happen? I'd have thought its often the most useful place for it to appear!

Thanks,

Adam

gregoiresan’s picture

Views integration ? Or a Panel Widget available soon ?