Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 8, 201014 yr currently, the tweet generated by IPB share via twitter have the following form: forum_name - title - link i suggest changing the forum_title by the official twitter account so it becomes: @twitter_account - title - link
July 13, 201014 yr If you sent the tweet out starting with @twitter_account it would be sent as an @reply and not a tweet.
July 13, 201014 yr Author yeah but i want this feature so my official twitter account appears in every tweeted message by my members.
July 13, 201014 yr yeah but i want this feature so my official twitter account appears in every tweeted message by my members. So, this actually isnt a suggestion for IPB, its a feature *you* want. Which can be easily added by just changing your templates. Open up the IPB file atadmin/sources/classes/share/plugins/twitter.php Find this part: $url = "http://twitter.com/home?status=" . urlencode( $title ) . '%20-%20' . urlencode( $url ); Change it to this: $url = "http://twitter.com/home?status=@Username" . urlencode( $title ) . '%20-%20' . urlencode( $url ); Replace "@Username" with the username you wanted to use. Save and upload. Tada.
August 15, 201014 yr is there another solution? Yeah, the new Twitter Button does exactly what you want.
Archived
This topic is now archived and is closed to further replies.