Posted by Bartezz on February 8, 2012 at 10:52pm
3 followers
Jump to:
| Project: | Tweet Button |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I've tried setting [title] or [title-raw] as tweet text instead of leaving the field empty but this breaks the button integration. AM I missing something or is this a bug?
Cheers
Comments
#1
Try to Edit & Save again a content node of the corresponding node type.
I did have the same question in the beginning, but it just needed to edit all entries already done. I don't know whether there is an automated way to update all entries at once.
#2
Hi,
Thanx for your reply! I will try.
Just out of curiosity and to sure we're on the same page, did your nodes also not show the tweet button after setting a tweet text on the settings page? And did it function correctly after re-saving all nodes?
Maybe a 'bulk operation' can be used to update all entries at once, will have to check it out.
Cheers
#3
In the 7.x version, I decided to simply go to the database and
truncate table field_data_field_tweet;Then clear the cache.