WPIntell

Source evidence

[Bug] Twitter link cut off

BuddyStream · support · 2014-11-07T17:01:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 31 rows with source links

12.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bergblume unresolved
I just also recognized this bug – that the twitter link is cut of (on your demo site links are e.g. shown lik http://www.twitter.com//status/530754236414701568 – there is the twitter-username before “status” missing and therefore the link is 404 ) http://buddystream.net/activity/ Can you pls. fix it! https://wordpress.org/plugins/buddystream/ I had the same problem. This is a bit of a hack, but the way I fixed it was to go into the import.php file which is located in the main/top directory of the Buddystream folder, or the buddystream-premium folder. If you look for this line in import.php 'actionlink' => 'http://www.twitter.com/' . $screenName . '/status/' . $tweet->id …you can change it to your twitter screen name. E.g., if your twitter screen name is ‘billgates’, then you would change the code to: 'actionlink' => 'http://www.twitter.com/billgates/status/' . $tweet->id This will fix storing the proper url for all *future* imported tweets. @rocketboom thanks for the suggestion — this should work for one account. But for different account the $screenName is still returning empty. Any idea ?

Comments

2 shown
rocketboom 2014-12-23T07:01:00+00:00

I had the same problem. This is a bit of a hack, but the way I fixed it was to go into the import.php file which is located in the main/top directory of the Buddystream folder, or the buddystream-premium folder. If you look for this line in import.php 'actionlink' => 'http://www.twitter.com/' . $screenName . '/status/' . $tweet->id …you can change it to your twitter screen name. E.g., if your twitter screen name is ‘billgates’, then you would change the code to: 'actionlink' => 'http://www.twitter.com/billgates/status/' . $tweet->id This will fix storing the proper url for all *future* imported tweets.

af3 2015-02-15T18:12:00+00:00

@rocketboom thanks for the suggestion — this should work for one account. But for different account the $screenName is still returning empty. Any idea ?